Re-arranging repos.

This commit is contained in:
g_it 2026-02-02 10:32:55 +01:00
commit fe8d1ee495
Signed by untrusted user who does not match committer: g_it
GPG key ID: A2B0A7C06A054627
70 changed files with 17 additions and 8 deletions

View file

@ -1,30 +0,0 @@
@import "_colors";
@import "_variables";
@import "components/_admin_users_list";
@import "components/_button";
@import "components/_card";
@import "components/_control";
@import "components/_header";
@import "components/_menu";
@import "components/_search";
@import "components/_sparkline";
@import "components/_visitor_log";
@import "components/_widget";
@import "components/_login";
@import "components/_charts";
@import "components/_maps";
@theme-color-brand: #ceccd2;
@theme-color-background-base: #faf9f6;
@theme-color-header-background: #faf9f6;
@theme-color-header-text: #323036;
@theme-color-widget-title-background: transparent;
@theme-color-widget-title-text: #323036;
@theme-color-menu-contrast-text: rgba(0, 0, 0, 0.54);
@theme-color-menu-contrast-textActive: #828089;
@theme-color-menu-contrast-textSelected: #ceccd2;
@theme-color-menu-contrast-background: transparent;
html {
font-weight: lighter;
}