mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
11 lines
153 B
SCSS
11 lines
153 B
SCSS
.row {
|
|
margin: 5px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: flex-end;
|
|
button {
|
|
margin-left: 5px;
|
|
margin-right: 5px;
|
|
}
|
|
}
|