/
seafteam
/
seaf-archtool-core
Обзор
Документация
Войти
/
seafteam
/
seaf-archtool-core
Код
Запросы
11
Задачи
Пакеты
2
Релизы
21
Аналитика
java-back
src/assets/styles/base.css
65 строк
1 KB
Saveliy Zaznobin
bugfix/ERA-2788-printing-issues (
#664
) into dev
01 июл 2026, 15:26
Верифицирован
01 июл 2026, 15:26
b0b6a6d
Код
Авторство
О чём код?
html { overflow: hidden !important; } body { font-family: 'MTSSans', sans-serif !important; font-weight: 400 !important; } a { text-decoration: none; } h1, h2, h3, h4, h5, h6 { font-family: inherit !important; font-weight: 700 !important; } dl + dl { margin-top: 16px; } dt { color: var(--color-text-secondary); font-size: 14px; font-weight: 400; line-height: 20px; } dd { color: var(--color-text); font-size: 14px; line-height: 20px; margin-top: 4px; } input::placeholder { color: var(--color-text-tertiary) !important; } input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { appearance: none; margin: 0; } .scroll-bar::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); border-radius: 8px; background-color: #F5F5F5; } .scroll-bar::-webkit-scrollbar { width: 14px; height: 14px; background-color: #F5F5F5; } .scroll-bar::-webkit-scrollbar-thumb { border-radius: 8px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3); background-color: rgba(0, 117, 94, 0.75); } /* Magical at-rule to fix printing after migration to Vue 3 and Vuetify 4 */ @media print { /* Fix for cutting off the bottom of the page */ .full-height, .v-card { overflow: unset !important; } /* Fix for overlay components appearing */ .v-overlay__content { display: none; } }