This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/sass/base/_lists.scss

12 lines
91 B
SCSS
Raw Normal View History

2015-03-29 20:33:26 +00:00
dt {
2015-06-14 02:27:41 +00:00
margin-top: .5em;
2015-03-29 20:33:26 +00:00
2015-06-14 02:27:41 +00:00
&:after {
content: ':';
}
2015-03-29 20:33:26 +00:00
}
dd {
2015-06-14 02:27:41 +00:00
padding-left: 2em;
}