ComunicWeb/assets/css/pages/settings/sections/accountImage.css

17 lines
290 B
CSS
Raw Normal View History

/**
* 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%;
2018-05-01 09:00:53 +00:00
display: block;
margin: auto;
margin-top: 10px;
margin-bottom: 10px;
}