/
Derrri
/
react-diplom-gg
Обзор
Документация
Войти
/
Derrri
/
react-diplom-gg
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/components/Client/HorizontalCalendar.css
49 строк
899 B
Derrri
Финал работы
29 апр 2025, 23:08
29 апр 2025, 23:08
914ee7b
Код
Авторство
О чём код?
.horizontal-calendar { position: sticky; top: 10px; z-index: 1000; } .horizontal-calendar__dates { display: flex; gap: 1px; justify-content: space-between; } .horizontal-calendar__date { width: 100%; display: flex; flex-direction: column; justify-content: center; align-self: stretch; min-height: 48px; padding: 10px; font-size: 12px; line-height: 14px; border-radius: 2px; background: rgba(255, 255, 255, 0.90); box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); cursor: pointer; } .horizontal-calendar__date--selected { background: #fff; transform: scale(1.07); } .horizontal-calendar__date--selected span { font-weight: 600; } .horizontal-calendar__date--weekend { color: red; } .horizontal-calendar__arrow-icon { display: flex; align-items: center; justify-content: center; font-size: 24px; font-weight: 900; font-family: Consolas; }