9 lines
126 B
SCSS
9 lines
126 B
SCSS
.pageBando__templateSelection {
|
|
display: flex;
|
|
gap: 14px;
|
|
align-items: flex-end;
|
|
|
|
button {
|
|
flex: 0 0 auto;
|
|
}
|
|
} |