1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-26 19:49:26 +01:00

spacing tweaks

This commit is contained in:
Matthias Kretschmann 2018-12-03 15:40:54 +01:00
parent 25083df18e
commit 1c16d2ef03
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -35,7 +35,7 @@
// add final right margin
&:after {
content: '';
flex: 0 0 $spacer * 2;
flex: 0 0 $spacer;
}
// custom scrollbar
@ -46,8 +46,8 @@
&::-webkit-scrollbar {
opacity: 0;
width: 6px;
height: 6px;
width: 7px;
height: 7px;
transition: opacity .2s ease-out;
}