Procházet zdrojové kódy

Leven: Add style for Jetpack Subscription Form block

Thomas Guillot před 6 roky
rodič
revize
93396243f4
2 změnil soubory, kde provedl 10 přidání a 0 odebrání
  1. 5 0
      leven/style-rtl.css
  2. 5 0
      leven/style.css

+ 5 - 0
leven/style-rtl.css

@@ -1861,6 +1861,11 @@ hr.is-style-dots:before {
 	}
 }
 
+.jetpack_subscription_widget input[type="text"] {
+	padding: calc( 0.33 * 16px) !important;
+	width: 100% !important;
+}
+
 table,
 .wp-block-table {
 	width: 100%;

+ 5 - 0
leven/style.css

@@ -1861,6 +1861,11 @@ hr.is-style-dots:before {
 	}
 }
 
+.jetpack_subscription_widget input[type="text"] {
+	padding: calc( 0.33 * 16px) !important;
+	width: 100% !important;
+}
+
 table,
 .wp-block-table {
 	width: 100%;