2022-08-23 04:27:47 +03:00
|
|
|
.header {
|
|
|
|
font-family: var(--theme-text-display-font-family);
|
|
|
|
font-size: 0.8rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.buttons {
|
|
|
|
display: flex;
|
|
|
|
justify-content: flex-end;
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.instructions {
|
|
|
|
font-family: var(--theme-text-display-font-family);
|
|
|
|
font-size: 0.7rem;
|
|
|
|
font-weight: 600;
|
2022-12-06 09:11:06 +03:00
|
|
|
margin-top: 5px;
|
|
|
|
margin-bottom: 5px;
|
2022-08-23 04:27:47 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.footer {
|
|
|
|
font-size: 0.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.account {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
margin-top: 5px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
font-size: 0.8rem;
|
2022-12-06 09:11:06 +03:00
|
|
|
border-color: var(--color-owncast-palette-5);
|
2022-12-26 08:37:03 +03:00
|
|
|
border-width: 2px;
|
|
|
|
border-style: dashed;
|
2022-12-06 09:11:06 +03:00
|
|
|
border-radius: 6px;
|
2022-12-26 08:37:03 +03:00
|
|
|
padding: 5px;
|
2022-08-23 04:27:47 +03:00
|
|
|
|
|
|
|
.logo {
|
|
|
|
border-radius: 50%;
|
|
|
|
width: 4em;
|
|
|
|
height: 4em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.username {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
margin-left: 10px;
|
|
|
|
margin-top: 5px;
|
2023-06-21 06:56:37 +03:00
|
|
|
|
2022-08-23 04:27:47 +03:00
|
|
|
.name {
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|