mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
12 lines
162 B
SCSS
12 lines
162 B
SCSS
@import 'variables';
|
|
|
|
.toc {
|
|
background: darken($brand-white, 2%);
|
|
padding: $spacer;
|
|
margin-bottom: $spacer * 2;
|
|
|
|
ul {
|
|
margin: 0;
|
|
}
|
|
}
|