mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
Add color-border variable
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
0f39ea5830
commit
e9c3c4f310
1 changed files with 3 additions and 1 deletions
|
|
@ -20,4 +20,6 @@ $image-login-background: '../img/background.jpg?v=1';
|
|||
|
||||
$color-loading: #969696;
|
||||
$color-loading-dark: #bbbbbb;
|
||||
$color-box-shadow: rgba(nc-lighten($color-main-text, 20%), 0.75);
|
||||
$color-box-shadow: rgba(nc-lighten($color-main-text, 20%), 0.75);
|
||||
$color-border: nc-darken($color-main-background, 8%);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue