Skip to content

Commit

Permalink
fix button
Browse files Browse the repository at this point in the history
  • Loading branch information
Miishca committed Jul 31, 2024
1 parent 6f2006a commit 6b3b4b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ <h4 class="header-4 subscribe__header">
/>
<input
type="submit"
class="subscribe__input__field subscribe__input__field--type--submit button button__link__icon icon icon--arrow--color--black button__link__icon--color--red"
class="subscribe__input__field subscribe__input__field--type--surtin button button__link__icon icon icon--arrow--color--black button__link__icon--color--red"
value=" "
/>
</form>
Expand Down
6 changes: 1 addition & 5 deletions src/styles/blocks/subscribe.scss
Original file line number Diff line number Diff line change
Expand Up @@ -128,12 +128,8 @@
}
}

&--type--submit {
&--type--surtin {
cursor: pointer;
background-image: url('../images/icons/arrow-black.svg');
background-repeat: no-repeat;
z-index: +1;

&:hover {
background-color: $c-white;
border: 1px solid $c-red;
Expand Down

0 comments on commit 6b3b4b5

Please sign in to comment.