1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/movim_ynh.git synced 2024-09-03 19:46:19 +02:00
movim_ynh/sources/app/widgets/Avatar/avatar.css
2015-12-15 11:54:49 +01:00

20 lines
347 B
CSS

#avatar_form div#preview {
flex: 1 1 20%;
text-align: center;
padding-top: 2rem;
}
#avatar_form input[type=file] {
max-width: 200px;
}
#avatar_form div#preview > div,
#avatar_form div#preview img {
max-width: 250px;
border-radius: 0.25rem;
margin: 0 auto;
}
#avatar_form div#preview img.error {
display: none;
}