/
lingvo
/
LinguaCode
Обзор
Документация
Войти
/
lingvo
/
LinguaCode
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/styles.scss
85 строк
2 KB
Alexander Soloviev
[TEME]
15 июн 2026, 21:51
15 июн 2026, 21:51
3cee395
Код
Авторство
О чём код?
/* You can add global styles to this file, and also import other style files */ @use 'theme/app-color-schemes'; html, body { height: 100%; } body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; } .quiz-card__sound { align-items: center; display: flex; gap: 0.5rem; margin-bottom: 1rem; } .card-form__option-lexeme { grid-column: 1 / -1; } .card-editor-dialog { @media (max-width: 47.99rem) { width: 100vw !important; max-width: 100vw !important; height: 100vh; max-height: 100vh !important; } } .card-editor-dialog .mat-mdc-dialog-content { max-height: calc(90vh - 8rem); @media (max-width: 47.99rem) { max-height: calc(100vh - 8rem); } } .scenario-builder-dialog { @media (max-width: 47.99rem) { width: 100vw !important; max-width: 100vw !important; height: 100vh; max-height: 100vh !important; } } .scenario-builder-dialog .mat-mdc-dialog-content { max-height: calc(90vh - 8rem); @media (max-width: 47.99rem) { max-height: calc(100vh - 8rem); } } .course-builder-dialog { @media (max-width: 47.99rem) { width: 100vw !important; max-width: 100vw !important; height: 100vh; max-height: 100vh !important; } } .course-builder-dialog .mat-mdc-dialog-content { max-height: calc(90vh - 8rem); @media (max-width: 47.99rem) { max-height: calc(100vh - 8rem); } } .card-try-dialog { @media (max-width: 47.99rem) { width: 100vw !important; max-width: 100vw !important; height: 100vh; max-height: 100vh !important; } } .card-try-dialog .mat-mdc-dialog-content { max-height: calc(90vh - 8rem); @media (max-width: 47.99rem) { max-height: calc(100vh - 8rem); } }