zappyzep/dashboard/src/style/docs.pcss
2020-12-19 04:53:59 +02:00

11 lines
162 B
Text

.docs-sidebar {
& .router-link-active {
@apply underline;
}
}
@screen until-lg {
.docs-sidebar.closed:not(:focus-within) {
@apply sr-only;
}
}