UNPKG

504 BSCSSView Raw
1// Refer to sidebar_menu.scss for the Bulma overrides
2
3@import "bulma/sass/components/menu.sass";
4
5.table-of-contents {
6 @extend .body-normal;
7 @extend .padding-big;
8 @extend .margin-top-normal;
9
10 font-weight: bold;
11 line-height: 1.5;
12 border: 0.125rem solid $color-lighter-gray;
13 box-sizing: border-box;
14 background-color: $color-white;
15
16 .menu-list .link {
17 text-decoration: none;
18 }
19
20 .icon {
21 @extend .has-text-grey;
22 @extend .padding-right-small;
23
24 font-size: 0.375rem;
25 }
26}