update css

This commit is contained in:
Vladimir Mandic
2023-11-04 13:30:24 -04:00
parent c85c2224ae
commit 16158ec138
7 changed files with 9 additions and 35 deletions
-5
View File
@@ -228,11 +228,6 @@ svg.feather.feather-image, .feather .feather-image { display: none }
--neutral-800: #333333;
--neutral-900: #111827;
--neutral-950: #0b0f19;
--spacing-xxs: 1px;
--spacing-xs: 2px;
--spacing-sm: 4px;
--spacing-lg: 6px;
--spacing-xl: 8px;
--radius-xxs: 0;
--radius-xs: 0;
--radius-md: 0;
-5
View File
@@ -240,11 +240,6 @@ svg.feather.feather-image, .feather .feather-image { display: none }
--neutral-800: #333333;
--neutral-900: #111827;
--neutral-950: #0b0f19;
--spacing-xxs: 1px;
--spacing-xs: 2px;
--spacing-sm: 4px;
--spacing-lg: 6px;
--spacing-xl: 8px;
--radius-xxs: 0;
--radius-xs: 0;
--radius-md: 0;
-6
View File
@@ -232,12 +232,6 @@ textarea[rows="1"] { height: 33px !important; width: 99% !important; padding: 8p
--neutral-800: #333333;
--neutral-900: #111827;
--neutral-950: #0b0f19;
--spacing-xxs: 1px;
--spacing-xs: 2px;
--spacing-sm: 3px;
--spacing-lg: 4px;
--spacing-xl: 5px;
--spacing-xxl: 6px;
--radius-xxs: 0;
--radius-xs: 0;
--radius-md: 0;
-5
View File
@@ -224,11 +224,6 @@ button.selected {background: var(--button-primary-background-fill);}
--neutral-800: #333333;
--neutral-900: #111827;
--neutral-950: #0b0f19;
--spacing-xxs: 1px;
--spacing-xs: 2px;
--spacing-sm: 4px;
--spacing-lg: 6px;
--spacing-xl: 8px;
--radius-xxs: 0;
--radius-xs: 0;
--radius-md: 0;
-6
View File
@@ -294,12 +294,6 @@ svg.feather.feather-image, .feather .feather-image { display: none }
--size-9: 64px;
--slider_color: None;
--slider-color: ;
--spacing-xxs: 1px;
--spacing-xs: 2px;
--spacing-sm: 3px;
--spacing-lg: 4px;
--spacing-xl: 5px;
--spacing-xxl: 6px;
--stat-background-fill: linear-gradient(to right, var(--primary-400), var(--primary-600));
--table-border-color: var(--neutral-700);
--table-even-background-fill: #222222;
-5
View File
@@ -229,11 +229,6 @@ svg.feather.feather-image, .feather .feather-image { display: none }
--neutral-800: #322c35;
--neutral-900: #1b1127;
--neutral-950: #140b19;
--spacing-xxs: 1px;
--spacing-xs: 2px;
--spacing-sm: 4px;
--spacing-lg: 6px;
--spacing-xl: 8px;
--radius-xxs: 0;
--radius-xs: 0;
--radius-md: 0;
+9 -3
View File
@@ -269,7 +269,13 @@ table.settings-value-table td { padding: 0.4em; border: 1px solid #ccc; max-widt
--text-xs: 10px;
--text-sm: 12px;
--text-md: 14px;
--text-lg: 16px;
--text-xl: 18px;
--text-xxl: 20px;
--text-lg: 15px;
--text-xl: 16px;
--text-xxl: 17px;
--spacing-xxs: 1px;
--spacing-xs: 2px;
--spacing-sm: 3px;
--spacing-lg: 4px;
--spacing-xl: 5px;
--spacing-xxl: 6px;
}