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