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