blob: cdcc727c13d2779d59d36fd080c79a757e5c5c0b [file] [log] [blame]
@import '~elements-sk/colors';
pagination-sk {
button, div {
display:inline-block;
font-size: 1.0em;
}
button {
color: var(--black);
font-weight: bold;
}
button[disabled] {
color: var(--white);
background: var(--light-gray);
box-shadow: none;
font-weight: normal;
}
}