Commit c03df58e9e7974befd5039334151314e5fb970cc

Authored by Dmitriy Zaporozhets
1 parent eb2f3a80

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 46 }
47 47 }
48 48  
  49 + .turbolink-spinner {
  50 + font-size: 20px;
  51 + margin-right: 10px;
  52 + }
  53 +
49 54 @media (max-width: $screen-xs-max) {
50 55 border-width: 0;
51 56 font-size: 18px;
... ... @@ -196,8 +201,6 @@ header {
196 201  
197 202 .turbolink-spinner {
198 203 color: #FFF;
199   - font-size: 22px;
200   - margin-right: 10px;
201 204 }
202 205  
203 206 .search {
... ...