| @import '../../../elements-sk/modules/styles/buttons'; | |
| @import '../../../elements-sk/modules/colors'; | |
| pagination-sk { | |
| button, | |
| div { | |
| display: inline-block; | |
| font-size: 1em; | |
| } | |
| button { | |
| color: #000000; | |
| font-weight: bold; | |
| } | |
| button[disabled] { | |
| color: #ffffff; | |
| background: var(--light-gray); | |
| box-shadow: none; | |
| font-weight: normal; | |
| } | |
| } |