mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-23 12:39:22 +00:00
15 lines
258 B
CSS
15 lines
258 B
CSS
/**
|
|
* Account image settings section stylesheet
|
|
*
|
|
* @author Pierre HUBERT
|
|
*/
|
|
|
|
.box-account-image-settings {
|
|
text-align: center;
|
|
}
|
|
|
|
.box-account-image-settings .settings-account-image-preview {
|
|
max-width: 100%;
|
|
margin-top: 10px;
|
|
margin-bottom: 10px;
|
|
} |