Files
for-legacy-web/src/pages/settings/channel/Panes.module.scss
2021-06-19 22:37:12 +01:00

15 lines
190 B
SCSS

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