Commit c03df58e9e7974befd5039334151314e5fb970cc
1 parent
eb2f3a80
Exists in
spb-stable
and in
3 other branches
Fix turbolink-spinner for light theme
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
1 changed file
with
5 additions
and
2 deletions
Show diff stats
app/assets/stylesheets/sections/header.scss
| @@ -46,6 +46,11 @@ header { | @@ -46,6 +46,11 @@ header { | ||
| 46 | } | 46 | } |
| 47 | } | 47 | } |
| 48 | 48 | ||
| 49 | + .turbolink-spinner { | ||
| 50 | + font-size: 20px; | ||
| 51 | + margin-right: 10px; | ||
| 52 | + } | ||
| 53 | + | ||
| 49 | @media (max-width: $screen-xs-max) { | 54 | @media (max-width: $screen-xs-max) { |
| 50 | border-width: 0; | 55 | border-width: 0; |
| 51 | font-size: 18px; | 56 | font-size: 18px; |
| @@ -196,8 +201,6 @@ header { | @@ -196,8 +201,6 @@ header { | ||
| 196 | 201 | ||
| 197 | .turbolink-spinner { | 202 | .turbolink-spinner { |
| 198 | color: #FFF; | 203 | color: #FFF; |
| 199 | - font-size: 22px; | ||
| 200 | - margin-right: 10px; | ||
| 201 | } | 204 | } |
| 202 | 205 | ||
| 203 | .search { | 206 | .search { |