/
vshmidt
/
cloudbeaver
Обзор
Документация
Войти
/
vshmidt
/
cloudbeaver
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
devel
webapp/packages/plugin-authentication/src/Dialog/AuthDialog.module.css
49 строк
984 B
sergeyteleshev
dbeaver/pro#8150 this reverts commit
4088e79
(#4090)
27 янв 2026, 18:59
Не верифицирован
27 янв 2026, 18:59
ec9c2b8
Код
Авторство
О чём код?
/* * 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. */ .wrapper { min-height: 520px !important; max-height: max(var(--app-height, 100vh) - 48px, 520px) !important; & .tabList { justify-content: center; position: sticky; top: 0; z-index: 1; & .tab { &:global([aria-selected='true']) { font-weight: 500; } } } } .submittingForm { overflow: auto; margin: auto; } .submittingForm, .authProviderForm { flex: 1; display: flex; flex-direction: column; } .authProviderForm { flex-direction: column; padding: 18px 24px; } .configurationsList { overflow: auto; margin-top: 12px; max-height: 400px; } .errorMessage { composes: theme-background-secondary theme-text-on-secondary from global; flex: 1; } .tooManySessionsCheckbox { margin-bottom: 4px; }