Commit 7662fb2a authored by Nikolay Gromov's avatar Nikolay Gromov

Пагинация: рефакторинг

parent 267813d1
......@@ -10,9 +10,9 @@
&__item {
display: block;
min-width: 2.5em;
border: 1px solid $border-color;
padding: 0.5em;
min-width: 2em;
// border: 1px solid $border-color;
padding: 0.3em 0.6em;
text-decoration: none;
text-align: center;
color: $text-color;
......@@ -35,6 +35,10 @@
}
}
@at-root span#{&} {
cursor: default;
}
&--active {
background-color: $gray-lightest;
}
......
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