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;
|
|
}
|
|
}
|