Files
tiptap/docs/src/components/PageNavigation/style.scss
Philipp Kühn 60263ca0d0 black to white
2021-02-03 16:23:17 +01:00

17 lines
294 B
SCSS

.page-navigation {
display: flex;
justify-content: space-between;
padding: 1.5rem 0;
&__link {
color: rgba($colorBlack, 0.6);
padding: 0.25rem 0.5rem;
border-radius: 5px;
&:hover {
color: $colorBlack;
background-color: rgba($colorBlack, 0.05);
}
}
}