Update sleeky

This commit is contained in:
2022-04-23 14:51:04 +03:00
parent 33101f5fc2
commit 33e14d4c8f
30 changed files with 13176 additions and 63 deletions

View File

@@ -0,0 +1,22 @@
// Sleeky Admin Light UI Theme
// Define theme
$theme: "light";
// Set up our basic colour scheme
$lightest: #e8e8e8;
$light: white;
$default: #f7f7f7;
$darker: #efefef;
$darkest: #161616;
// Accents
$accent: #007bff;
// $accent_secondary: black;
// Text colours
$title: #1d1d1d;
$text: #313131;
// Import the base styles
@import "../base.scss";