7 lines
85 B
SCSS
7 lines
85 B
SCSS
@import "theme.scss";
|
|
|
|
.search-container {
|
|
width: calc(100% - 22rem - 16rem);
|
|
|
|
}
|