Browse Source
Fix logo URL in SCSS variables
Signed-off-by: Julius Härtl <jus@bitgrid.net>
pull/7670/head
Julius Härtl
8 years ago
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
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; |
|
|
|
|