mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-25 16:24:27 +08:00
increased active pagination size
This commit is contained in:
parent
ca8375a867
commit
57721a01e4
1 changed files with 3 additions and 0 deletions
|
@ -107,7 +107,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&.active {
|
&.active {
|
||||||
|
min-height: 36px;
|
||||||
a {
|
a {
|
||||||
|
min-width: 36px;
|
||||||
|
min-height: 36px;
|
||||||
background-color: inherit;
|
background-color: inherit;
|
||||||
border: 1px solid $brand-primary;
|
border: 1px solid $brand-primary;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
|
|
Loading…
Reference in a new issue