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

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

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