mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-02-01 07:57:55 +00:00
17 lines
408 B
SCSS
17 lines
408 B
SCSS
#list-container {
|
|
border: 3px $brand-color dashed;
|
|
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;
|
|
|
|
a.list-links, a.list-links:hover, a.list-links:visited, a.list-links:active {color: $brand-color_l}
|
|
}
|
|
} |