Skip to content
Snippets Groups Projects
Verified Commit c03df58e authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Fix turbolink-spinner for light theme

parent eb2f3a80
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -46,6 +46,11 @@ header {
}
}
 
.turbolink-spinner {
font-size: 20px;
margin-right: 10px;
}
@media (max-width: $screen-xs-max) {
border-width: 0;
font-size: 18px;
Loading
Loading
@@ -196,8 +201,6 @@ header {
 
.turbolink-spinner {
color: #FFF;
font-size: 22px;
margin-right: 10px;
}
 
.search {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment