mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-22 01:05:02 +00:00
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;
|
|
}
|
|
}
|