mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-25 13:10:14 +01:00
af9b16e93d
Co-authored-by: LB Johnston <mail@lb.ee>
11 lines
170 B
SCSS
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;
|
|
}
|
|
}
|