mirror of
https://github.com/owncast/owncast.git
synced 2025-11-02 03:54:54 +08:00
16 lines
173 B
SCSS
16 lines
173 B
SCSS
.item {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.icon {
|
|
height: 15px;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.menu {
|
|
border: none;
|
|
background-color: transparent;
|
|
margin: 8px;
|
|
}
|