zappyzep/dashboard/src/style/docs.pcss

12 lines
162 B
Text
Raw Normal View History

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