mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-29 17:36:49 +01:00
eac5e0bc2c
Co-authored-by: LB Johnston <mail@lb.ee>
19 lines
219 B
SCSS
19 lines
219 B
SCSS
.w-field--file_input {
|
|
label {
|
|
float: none;
|
|
display: inline;
|
|
padding: 0;
|
|
}
|
|
|
|
input[type='checkbox'] {
|
|
margin-top: 5px;
|
|
}
|
|
|
|
a {
|
|
&:after {
|
|
content: ' ';
|
|
display: block;
|
|
}
|
|
}
|
|
}
|