for-legacy-web/src/pages/settings/channel/Panes.module.scss

15 lines
190 B
SCSS

.overview {
.row {
gap: 20px;
display: flex;
.name {
flex-grow: 1;
input {
width: 100%;
}
}
}
}