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

11 lines
160 B
SCSS
Raw Normal View History

2022-05-08 02:13:06 +03:00
.row {
padding: .3rem;
2022-05-08 02:13:06 +03:00
display: flex;
align-items: center;
justify-content: flex-end;
button {
margin-left: .3rem;
margin-right: .3rem;
2022-05-08 02:13:06 +03:00
}
}