0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-29 09:33:54 +01:00
wagtail/client/scss/layouts/_home.scss

11 lines
170 B
SCSS
Raw Normal View History

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