mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
20 lines
308 B
SCSS
20 lines
308 B
SCSS
.header {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
z-index: 1;
|
|
padding: .5rem 1rem;
|
|
.logo {
|
|
display: flex;
|
|
align-items: center;
|
|
svg {
|
|
height: 60px;
|
|
}
|
|
span {
|
|
margin-left: 1rem;
|
|
font-size: 1.7rem;
|
|
font-weight: 600;
|
|
}
|
|
}
|
|
}
|