Skip to content

Commit

Permalink
Museum_2
Browse files Browse the repository at this point in the history
  • Loading branch information
NataliaDavida committed Sep 22, 2023
1 parent 16cf23d commit fd8327d
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions src/styles/form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
@include onTablet {
grid-column: 1 / 6;
}

}

&__content {
Expand Down Expand Up @@ -44,6 +45,31 @@
background-color: white;
}

&::placeholder {
color: $color-text;
}

&:hover::placeholder {
color: $links-hover;
}

&:hover {
color: $links-hover;
}

&:focus {
color: $color-text;
border-color: $links-hover;
}

&:valid {
color: $color-text;
}

&:invalid {
border-color: $accent;
}

grid-column: 1 /-1;

@include onTablet {
Expand Down
2 changes: 1 addition & 1 deletion src/styles/menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
height: 100vh;
background-color: $primary-color;
color: $c-gray;
overflow: scroll;
overflow: hidden;

@include onTablet {
background-image: url("./images/img_menu-sm.png");
Expand Down

0 comments on commit fd8327d

Please sign in to comment.