/
alt3rmann
/
label-studio
Обзор
Документация
Войти
/
alt3rmann
/
label-studio
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
web/libs/editor/src/components/Panel/Panel.module.scss
43 строки
544 B
Raul Martin
ci: OPTIC-1063: Adding linting to scss (#6134)
05 сен 2024, 19:01
Не верифицирован
05 сен 2024, 19:01
3dc2839
Код
Авторство
О чём код?
@import "../../assets/styles/global"; .container { display: flex; justify-content: space-between; @include respond("phone") { flex-direction: column; } } .block { &__controls { @include respond("phone") { width: 100%; } } & > button { margin: 0 5px; &:first-child { margin-left: 0; } &:last-child { margin-right: 0; } @include respond("phone") { margin: 0 2px; margin-bottom: 10px; } } } .common { margin-left: auto; } .hidden { display: none; }