34 lines
565 B
Sass
34 lines
565 B
Sass
@use "sass:map"
|
|
@use 'variables' as *
|
|
@use '../../../../../../_share/media/sass/mixins' as mixins-basic
|
|
|
|
div#table-of-contents
|
|
h2
|
|
font-size: map.get($default-header-sizes, h2)
|
|
h2
|
|
margin-bottom: 0
|
|
text-transform: uppercase
|
|
|
|
|
|
ul, ol
|
|
margin: 0
|
|
padding-left: 3em
|
|
margin-top: 0.5em
|
|
|
|
ul.contents-overview
|
|
padding-left: 1em
|
|
list-style-type: none
|
|
|
|
li
|
|
margin: 0
|
|
margin-bottom: .5em
|
|
|
|
a
|
|
font-weight: 600
|
|
text-transform: uppercase
|
|
text-decoration: none
|
|
text-underline-offset: 6px
|
|
|
|
&:hover
|
|
text-decoration: underline
|
|
|