SCSS colors in icons.scss

Signed-off-by: Julius Haertl <jus@bitgrid.net>
This commit is contained in:
Julius Haertl 2017-02-19 19:49:06 +01:00 committed by Julius Härtl
parent 5dac3805b0
commit 35a805a6f3
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
1 changed files with 4 additions and 4 deletions

View File

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