1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00
unleash.unleash/website/src/stories/header.css

33 lines
587 B
CSS
Raw Normal View History

2022-02-17 12:30:49 +01:00
.wrapper {
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;
2022-02-17 12:30:49 +01:00
}
svg {
display: inline-block;
vertical-align: top;
2022-02-17 12:30:49 +01:00
}
h1 {
font-weight: 900;
font-size: 20px;
line-height: 1;
margin: 6px 0 6px 10px;
display: inline-block;
vertical-align: top;
2022-02-17 12:30:49 +01:00
}
.wrapper button + button {
margin-left: 10px;
2022-02-17 12:30:49 +01:00
}
.welcome {
color: #333;
font-size: 14px;
margin-right: 10px;
2022-02-17 12:30:49 +01:00
}