fix: Logos position fixed on scroll

This commit is contained in:
imtodor 2019-01-02 10:36:36 +02:00
Родитель 46de87f377
Коммит f266ec2f66
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -607,11 +607,11 @@ $hover-text: darken($text-color, 10%);
}
&.brand-platform-teststudiodev {
background: transparent url(image_path("logo-scroll-teststudiodev.svg")) no-repeat 0 4px;
background: transparent url(image_path("logo-scroll-teststudiodev.svg")) no-repeat 0 8px;
}
&.brand-platform-teststudio-apis {
background: transparent url(image_path("logo-scroll-teststudio-apis.svg")) no-repeat 0 4px;
background: transparent url(image_path("logo-scroll-teststudio-apis.svg")) no-repeat 0 8px;
}
}