| | |
| | | margin: 0; |
| | | padding: 0; |
| | | box-sizing: border-box; |
| | | scrollbar-color: rgba(7, 22, 37, 0.8) hsla(0, 0%, 84.7%, 0.2); |
| | | scrollbar-color: rgba(17, 38, 163, 0.5) hsla(0, 0%, 84.7%, 0.2); |
| | | scrollbar-width: thin; |
| | | } |
| | | |
| | |
| | | // hsla(0, 0%, 84.7%, 0.6); |
| | | ::-webkit-scrollbar-thumb { |
| | | border-radius: 6px; |
| | | background-color: rgba(7, 22, 37, 0.8); |
| | | background-color: rgba(17, 38, 163, 0.5); |
| | | padding-left: 2px; |
| | | padding-right: 2px; |
| | | } |
| | |
| | | } |
| | | |
| | | ::-webkit-scrollbar-thumb:window-inactive { |
| | | background-color: rgba(7, 22, 37, 0.8); |
| | | background-color: rgba(17, 38, 163, 0.5); |
| | | } |
| | | |
| | | :not(select)::-webkit-scrollbar { |
| | |
| | | } |
| | | |
| | | ::-webkit-scrollbar-thumb:hover { |
| | | background-color: rgba(7, 22, 37, 0.8); |
| | | background-color: rgba(17, 38, 163, 0.5); |
| | | } |
| | | |
| | | .car-video-box { |
| | |
| | | |
| | | |
| | | .select-on-tab { |
| | | box-shadow: 0 0 10px $menu-tab-shadow; |
| | | box-shadow: 0 2px 2px $menu-tab-shadow; |
| | | color: #fff; |
| | | } |