|
@@ -501,6 +501,7 @@ p.has-drop-cap:not(:focus)::first-letter {
|
|
|
font-size: 16px;
|
|
|
font-weight: 400;
|
|
|
letter-spacing: 2px;
|
|
|
+ line-height: 24px;
|
|
|
padding: 10px 14px;
|
|
|
text-transform: uppercase;
|
|
|
-webkit-transition: all 0.3s ease-in-out;
|
|
@@ -509,6 +510,14 @@ p.has-drop-cap:not(:focus)::first-letter {
|
|
|
transition: all 0.3s ease-in-out;
|
|
|
}
|
|
|
|
|
|
+.wp-block-button .editor-rich-text__tinymce.mce-content-body {
|
|
|
+ line-height: 24px;
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-button .wp-block-button__link.has-text-color {
|
|
|
+ border-color: currentColor;
|
|
|
+}
|
|
|
+
|
|
|
.wp-block-button__link:hover,
|
|
|
.wp-block-button__link:focus {
|
|
|
background: transparent;
|