mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-02 00:05:35 +01:00
sidebar style cleanup
This commit is contained in:
parent
ad1fded323
commit
e8c16668c2
@ -16,8 +16,8 @@
|
||||
}
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
width: 6px;
|
||||
height: 6px;
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
}
|
||||
|
||||
&::-webkit-scrollbar-thumb {
|
||||
@ -94,16 +94,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
.toc a {
|
||||
padding-top: $spacer / 12;
|
||||
padding-bottom: $spacer / 12;
|
||||
|
||||
code {
|
||||
background: none !important; // stylelint-disable-line
|
||||
color: inherit !important; // stylelint-disable-line
|
||||
}
|
||||
}
|
||||
|
||||
.toc {
|
||||
ul {
|
||||
padding-left: 0;
|
||||
@ -119,6 +109,20 @@
|
||||
li {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
a {
|
||||
padding-top: $spacer / 12;
|
||||
padding-bottom: $spacer / 12;
|
||||
}
|
||||
|
||||
code {
|
||||
background: none !important; // stylelint-disable-line
|
||||
color: inherit !important; // stylelint-disable-line
|
||||
}
|
||||
|
||||
[data-deprecated='true'] code {
|
||||
opacity: .5;
|
||||
}
|
||||
}
|
||||
|
||||
.active {
|
||||
@ -148,9 +152,3 @@
|
||||
border-left-color: $green;
|
||||
}
|
||||
}
|
||||
|
||||
[data-deprecated='true'] {
|
||||
code {
|
||||
opacity: .5;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user