diff --git a/assets/css/_mixins.scss b/assets/css/_mixins.scss index 05f6aa2e41c..63d3375e549 100644 --- a/assets/css/_mixins.scss +++ b/assets/css/_mixins.scss @@ -127,11 +127,11 @@ } @mixin darkorlighttextshadow($a, $opacity: .8) { - @if lightness($a) >= 65% { - @include text_shadow(0, -1px, 0, rgba(0, 0, 0, $opacity)); - } @else { - @include text_shadow(0, 1px, 0, rgba(255, 255, 255, $opacity)); - } + @if lightness($a) >= 65% { + @include text_shadow(0, -1px, 0, rgba(0, 0, 0, $opacity)); + } @else { + @include text_shadow(0, 1px, 0, rgba(255, 255, 255, $opacity)); + } } /** @@ -228,14 +228,14 @@ margin-top: -.5em; display: block; -webkit-animation: spin 1s ease-in-out infinite; - -moz-animation: spin 1s ease-in-out infinite; - animation: spin 1s ease-in-out infinite; - content: ""; - background: url(../images/icons/loader.svg) center center; - background-size: cover; + -moz-animation: spin 1s ease-in-out infinite; + animation: spin 1s ease-in-out infinite; + content: ""; + background: url(../images/icons/loader.svg) center center; + background-size: cover; line-height: 1; text-align: center; font-size: 2em; color: rgba(#000,0.75); } -} \ No newline at end of file +}