2024-07-16 16:33:41 +02:00

14 lines
181 B
SCSS

.root {
.header {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 24px;
.input-container {
width: 300px;
cursor: text;
}
}
}