14 lines
181 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|