This repository has been archived on 2026-03-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
web/styles/ustawienia.module.scss

11 lines
157 B
SCSS

.inputSectionParent {
display: flex;
flex-direction: column;
}
.inputSection {
display: flex;
flex-direction: row;
gap: 1rem;
align-items: baseline;
}