/
tisit
/
FUXA_SCADA
Обзор
Документация
Войти
/
tisit
/
FUXA_SCADA
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
client/src/app/help/tutorial/tutorial.component.css
54 строки
1014 B
unocelli
editor keyboard shortcuts #398 #400
12 июн 2022, 22:01
12 июн 2022, 22:01
4c243df
Код
Авторство
О чём код?
.tutorial-panel { width: 460px; height: 720px; z-index: 99999 !important; position: absolute; right: 10px; top: 50px; background-color: rgb(88 88 88); /* background-color: rgb(250,250,250); */ box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2), 0 2px 6px 0 rgba(0, 0, 0, 0.188235); /*1px 2px 5px 1px rgba(0,0,0,.26);*/ border: 0px !important; } .tutorial-header { height: 36px; background-color: #212121; color: #ffffff; padding-left: 5px; cursor: move; line-height: 30px; } .tutorial-title { padding: 5px 10px 5px 20px; font-size: 16px; } .tutorial-close { font-size: 28px; /* float: right; */ cursor: pointer; /* padding-right: 5px; */ right: 5px; position: absolute; top: 0px; } .tutorial-content { font-size: 13px; } .my-expansion-panel { margin: 0px; } .header mat-panel-title { font-size: 16px; font-weight: 100; } ::ng-deep .mat-expansion-panel-body { padding: unset !important; }