/
watchadoing
/
mega-session
Обзор
Документация
Войти
/
watchadoing
/
mega-session
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
frontend/src/components/ContactsForm/ContactsForm.module.scss
36 строк
598 B
Andrey Isaev
first_commit
29 окт 2025, 17:45
29 окт 2025, 17:45
6cc50d7
Код
Авторство
О чём код?
@use 'variables' as *; @use 'mixins'; .form { @include mixins.flex(column); gap: 1.5rem; background: $primaryLight; padding: $defaultPadding; .label { flex-grow: 1; } .input { background: $primary; color: white; border: 1px solid transparent; padding: 1rem; font-size: 1.4rem; width: 100%; box-sizing: border-box; outline-color: $secondary; &:focus { outline-style: solid; } &:invalid { border-color: $error; outline-color: $error; } &::placeholder { color: lighten($primaryLight, 23%); } } }