Skip to content

Commit

Permalink
Styles: add styles for '.send-email-icon' class at 'ContactForm.scss'
Browse files Browse the repository at this point in the history
  • Loading branch information
ITurres committed Feb 7, 2024
1 parent b6f9090 commit c97c9d9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/styles/UI/ContactForm.scss
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ $valid: rgb(9, 247, 9);
}

button[type='submit'] {
position: relative;
background-color: $transparent-black;
border-bottom: $border-size solid $color1;
color: $color1;
Expand Down Expand Up @@ -112,5 +113,17 @@ $valid: rgb(9, 247, 9);
text-shadow: 0 0 5rem $valid;
}
}

&:has(.send-email-icon) {
padding: 1.6rem;
cursor: not-allowed;
}

.send-email-icon {
position: absolute;
top: 0;
right: 0;
width: 35px;
}
}
}

0 comments on commit c97c9d9

Please sign in to comment.