somewhere

This commit is contained in:
Swift
2023-08-17 13:05:51 +03:30
parent 30c7eb0e7b
commit 53843207cc
429 changed files with 117489 additions and 1 deletions
+16
View File
@@ -0,0 +1,16 @@
// colors
$theme: #065495;
$theme_darker: #004279;
$bg: #e0e6ed;
$darkGray: #414344;
$green: green;
$red: red;
$txtColor: #707070;
$tableHead: rgba(#000, 0.7);
$tableBody: rgba(#e0e6ed, 0.8);
$tableBodyHover: rgba($theme, 0.3);
$tableStrip: rgba(#8a92a9, 0.3);
// units
$mt: 30px;