0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-30 01:46:24 +01:00
wagtail/client/scss/layouts/_account.scss
Thibaud Colas eac5e0bc2c Finish re-implementing form styles based on design feedback & code review
Co-authored-by: LB Johnston <mail@lb.ee>
2022-08-05 10:36:52 +02:00

33 lines
425 B
SCSS

.avatar-panel {
margin-top: 20px;
&__image {
float: left;
width: 16%;
margin-bottom: 20px;
}
&__form {
float: left;
label {
display: block;
padding: 0;
width: unset;
float: unset;
margin-bottom: 10px;
}
}
&__revert-to-gravatar {
margin-top: 20px;
margin-bottom: 20px;
}
&::after {
content: ' ';
display: table;
clear: both;
}
}