@import "basic-imports"; @import "components/color.class"; // Fontss @import "../fonts/icons/import"; @import "../fonts/core/import"; // Componentssz @import "components/global"; @import "components/typography"; @import "components/grid"; /* @import "components/buttons"; @import "components/inputs"; */ @import "components/layout/header"; @import "components/layout/login"; body{ background: color("black", "lighten-1"); &::-webkit-scrollbar{ background-color: color("black", "base"); width: 8px; } &::-webkit-scrollbar-track{ background-color: color("black", "base"); } &::-webkit-scrollbar-thumb{ background-color: lighten(color("black", "lighten-1"), 15%); border-radius: 20px; } }