14 lines
202 B
SCSS
14 lines
202 B
SCSS
@import "@Themes/constants.scss";
|
|
|
|
.root {
|
|
min-height: 100%;
|
|
width: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
|
|
.searchbar {
|
|
padding: 40px 24px 24px 24px;
|
|
}
|
|
}
|