digital.solutions.test/front/src/components/display/SearchBar.module.scss

24 lines
344 B
SCSS

.search {
margin: 1rem 0;
border: 1px solid gray;
display: flex;
* {
padding: 1rem;
}
input {
border: none;
background: none;
height: 100%; width: 100%;
}
button {
cursor: pointer;
color: white;
background: royalblue;
border: none;
}
}