blob: 1dc09207ecae988cebd9d69e613b23d0c71fd3b5 [file] [log] [blame]
@import '../colors';
pagination-sk {
button {
border-radius: 5px;
}
button.action {
background: var(--primary-highlight);
}
button.action:hover {
background: var(--primary);
}
button:not(.action)[disabled] {
font-weight: 900;
text-decoration: underline;
}
}