Commit c03df58e authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix turbolink-spinner for light theme

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent eb2f3a80
......@@ -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;
......@@ -196,8 +201,6 @@ header {
.turbolink-spinner {
color: #FFF;
font-size: 22px;
margin-right: 10px;
}
.search {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment