12 lines
204 B
SCSS
12 lines
204 B
SCSS
.stats-event-links {
|
|
@include header-font-size(h3);
|
|
font-weight: bold;
|
|
list-style-type: none;
|
|
margin-#{$global-left}: 0;
|
|
margin-top: $line-height;
|
|
|
|
* + * {
|
|
margin-top: $line-height;
|
|
}
|
|
}
|