blob: 270ce48958677ff5139fcf2674e46271a0853bb6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
.is-button-grey, .pagination-link {
background-color: #7a7a7a;
border-color: transparent;
color: #1b1b1b;
}
.button {
vertical-align: unset;
}
.button:hover, .pagination .is-current, .pagination-link:hover {
background-color: $boton;
border-color: transparent;
color: whitesmoke;
}
.button:focus {
box-shadow: none;
border-color: transparent;
}
|