0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-29 17:36:49 +01:00
wagtail/client/scss/components/forms/_file.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

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;
}
}
}