Commit 67c01502 authored by Nikolay Gromov's avatar Nikolay Gromov

Добавил навгацию по библиотеке

parent c6555458
......@@ -79,6 +79,19 @@
display: block;
position: relative;
&--divider {
margin-top: 2rem;
&:before {
content: '';
position: absolute;
top: -1rem;
left: 0;
right: 0;
border-top: 1px solid @gray-light;
}
}
// Сокрытие и показ по наведению
@media (min-width: @screen-lg) {
......
This diff is collapsed.
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