website/_sass/post_content/_list_container.scss

15 lines
299 B
SCSS
Raw Normal View History

2018-10-20 07:30:02 +00:00
#list-container {
border: 3px $brand-color dashed;
2018-10-20 07:30:02 +00:00
border-left: 0px;
border-right: 0px;
color: $grey-color;
line-height: 1.75em;
margin: 2em 0;
padding: 2em;
width: inherit;
@include relative-font-size(0.95);
ul {
list-style: upper-roman;
}
}