| 1 |
#happyforms-integrations-screen { |
| 2 |
pointer-events: none; |
| 3 |
} |
| 4 |
|
| 5 |
#happyforms-integrations-screen .widgets-holder-wrap { |
| 6 |
border: 0; |
| 7 |
box-shadow: none; |
| 8 |
background: transparent; |
| 9 |
} |
| 10 |
|
| 11 |
#happyforms-integrations-screen .widget { |
| 12 |
max-width: 100%; |
| 13 |
margin: 0 0 10px; |
| 14 |
} |
| 15 |
|
| 16 |
#happyforms-integrations-screen .widget .ui-sortable-handle { |
| 17 |
cursor: auto; |
| 18 |
} |
| 19 |
|
| 20 |
#happyforms-integrations-screen .widget .widget-top { |
| 21 |
cursor: default; |
| 22 |
} |
| 23 |
|
| 24 |
#happyforms-integrations-screen .widget-content label { |
| 25 |
display: inline-block; |
| 26 |
margin-bottom: 4px; |
| 27 |
} |
| 28 |
|
| 29 |
#happyforms-integrations-screen .widget p:last-child { |
| 30 |
margin-bottom: 0; |
| 31 |
padding-bottom: 0; |
| 32 |
} |
| 33 |
|
| 34 |
#happyforms-integrations-screen .widget .in-widget-title { |
| 35 |
position: relative; |
| 36 |
margin-left: 5px; |
| 37 |
padding-left: 15px; |
| 38 |
font-weight: normal; |
| 39 |
} |
| 40 |
|
| 41 |
#happyforms-integrations-screen .widget .in-widget-title:before { |
| 42 |
content: "\f12a"; |
| 43 |
position: absolute; |
| 44 |
left: 0; |
| 45 |
padding-right: 3px; |
| 46 |
font-family: dashicons; |
| 47 |
vertical-align: middle; |
| 48 |
} |
| 49 |
|
| 50 |
#happyforms-integrations-screen .widget .widget-control-actions { |
| 51 |
margin-top: 15px; |
| 52 |
} |
| 53 |
|
| 54 |
#happyforms-integrations-screen .widget .widget-control-actions a { |
| 55 |
font-style: normal; |
| 56 |
} |
| 57 |
|
| 58 |
#happyforms-integrations-screen .widget .preview { |
| 59 |
float: none; |
| 60 |
color: #A0A5AA; |
| 61 |
} |
| 62 |
|
| 63 |
#happyforms-integrations-screen .nested-block { |
| 64 |
display: none; |
| 65 |
margin: -10px 0 15px 8px; |
| 66 |
padding: 5px 0 5px 15px; |
| 67 |
border-left: 1px solid #ccc; |
| 68 |
} |
| 69 |
|
| 70 |
#happyforms-integrations-screen .nested-block p:last-child { |
| 71 |
margin-bottom: 0; |
| 72 |
} |
| 73 |
|
| 74 |
#happyforms-integrations-screen .enabled .nested-block { |
| 75 |
display: block; |
| 76 |
} |
| 77 |
|
| 78 |
#happyforms-integrations-screen .sidebar-content { |
| 79 |
padding: 0 2px 15px; |
| 80 |
} |
| 81 |
|
| 82 |
.wp-core-ui #happyforms-integrations-screen select { |
| 83 |
max-width: 100%; |
| 84 |
} |
| 85 |
|
| 86 |
#widgets-right .widgets-holder-wrap .happyforms-service-integration p.description:first-of-type { |
| 87 |
padding: 0; |
| 88 |
} |
| 89 |
|
| 90 |
#happyforms-service-aweber .widget-content.authenticated .oauth-flow { |
| 91 |
display: none; |
| 92 |
} |
| 93 |
|
| 94 |
#happyforms-service-aweber .widget-content:not(.authenticated) .oauth-connected { |
| 95 |
display: none; |
| 96 |
} |
| 97 |
|
| 98 |
#happyforms-service-mailpoet .widget-content p { |
| 99 |
margin-bottom: 0; |
| 100 |
} |
| 101 |
|
| 102 |
.happyforms-stripe-block, |
| 103 |
.happyforms-paypal-block { |
| 104 |
display: none; |
| 105 |
} |
| 106 |
|
| 107 |
#happyforms-service-stripe[data-active-mode="live"] .happyforms-stripe-block-live, |
| 108 |
#happyforms-service-stripe[data-active-mode="test"] .happyforms-stripe-block-test, |
| 109 |
#happyforms-service-paypal[data-active-mode="live"] .happyforms-paypal-block-live, |
| 110 |
#happyforms-service-paypal[data-active-mode="sandbox"] .happyforms-paypal-block-sandbox { |
| 111 |
display: block; |
| 112 |
} |
| 113 |
|
| 114 |
.happyforms-clipboard-field { |
| 115 |
margin: 0 0 1em; |
| 116 |
} |
| 117 |
|
| 118 |
.happyforms-clipboard-field-input-wrapper { |
| 119 |
display: flex; |
| 120 |
flex-wrap: wrap; |
| 121 |
} |
| 122 |
|
| 123 |
.happyforms-clipboard-field-input-wrapper input[type="text"] { |
| 124 |
flex: 1 0 auto; |
| 125 |
width: 100%; |
| 126 |
margin: 0 0 8px 0; |
| 127 |
} |
| 128 |
|
| 129 |
@media only screen and (min-width: 782px) { |
| 130 |
.happyforms-clipboard-field-input-wrapper input[type="text"] { |
| 131 |
width: auto; |
| 132 |
margin: 0 8px 0 0; |
| 133 |
} |
| 134 |
} |
| 135 |
|
| 136 |
@media only screen and (min-width: 800px) { |
| 137 |
.happyforms-clipboard-field-input-wrapper input[type="text"] { |
| 138 |
width: 100%; |
| 139 |
margin: 0 0 8px 0; |
| 140 |
} |
| 141 |
} |
| 142 |
|
| 143 |
@media only screen and (min-width: 1100px) { |
| 144 |
.happyforms-clipboard-field-input-wrapper input[type="text"] { |
| 145 |
width: auto; |
| 146 |
margin: 0 8px 0 0; |
| 147 |
} |
| 148 |
} |
| 149 |
|
| 150 |
@media only screen and (min-width: 1800px) { |
| 151 |
.happyforms-clipboard-field-input-wrapper input[type="text"] { |
| 152 |
width: 100%; |
| 153 |
margin: 0 0 8px 0; |
| 154 |
} |
| 155 |
} |
| 156 |
|
| 157 |
@media only screen and (min-width: 1920px) { |
| 158 |
.happyforms-clipboard-field-input-wrapper input[type="text"] { |
| 159 |
width: auto; |
| 160 |
margin: 0 8px 0 0; |
| 161 |
} |
| 162 |
} |
| 163 |
|
| 164 |
#happyforms-integration-toolbar { |
| 165 |
margin-bottom: 15px; |
| 166 |
} |
| 167 |
|
| 168 |
#happyforms-integration-toolbar .media-toolbar-secondary { |
| 169 |
float: left; |
| 170 |
margin-top: 11px; |
| 171 |
} |
| 172 |
|
| 173 |
#happyforms-service-aweber .components-external-link__icon { |
| 174 |
margin-bottom: -2px; |
| 175 |
} |
| 176 |
|
| 177 |
#happyforms-service-aweber a { |
| 178 |
color: #2271b1; |
| 179 |
} |
| 180 |
|
| 181 |
#happyforms-service-aweber svg { |
| 182 |
color: #2271b1; |
| 183 |
fill: #2271b1; |
| 184 |
} |
| 185 |
|
| 186 |
#happyforms-service-aweber a:hover, |
| 187 |
#happyforms-service-aweber a:active { |
| 188 |
color: #135e96; |
| 189 |
} |
| 190 |
|
| 191 |
#happyforms-service-aweber svg:hover, |
| 192 |
#happyforms-service-aweber svg:active { |
| 193 |
color: #135e96; |
| 194 |
fill: #135e96; |
| 195 |
} |
| 196 |
|
| 197 |
@media only screen and (max-width: 1000px) { |
| 198 |
.media-toolbar-primary.search-form { |
| 199 |
float: right; |
| 200 |
max-width: 50%; |
| 201 |
} |
| 202 |
} |
| 203 |
|