1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-30 06:54:39 +04:00

aside menu

This commit is contained in:
codecalm
2019-12-12 21:52:37 +01:00
parent 99c3874343
commit 2fe21d2425
16 changed files with 223 additions and 58 deletions
+3 -13
View File
@@ -11,20 +11,10 @@ body {
touch-action: manipulation;
text-rendering: optimizeLegibility;
font-feature-settings: "liga" 0;
}
body *::-webkit-scrollbar {
width: 6px;
height: 6px;
transition: .3s background;
}
body *::-webkit-scrollbar-thumb {
background: $gray-400;
}
body *:hover::-webkit-scrollbar-thumb {
background: $gray-500;
* {
@include scrollbar;
}
}
/**