/
vshmidt
/
cloudbeaver
Обзор
Документация
Войти
/
vshmidt
/
cloudbeaver
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
devel
webapp/packages/plugin-administration/src/AdministrationScreen/ConfigurationWizard/WizardStepper.module.css
37 строк
751 B
alex
CB-5180 rename .m -> .module (#2679)
04 июн 2024, 20:31
Не верифицирован
04 июн 2024, 20:31
4cb171e
Код
Авторство
О чём код?
/* * CloudBeaver - Cloud Database Manager * Copyright (C) 2020-2024 DBeaver Corp and others * * Licensed under the Apache License, Version 2.0. * you may not use this file except in compliance with the License. */ .wizardStepper { composes: theme-background-surface theme-text-on-surface theme-border-color-background from global; position: sticky; top: 0; height: 48px; display: flex; padding: 0 16px; align-items: center; border-bottom: solid 2px; z-index: 1; flex-shrink: 0; } .actions { composes: theme-border-color-background from global; border-right: solid 1px; display: flex; gap: 16px; } .actions, .wizardText { display: flex; align-items: center; height: 28px; } .wizardText { padding: 0 16px; }