Skip to content

Commit

Permalink
Updated Feedback points
Browse files Browse the repository at this point in the history
Scss structure update
  • Loading branch information
karthick-murugan committed Jan 2, 2025
1 parent 959683d commit dc35747
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions wp-content/themes/pub/wporg-learn-2024/src/style/_jetpack.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
font-weight: 600;
}

.wp-block-jetpack-contact-form .wp-block-button__link {
height: auto;
}

.wp-block-jetpack-contact-form-container .contact-form {
.grunion-checkbox-multiple-options legend,
.grunion-radio-options legend,
Expand All @@ -30,4 +26,10 @@
inset-inline-end: calc(var(--jetpack--contact-form--input-padding-left) + 3px);
top: calc(var(--jetpack--contact-form--input-padding-top) + var(--jetpack--contact-form--line-height) / 2);
}

.wp-block-jetpack-button {
.wp-block-button__link {
height: auto;
}
}
}

0 comments on commit dc35747

Please sign in to comment.