zappyzep/dashboard/src/style/docs.pcss

10 lines
127 B
Text
Raw Normal View History

.docs-sidebar {
& .router-link-active {
@apply underline;
}
2020-12-13 22:33:25 +02:00
&.closed:not(:focus-within) {
@apply sr-only;
}
}