/
tisit
/
FUXA_SCADA
Обзор
Документация
Войти
/
tisit
/
FUXA_SCADA
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
client/src/app/editor/setup/setup.component.scss
104 строки
2 KB
unocelli
WIP
20 апр 2025, 11:42
20 апр 2025, 11:42
841dca4
Код
Авторство
О чём код?
:host { .mat-button .mat-button-focus-overlay { background-color: transparent; } .dlg-container { position: relative; // width: 300px; height: 600px; } .separator { align-items: center; display: flex; position: relative; margin-top: 10px; margin-bottom: 10px; } .separator-line { border-bottom: 1px solid var(--setupSeparatorColor); height: 1px; width: 35%; } .separator-text { left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); font-size: 13px; } .btn-cards { display: flex; flex-wrap: wrap; margin-left: -8px; margin-right: -8px; margin-top: 16px; margin-bottom: 18px; justify-content: center; } .btn-card { // flex-basis: 25%; margin-left: 3px; margin-right: 3px; padding-left: 4px; padding-right: 4px; flex: 1; } .card-btn { height: 85px; min-height: auto; min-width: 100px; width: 100px; font-size: 16px; text-align: center; -webkit-align-content: center; align-content: center; overflow: hidden; padding: 0px !important; } .card-btn span { display: block; font-weight: normal !important; font-size: 13px; text-align: center; } .card-btn-content { display: flex; flex-direction: column; align-items: center; justify-content: flex-start; padding: 10px 0 5px 0; text-align: center; height: 100%; } .card-btn-content .mat-icon { font-size: 32px; margin-bottom: 6px; height: 32px; width: 32px; } .card-btn-content span { display: flex; align-items: center; justify-content: center; font-size: 14px; text-align: center; white-space: normal; overflow: hidden; text-overflow: ellipsis; line-height: 1.2; min-height: 2.4em; max-height: 2.4em; padding: 0 4px; } }