mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-01 15:55:34 +01:00
Merge branch 'master' into feature/rename-tutorial-re-getting-cryptocurrency
This commit is contained in:
commit
02ec7f7b87
@ -7,7 +7,6 @@
|
|||||||
-webkit-overflow-scrolling: touch;
|
-webkit-overflow-scrolling: touch;
|
||||||
margin-left: calc(-50vw + 50%);
|
margin-left: calc(-50vw + 50%);
|
||||||
margin-right: calc(-50vw + 50%);
|
margin-right: calc(-50vw + 50%);
|
||||||
padding-right: $spacer;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
||||||
@media (min-width: $break-point--medium) {
|
@media (min-width: $break-point--medium) {
|
||||||
@ -31,10 +30,12 @@
|
|||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
&:last-child {
|
// add final right margin
|
||||||
margin-right: $spacer * 1.4;
|
&:after {
|
||||||
}
|
content: '';
|
||||||
|
flex: 0 0 $spacer;
|
||||||
}
|
}
|
||||||
|
|
||||||
// custom scrollbar
|
// custom scrollbar
|
||||||
@ -45,16 +46,14 @@
|
|||||||
|
|
||||||
&::-webkit-scrollbar {
|
&::-webkit-scrollbar {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
width: 3px;
|
width: 7px;
|
||||||
height: 3px;
|
height: 7px;
|
||||||
transition: opacity .2s ease-out;
|
transition: opacity .2s ease-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
&::-webkit-scrollbar {
|
&::-webkit-scrollbar {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
width: 3px;
|
|
||||||
height: 3px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&::-webkit-scrollbar-thumb {
|
&::-webkit-scrollbar-thumb {
|
||||||
|
Loading…
Reference in New Issue
Block a user