mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 09:25:27 +00:00
15 lines
190 B
SCSS
15 lines
190 B
SCSS
.overview {
|
|
.row {
|
|
gap: 20px;
|
|
display: flex;
|
|
|
|
.name {
|
|
flex-grow: 1;
|
|
|
|
input {
|
|
width: 100%;
|
|
}
|
|
}
|
|
}
|
|
}
|