You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
474 B
35 lines
474 B
|
3 years ago
|
page {
|
||
|
|
font-family: $base-font-family;
|
||
|
|
font-size: $font-size-md;
|
||
|
|
color: $text-color;
|
||
|
|
background-color: $background-color;
|
||
|
|
-webkit-tap-highlight-color: transparent;
|
||
|
|
}
|
||
|
|
|
||
|
|
ul,
|
||
|
|
ol,
|
||
|
|
li {
|
||
|
|
margin: 0;
|
||
|
|
padding: 0;
|
||
|
|
list-style: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
button::after {
|
||
|
|
border-width: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
scroll-view {
|
||
|
|
display: block;
|
||
|
|
width: 100%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.s-hide-scrollbar {
|
||
|
|
|
||
|
|
&::-webkit-scrollbar,
|
||
|
|
::-webkit-scrollbar {
|
||
|
|
display: none;
|
||
|
|
width: 0;
|
||
|
|
height: 0;
|
||
|
|
color: transparent;
|
||
|
|
}
|
||
|
|
}
|