owncast/web/components/action-buttons/ActionButtonMenu/ActionButtonMenu.module.scss
2023-06-20 20:58:00 -07:00

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);
}