/
vshmidt
/
cloudbeaver
Обзор
Документация
Войти
/
vshmidt
/
cloudbeaver
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
devel
webapp/packages/plugin-holidays/src/HolidayActionButton.module.css
29 строк
595 B
sergeyteleshev
[CB] Replace material ui with native css variables and tailwind utilities (#4188)
02 апр 2026, 19:24
Не верифицирован
02 апр 2026, 19:24
ea36247
Код
Авторство
О чём код?
/* * 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. */ button.holidayButton { height: 48px; width: 48px; margin: 0; padding: 12px; } .holidayButton img { transition: filter var(--duration-slow), transform var(--duration-slow) var(--ease-smooth); } .holidayButton:hover { background-color: #338ecc; } .buttonActive img { filter: drop-shadow(0 0 8px rgb(255 255 255 / 90%)); transform: rotate(180deg); }