mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Fix fallback css variables
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
6dac33ee56
commit
3147585344
1 changed files with 3 additions and 0 deletions
|
|
@ -29,6 +29,7 @@
|
|||
--color-text-maxcontrast: #767676;
|
||||
--color-text-light: #222222;
|
||||
--color-text-lighter: #767676;
|
||||
--color-scrollbar: rgba(34,34,34, .15);
|
||||
--color-error: #e9322d;
|
||||
--color-error-rgb: 233,50,45;
|
||||
--color-error-hover: #ed5a56;
|
||||
|
|
@ -51,7 +52,9 @@
|
|||
--border-radius: 3px;
|
||||
--border-radius-large: 10px;
|
||||
--border-radius-pill: 100px;
|
||||
--default-clickable-area: 44px;
|
||||
--default-line-height: 24px;
|
||||
--default-grid-baseline: 4px;
|
||||
--header-height: 50px;
|
||||
--navigation-width: 300px;
|
||||
--sidebar-min-width: 300px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue