|
@@ -3094,6 +3094,29 @@ img#wpstats {
|
|
|
* Vendors
|
|
|
* - 3rd-party compatibility styles
|
|
|
*/
|
|
|
+/**
|
|
|
+ * Subscription
|
|
|
+ */
|
|
|
+.wp-block-jetpack-subscriptions form > * {
|
|
|
+ margin-top: 21.312px;
|
|
|
+ margin-bottom: 21.312px;
|
|
|
+}
|
|
|
+
|
|
|
+@media only screen and (min-width: 560px) {
|
|
|
+ .wp-block-jetpack-subscriptions form > * {
|
|
|
+ margin-top: 32px;
|
|
|
+ margin-bottom: 32px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-jetpack-subscriptions form > *:first-child {
|
|
|
+ margin-top: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-jetpack-subscriptions form > *:last-child {
|
|
|
+ margin-bottom: 0;
|
|
|
+}
|
|
|
+
|
|
|
/**
|
|
|
* Responsive Logic
|
|
|
* - Loading this last to respect cascaing rules
|
|
@@ -3326,3 +3349,25 @@ img#wpstats {
|
|
|
* Vendors
|
|
|
* - 3rd-party compatibility styles
|
|
|
*/
|
|
|
+/**
|
|
|
+ * Subscription
|
|
|
+ */
|
|
|
+.wp-block-jetpack-subscriptions form > * {
|
|
|
+ margin-top: 21.312px;
|
|
|
+ margin-bottom: 21.312px;
|
|
|
+}
|
|
|
+
|
|
|
+@media only screen and (min-width: 560px) {
|
|
|
+ .wp-block-jetpack-subscriptions form > * {
|
|
|
+ margin-top: 32px;
|
|
|
+ margin-bottom: 32px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-jetpack-subscriptions form > *:first-child {
|
|
|
+ margin-top: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-jetpack-subscriptions form > *:last-child {
|
|
|
+ margin-bottom: 0;
|
|
|
+}
|