Extra variable for loading icons

Signed-off-by: Julius Haertl <jus@bitgrid.net>
This commit is contained in:
Julius Haertl 2017-02-21 17:28:48 +01:00 committed by Julius Härtl
parent 33ee6e8d37
commit 8ff3db1be8
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
2 changed files with 7 additions and 8 deletions

View File

@ -42,15 +42,15 @@
-webkit-transform-origin: center;
-ms-transform-origin: center;
transform-origin: center;
border: 2px solid rgba($color-main-old-969696, 0.5);
border-top-color: rgb($color-main-old-969696);
border: 2px solid rgba($color-loading, 0.5);
border-top-color: $color-loading;
}
}
.icon-loading-dark:after,
.icon-loading-small-dark:after {
border: 2px solid rgba($color-main-old-bbbbbb, 0.5);
border-top-color: $color-main-old-bbbbbb;
border: 2px solid rgba($color-loading-dark, 0.5);
border-top-color: $color-loading-dark;
}
.icon-loading-small:after,

View File

@ -14,6 +14,9 @@ $color-main-text-dimmed: #555555;
$color-main-background-dimmed: #f0f0f0;
$color-box-shadow: rgba(lighten($color-main-text-dimmed, 25%), 0.75);
$color-loading: #969696;
$color-loading-dark: #bbbbbb;
// need to be reduced/replaced
$color-main-old-ff0000: $color-error;
@ -29,12 +32,8 @@ $color-main-old-bbbbbb: rgb(198, 198, 198);
$color-main-old-bebebe: rgb(190, 190, 190);
$color-main-old-bbbbbb: #bbb;
$color-main-old-aaaaaa: #aaa;
$color-main-old-969696: rgb(150, 150, 150);
$color-main-old-888888: #888;
$color-main-old-555555: #777;
$color-main-old-555555: #666;
$color-main-old-555555: #555;
$color-main-old-333333: #222;
$color-main-old-333333: #333333;
// warning color (.exception class) not sure where it exists