/
dedaMazai
/
exchanger
Обзор
Документация
Войти
/
dedaMazai
/
exchanger
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/shared/ui/InputWithButton/InputWithButton.scss
51 строка
1 KB
Andrey Chipizubov
First commit
23 ноя 2022, 00:43
23 ноя 2022, 00:43
8849131
Код
Авторство
О чём код?
.text-field { display: flex; } .text-field__input { display: block; width: 100%; height: 2.25rem; padding: 0 0.75rem; font-family: inherit; font-size: 1.2rem; font-weight: 400; line-height: 1.5; color: #212529; background-color: #fff; background-clip: padding-box; border: 1px solid #e2e2e2; border-radius: 0.25rem; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; appearance: none; border-top-right-radius: 0; border-bottom-right-radius: 0; position: relative; z-index: 2; &:focus { color: #212529; background-color: #fff; border-color: #e2e2e2; outline: 0; box-shadow: 0 0 0 0.2rem #9e9e9e40; } } .text-field__select { display: inline-block; font-weight: 400; line-height: 1.5; text-align: center; vertical-align: middle; cursor: pointer; border: 1px solid #e2e2e2; padding: 0.375rem 0.75rem; font-size: 1rem; border-radius: 0.25rem; transition: background-color 0.15s ease-in-out; position: relative; border-top-left-radius: 0; border-bottom-left-radius: 0; border-left-width: 0; }