Browse Source
Merge pull request #7670 from nextcloud/fix-logo-url
Fix logo URL in SCSS variables
pull/7580/merge
Roeland Jago Douma
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
core/css/variables.scss
|
|
|
@ -15,7 +15,7 @@ $color-primary-element: $color-primary; |
|
|
|
@return lighten($color, $value); |
|
|
|
} |
|
|
|
|
|
|
|
$image-logo: '../img/logo-icon.svg?v=1'; |
|
|
|
$image-logo: '../img/logo.svg?v=1'; |
|
|
|
$image-login-background: '../img/background.png?v=2'; |
|
|
|
|
|
|
|
$color-loading: #969696; |
|
|
|
|