/
admiral_ds
/
web
Обзор
Документация
Войти
/
admiral_ds
/
web
Код
Запросы
0
Задачи
Пакеты
0
Релизы
0
CI/CD
Аналитика
main
lib/components/Header/header.css
32 строки
623 B
Andrey Litvinov
add storybook and tests
18 июл 2024, 16:53
18 июл 2024, 16:53
93f4d09
Код
Авторство
О чём код?
.storybook-header { font-family: 'Nunito Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; border-bottom: 1px solid rgba(0, 0, 0, 0.1); padding: 15px 20px; display: flex; align-items: center; justify-content: space-between; } .storybook-header svg { display: inline-block; vertical-align: top; } .storybook-header h1 { font-weight: 700; font-size: 20px; line-height: 1; margin: 6px 0 6px 10px; display: inline-block; vertical-align: top; } .storybook-header button + button { margin-left: 10px; } .storybook-header .welcome { color: #333; font-size: 14px; margin-right: 10px; }