Skip to content

Commit

Permalink
Remove unused CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
n7studios committed Dec 6, 2024
1 parent f4ce290 commit cb2555e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions resources/frontend/css/restrict-content.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@


/* Buttons */
form#convertkit-restrict-content-form input[type=submit],
form#convertkit-restrict-content-form button {
form#convertkit-restrict-content-form input[type=submit] {
height: 42px;
line-height: 42px;
font-size: 15px;
Expand Down Expand Up @@ -119,8 +118,7 @@ form#convertkit-restrict-content-form div#convertkit-restrict-content-email-fiel
background: none;
border: none;
}
form#convertkit-restrict-content-form div#convertkit-restrict-content-email-field input[type=submit],
form#convertkit-restrict-content-form div#convertkit-restrict-content-email-field button {
form#convertkit-restrict-content-form div#convertkit-restrict-content-email-field input[type=submit] {
grid-area: button;
}

Expand Down

0 comments on commit cb2555e

Please sign in to comment.