owncast/web/components/action-buttons/ActionButtonMenu/ActionButtonMenu.module.scss

28 lines
322 B
SCSS
Raw Normal View History

.item {
display: flex;
align-items: center;
}
2022-10-22 11:43:35 +03:00
.buttonWrap {
display: flex;
align-items: center;
height: 100%;
2022-10-22 11:43:35 +03:00
button {
height: 100%;
2022-10-22 11:43:35 +03:00
}
}
.icon {
height: 15px;
margin-right: 5px;
}
.menu {
2023-06-21 06:56:37 +03:00
color: currentcolor;
}
.menuButton {
border-color: var(--theme-color-components-content-background);
}