/
vshmidt
/
label-studio
Обзор
Документация
Войти
/
vshmidt
/
label-studio
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
web/libs/editor/src/components/Controls/Controls.module.css
68 строк
988 B
Raul Martin
refactor: ECHO-448: Biome - enable format (#9625)
17 мар 2026, 18:27
Не верифицирован
17 мар 2026, 18:27
567cb96
Код
Авторство
О чём код?
@import "../../assets/styles/global.prefix.css"; .task { opacity: 0.4; } .container { margin-bottom: 10px; display: flex; align-items: center; & > button, & > span { margin: 0 10px; &:first-child { margin-left: 0; } @media (width <= 760px) { /* phone */ margin-left: 0; margin-bottom: 5px; } } &:first-child { margin-left: 0; } &:last-child { margin-right: 0; } @media (width <= 760px) { /* phone */ justify-content: flex-start; align-items: flex-start; flex-flow: column; } } .block { clear: both; } .wrapper { display: flex; justify-content: space-between; align-items: center; margin-top: 20px; @media (width <= 760px) { /* phone */ flex-flow: column; align-items: flex-start; } } .rewrite { background: var(--success_color); border-color: var(--success_color); &:hover { background: var(--kale_300); border-color: var(--kale_300); } }