0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-25 13:10:14 +01:00
wagtail/client/scss/layouts/_home.scss
Thibaud Colas af9b16e93d Re-implement base form field styles based on new page editor designs
Co-authored-by: LB Johnston <mail@lb.ee>
2022-08-05 10:36:52 +02:00

11 lines
170 B
SCSS

.homepage {
.listing tbody {
border-bottom: 0;
}
.task .icon {
// pull out the icon so it aligns with no-icon text
margin-inline-start: -1.75em;
}
}