Skip to content

Commit

Permalink
update css
Browse files Browse the repository at this point in the history
  • Loading branch information
vladmandic committed Nov 4, 2023
1 parent c85c222 commit 16158ec
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 35 deletions.
5 changes: 0 additions & 5 deletions javascript/amethyst-nightfall.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
5 changes: 0 additions & 5 deletions javascript/black-orange.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
6 changes: 0 additions & 6 deletions javascript/black-teal.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
5 changes: 0 additions & 5 deletions javascript/invoked.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
6 changes: 0 additions & 6 deletions javascript/light-teal.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
5 changes: 0 additions & 5 deletions javascript/midnight-barbie.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
12 changes: 9 additions & 3 deletions javascript/sdnext.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 16158ec

Please sign in to comment.