mirror of
https://github.com/owncast/owncast.git
synced 2024-11-24 21:59:43 +03:00
27 lines
322 B
SCSS
27 lines
322 B
SCSS
.item {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.buttonWrap {
|
|
display: flex;
|
|
align-items: center;
|
|
height: 100%;
|
|
|
|
button {
|
|
height: 100%;
|
|
}
|
|
}
|
|
|
|
.icon {
|
|
height: 15px;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.menu {
|
|
color: currentcolor;
|
|
}
|
|
|
|
.menuButton {
|
|
border-color: var(--theme-color-components-content-background);
|
|
}
|