mirror of
https://github.com/owncast/owncast.git
synced 2024-11-25 14:20:54 +03:00
18 lines
321 B
SCSS
18 lines
321 B
SCSS
.row {
|
|
padding: 0.75rem;
|
|
padding-bottom: 0;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
align-items: center;
|
|
justify-content: flex-end;
|
|
|
|
button {
|
|
margin-left: clamp(1px, 0.2vw, 0.3rem);
|
|
margin-right: clamp(1px, 0.2vw, 0.3rem);
|
|
margin-bottom: 0.5rem;
|
|
|
|
&:last-of-type {
|
|
margin-right: 0;
|
|
}
|
|
}
|
|
}
|