VEGA-4928 Исправление отображения контента details и размер шрифта в содержании

This commit is contained in:
Русович Виолетта Игоревна
2025-12-19 14:27:25 +00:00
committed by Речкина Елена Валерьевна
parent a7e57c575d
commit 0ad71bd579
3 changed files with 33 additions and 6 deletions
@@ -4,8 +4,8 @@
.VPDocAside {
.outline-link {
font-weight: 400;
font-size: 17px;
line-height: 22px;
font-size: 15px;
line-height: 18px;
letter-spacing: 0.2px;
padding-top: 8px;
padding-bottom: 8px;
@@ -19,10 +19,11 @@
}
.outline-title {
font-size: 17px;
font-size: 15px;
font-weight: 500;
line-height: 22px;
line-height: 18px;
padding-bottom: 16px;
color: colors.$color-text-black-active;
}
.content {