/
vshmidt
/
cloudbeaver
Обзор
Документация
Войти
/
vshmidt
/
cloudbeaver
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
devel
webapp/packages/plugin-data-export/src/Dialog/ProcessorConfigureDialog.module.css
21 строка
481 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. */ .container .propertiesTable { flex: 1; overflow: hidden; padding: 12px 0; } .errorMessage { composes: theme-background-secondary theme-text-on-secondary from global; position: sticky; bottom: 0; padding: 8px 24px; } .tabList { margin: 0 10px; }