blob: 38f83d991873b99095f2e4679c92f12709faddcd [file] [log] [blame]
@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;
}
}