Skip to content

Commit

Permalink
update solution
Browse files Browse the repository at this point in the history
  • Loading branch information
leraMeleshchenko committed Jan 18, 2025
1 parent 769a78e commit e9c4406
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 6 additions & 0 deletions src/styles/blocks/_form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
font-weight: 400;
line-height: 24px;
padding-left: 20px;
box-sizing: border-box;

&:focus {
outline: none;
Expand Down Expand Up @@ -61,6 +62,11 @@

@include hover(background-color, #0c797a);

@include on-desktop {
width: 124px;
height: 48px;
}

&:disabled {
background-color: #cfeff0;
}
Expand Down
6 changes: 1 addition & 5 deletions src/styles/blocks/_menu.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
.menu {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
inset: 0;
transition: all 0.3s;
opacity: 1;
transform: translateX(100%);
Expand Down Expand Up @@ -67,7 +64,6 @@
&:hover {
color: #131313;
font-weight: 700;

}
}

Expand Down

0 comments on commit e9c4406

Please sign in to comment.