Merge pull request #6649 from nextcloud/color-border-variable

Add color-border variable
This commit is contained in:
Morris Jobke 2017-09-26 19:53:45 +02:00 committed by GitHub
commit 98da7848b5
1 changed files with 3 additions and 1 deletions

View File

@ -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%);