feat(design): home page new design and functionality #135

Merged
enes merged 24 commits from issue-121 into staging 2024-08-14 08:44:09 +00:00
Showing only changes of commit 272fcf93c6 - Show all commits

View File

@ -19,11 +19,11 @@
.actionButtons {
display: flex;
justify-content: center;
justify-content: end;
align-items: center;
gap: 10px;
margin-left: auto;
padding: 1.5px 0;
flex-grow: 1;
}
.search {
@ -37,6 +37,12 @@
outline: solid 1px #dddddd;
background: white;
width: 100%;
@container (width >= 610px) {
max-width: 246px;
}
&:focus-within {
outline-color: $primary-main;
}