22 lines
242 B
SCSS
22 lines
242 B
SCSS
@use 'reset';
|
|
|
|
body {
|
|
font-size: 1.22em;
|
|
}
|
|
|
|
header {
|
|
display: grid;
|
|
}
|
|
|
|
input {
|
|
border: 1px solid black;
|
|
height: 36px;
|
|
font-size: 28px;
|
|
padding: 3px;
|
|
}
|
|
|
|
.item-search-card {
|
|
display: flex;
|
|
flex-direction: row;
|
|
}
|