1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-26 19:49:26 +01:00
docs/src/components/DocToc.module.scss
2018-11-14 20:00:04 +01:00

12 lines
162 B
SCSS

@import 'variables';
.toc {
background: darken($brand-white, 2%);
padding: $spacer;
margin-bottom: $spacer * 2;
ul {
margin: 0;
}
}