VEGA-5236 Адаптация результатов поиска в документации

This commit is contained in:
Русович Виолетта Игоревна
2025-10-14 08:06:15 +00:00
committed by Речкина Елена Валерьевна
parent b669aba0dc
commit 3609f446cb
6 changed files with 104 additions and 146 deletions
@@ -1,4 +1,5 @@
@use '@beeline/design-tokens/scss/tokens/components/navigationDrawer';
@use "@beeline/design-tokens/scss/tokens/globals/colors";
.VPDocAside {
.outline-link {
@@ -9,10 +10,12 @@
padding-top: 8px;
padding-bottom: 8px;
white-space: unset;
color: colors.$color-text-grey-inactive;
}
.outline-link.active {
font-weight: 500 !important;
color: colors.$color-text-black-active;
}
.outline-title {
@@ -1,5 +1,6 @@
@use '@beeline/design-tokens/scss/tokens/components/navigationDrawer';
@use '@beeline/design-tokens/scss/tokens/themes/theme-variables' as theme;
@use 'src/assets/scss/app/helpers/media';
.VPSidebar {
--vp-sidebar-bg-color: var(--vp-c-bg);
@@ -109,5 +110,7 @@
}
.VPLocalNav.has-sidebar {
padding-left: 320px !important;
@include media.max(sm) {
padding-left: 0px;
}
}