mirror of
https://github.com/wagtail/wagtail.git
synced 2024-12-01 11:41:20 +01:00
37 lines
487 B
SCSS
37 lines
487 B
SCSS
.top-padding {
|
|
padding-top: $object-title-height + 12px;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
}
|