diff --git a/resources/frontend/css/restrict-content.css b/resources/frontend/css/restrict-content.css index 9ce97b89..3bffe1e9 100644 --- a/resources/frontend/css/restrict-content.css +++ b/resources/frontend/css/restrict-content.css @@ -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; @@ -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; }