mirror of
https://github.com/ascribe/onion.git
synced 2025-02-14 21:10:27 +01:00
Add vendor prefixes and resolve leftover PR comments
This commit is contained in:
parent
ba553455d2
commit
f4b0952806
@ -40,6 +40,7 @@ $ascribe--spinner-size-sm: 15px;
|
|||||||
-webkit-animation: spinner-color-loop 20s infinite;
|
-webkit-animation: spinner-color-loop 20s infinite;
|
||||||
-moz-animation: spinner-color-loop 20s infinite;
|
-moz-animation: spinner-color-loop 20s infinite;
|
||||||
-o-animation: spinner-color-loop 20s infinite;
|
-o-animation: spinner-color-loop 20s infinite;
|
||||||
|
-ms-animation: spinner-color-loop 20s infinite;
|
||||||
animation: spinner-color-loop 20s;
|
animation: spinner-color-loop 20s;
|
||||||
|
|
||||||
}
|
}
|
||||||
@ -73,6 +74,7 @@ $ascribe--spinner-size-sm: 15px;
|
|||||||
-webkit-animation: spin 1s infinite linear;
|
-webkit-animation: spin 1s infinite linear;
|
||||||
-moz-animation: spin 1s infinite linear;
|
-moz-animation: spin 1s infinite linear;
|
||||||
-o-animation: spin 1s infinite linear;
|
-o-animation: spin 1s infinite linear;
|
||||||
|
-ms-animation: spin 1s infinite linear;
|
||||||
animation: spin 1s infinite linear;
|
animation: spin 1s infinite linear;
|
||||||
}
|
}
|
||||||
.spinner-wrapper-lg .spinner-inner,
|
.spinner-wrapper-lg .spinner-inner,
|
||||||
|
@ -111,6 +111,8 @@ $ikono--font: 'Helvetica Neue', 'Helvetica', sans-serif !important;
|
|||||||
.client--ikonotv .route--landing {
|
.client--ikonotv .route--landing {
|
||||||
background-color: $ikono--landing-bg-color;
|
background-color: $ikono--landing-bg-color;
|
||||||
animation: color-loop 20s;
|
animation: color-loop 20s;
|
||||||
|
-o-animation: color-loop 20s infinite;
|
||||||
|
-ms-animation: color-loop 20s infinite;
|
||||||
-moz-animation: color-loop 20s infinite;
|
-moz-animation: color-loop 20s infinite;
|
||||||
-webkit-animation: color-loop 20s infinite;
|
-webkit-animation: color-loop 20s infinite;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user