/
BossDDoS
/
marketplace
Обзор
Документация
Войти
/
BossDDoS
/
marketplace
Код
Запросы
0
Задачи
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/components/SortPopup/SortPopup.module.scss
53 строки
820 B
Maxim L
added routing, advertisement card, styles for components
11 сен 2024, 15:46
11 сен 2024, 15:46
a7512ce
Код
Авторство
О чём код?
@import "../../scss/variables"; .sort { position: relative; .label { display: flex; align-items: center; svg { margin-right: 8px; } b { margin-right: 8px; } span { color: $orange; border-bottom: 1px dashed $orange; cursor: pointer; } } .popup { position: absolute; right: 0; margin-top: 15px; background: $white; box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.09); border-radius: 10px; overflow: hidden; padding: 10px 0; ul { overflow: hidden; li { padding: 12px 20px; cursor: pointer; &.active, &:hover { background: rgba(254, 95, 30, 0.05); } &.active { font-weight: bold; color: $orange; } } } } }