/
vshmidt
/
cloudbeaver
Обзор
Документация
Войти
/
vshmidt
/
cloudbeaver
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
devel
webapp/packages/plugin-user-profile/src/UserInfo.module.css
44 строки
732 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. */ .user { position: relative; height: 100%; display: flex; align-items: center; padding: 0 8px; cursor: pointer; &:hover { background: #338ecc; } &:after { position: absolute; background: #236ea0 !important; height: 32px; width: 1px; top: 8px; right: -1px; opacity: 1 !important; content: ''; } } .iconOrImage { display: block; width: 32px; height: 32px; padding: 4px; } .userName { display: block; line-height: initial; padding: 0 4px; }