mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
26 lines
318 B
SCSS
26 lines
318 B
SCSS
.item {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.buttonWrap {
|
|
display: flex;
|
|
align-items: center;
|
|
height: 100%;
|
|
button {
|
|
color: currentColor;
|
|
}
|
|
}
|
|
|
|
.icon {
|
|
height: 15px;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.menu {
|
|
color: currentColor;
|
|
// border: none;
|
|
// background-color: transparent;
|
|
// margin: 8px;
|
|
}
|