mirror of
https://github.com/owncast/owncast.git
synced 2024-11-26 06:46:01 +03:00
17 lines
294 B
SCSS
17 lines
294 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);
|
|
|
|
&:last-of-type {
|
|
margin-right: 0;
|
|
}
|
|
}
|
|
}
|