mirror of
https://github.com/owncast/owncast.git
synced 2024-12-22 17:20:37 +03:00
10 lines
160 B
SCSS
10 lines
160 B
SCSS
.row {
|
|
padding: .3rem;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: flex-end;
|
|
button {
|
|
margin-left: .3rem;
|
|
margin-right: .3rem;
|
|
}
|
|
}
|