2020-04-02 01:11:00 +00:00
|
|
|
$breakpoint0: 540px;
|
|
|
|
$breakpoint: 720px;
|
|
|
|
$breakpoint2: 900px;
|
|
|
|
$breakpoint3: 1200px;
|
|
|
|
$breakpoint4: 1500px;
|
|
|
|
|
2019-10-28 01:54:37 +00:00
|
|
|
.noselect {
|
|
|
|
user-select: none;
|
|
|
|
-webkit-user-select: none;
|
|
|
|
-moz-user-select: none;
|
|
|
|
-ms-user-select: none;
|
|
|
|
-webkit-tap-highlight-color: transparent;
|
|
|
|
}
|
2019-11-14 04:13:38 +00:00
|
|
|
|
|
|
|
.nolist {
|
|
|
|
list-style: none;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
|
|
|
|
li {
|
|
|
|
display: inline-block;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
}
|
2020-03-01 04:28:08 +00:00
|
|
|
|
|
|
|
:focus {
|
|
|
|
outline: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
::-moz-focus-inner {
|
|
|
|
border: 0;
|
|
|
|
}
|