You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
564 B
36 lines
564 B
.streamInfo { |
|
position: relative; |
|
display: grid; |
|
} |
|
|
|
.buttonsLogoTitleSection { |
|
margin-left: 1.5vw; |
|
margin-right: 1.5vw; |
|
} |
|
|
|
.pageContentSection { |
|
// background-color: var(--theme-background-secondary); |
|
border-radius: var(--theme-rounded-corners); |
|
width: 100%; |
|
} |
|
|
|
.logoTitleSection { |
|
display: flex; |
|
align-items: center; |
|
} |
|
|
|
.titleSection { |
|
display: flex; |
|
flex-direction: column; |
|
|
|
.title { |
|
font-size: 1.5rem; |
|
font-weight: bold; |
|
color: var(--theme-text-primary); |
|
} |
|
|
|
.subtitle { |
|
font-size: 1.6vw; |
|
font-weight: bold; |
|
} |
|
}
|
|
|