2019-10-10 21:58:00 +03:00
|
|
|
.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
|
|
|
}
|
2019-10-10 21:58:00 +03:00
|
|
|
}
|