/
vshmidt
/
cloudbeaver
Обзор
Документация
Войти
/
vshmidt
/
cloudbeaver
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
devel
webapp/packages/plugin-connection-custom/src/DriverSelector/Driver.module.css
29 строк
569 B
Sychev Andrey
Feat/dbeaver/vscode#86/storybook integration (#3251)
25 фев 2025, 16:04
Не верифицирован
25 фев 2025, 16:04
a4102b2
Код
Авторство
О чём код?
/* * CloudBeaver - Cloud Database Manager * Copyright (C) 2020-2025 DBeaver Corp and others * * Licensed under the Apache License, Version 2.0. * you may not use this file except in compliance with the License. */ .icon { position: relative; } .staticImage { box-sizing: border-box; width: 24px; max-height: 24px; min-width: 24px; } .indicator { position: absolute; bottom: 2px; right: 0; width: 14px; height: 14px; display: flex; border-radius: 50%; background-color: var(--theme-surface); border: 1px solid var(--theme-surface); }