/
eb
/
js-excel
Обзор
Документация
Войти
/
eb
/
js-excel
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
src/scss/header.scss
34 строки
600 B
Evgeniy Budaev
Finish css layout
19 май 2020, 12:40
19 май 2020, 12:40
afd0360
Код
Авторство
О чём код?
@import "variables"; @import "mixins"; .excel__header { position: absolute; top: 0; right: 0; left: 0; height: $header-height; padding: 8px 4px 0; display: flex; justify-content: space-between; & .input { margin: 0; padding: 2px 7px; min-width: 1px; color: #000; border: 1px solid transparent; border-radius: 2px; height: 20px; font-size: 18px; line-height: 22px; outline: none; &:hover { border: 1px solid $border-color; } &:focus { border: 2px solid #1a73e8; } } & .button { @include button(red); } }