mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-30 01:46:24 +01:00
eac5e0bc2c
Co-authored-by: LB Johnston <mail@lb.ee>
33 lines
425 B
SCSS
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;
|
|
}
|
|
}
|