add pagination break style
This commit is contained in:
parent
6842d844de
commit
504a4fe0b9
1 changed files with 4 additions and 0 deletions
|
@ -26,6 +26,10 @@
|
|||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
.pagination__item--break {
|
||||
padding: 0 $spacing-vertical * 2 / 3;
|
||||
}
|
||||
|
||||
.pagination__item--selected {
|
||||
color: white;
|
||||
background: $color-primary;
|
||||
|
|
Loading…
Add table
Reference in a new issue