mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
spacing tweaks
This commit is contained in:
parent
25083df18e
commit
1c16d2ef03
@ -35,7 +35,7 @@
|
|||||||
// add final right margin
|
// add final right margin
|
||||||
&:after {
|
&:after {
|
||||||
content: '';
|
content: '';
|
||||||
flex: 0 0 $spacer * 2;
|
flex: 0 0 $spacer;
|
||||||
}
|
}
|
||||||
|
|
||||||
// custom scrollbar
|
// custom scrollbar
|
||||||
@ -46,8 +46,8 @@
|
|||||||
|
|
||||||
&::-webkit-scrollbar {
|
&::-webkit-scrollbar {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
width: 6px;
|
width: 7px;
|
||||||
height: 6px;
|
height: 7px;
|
||||||
transition: opacity .2s ease-out;
|
transition: opacity .2s ease-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user