mirror of
https://github.com/owncast/owncast.git
synced 2024-12-20 00:11:27 +03:00
15 lines
395 B
SCSS
15 lines
395 B
SCSS
.nameChangeView {
|
|
display: flex;
|
|
font-size: 0.9rem;
|
|
border-radius: var(--theme-rounded-corners);
|
|
padding: 5px 15px;
|
|
color: var(--theme-color-components-chat-text);
|
|
& .nameChangeText {
|
|
font-weight: bold;
|
|
font-family: var(--theme-text-display-font-family);
|
|
& .plain {
|
|
font-weight: normal;
|
|
font-family: var(--theme-text-body-font-family) !important;
|
|
}
|
|
}
|
|
}
|