File tree Expand file tree Collapse file tree 2 files changed +9
-41
lines changed
Expand file tree Collapse file tree 2 files changed +9
-41
lines changed Original file line number Diff line number Diff line change @@ -1320,21 +1320,21 @@ const Integrations = props => {
13201320 />
13211321 { isPro
13221322 ? < Suspense fallback = { < Spinner /> } >
1323- < div className = "s-icon-settings " >
1323+ < div className = "ugb-admin-setting " >
13241324 < IconSettings { ...props } />
13251325 </ div >
13261326 </ Suspense >
13271327 : < >
1328- < div className = "s-settings-field s-icon-kit-settings-field " >
1328+ < div className = "s-settings-field ugb-admin-setting " >
13291329 < label className = "s-text-field" htmlFor = "s-icon-kit-field" >
1330- < span className = "s-settings-field__title" > { __ ( 'FontAwesome Pro Kit' , i18n ) } </ span >
1330+ < span className = "s-settings-field__title ugb-admin-setting__label" > { __ ( 'FontAwesome Pro Kit' , i18n ) } </ span >
1331+ < p className = "s-settings-pro" >
1332+ { __ ( 'This is only available in Stackable Premium. ' , i18n ) }
1333+ < a href = "https://wpstackable.com/premium/?utm_source=wp-settings-integrations& utm_campaign = gopremium & utm_medium = wp - dashboard " target = "_premium" >
1334+ { __ ( 'Go Premium' , i18n ) }
1335+ </ a >
1336+ </ p >
13311337 </ label >
1332- < p className = "s-settings-pro" >
1333- { __ ( 'This is only available in Stackable Premium. ' , i18n ) }
1334- < a href = "https://wpstackable.com/premium/?utm_source=wp-settings-integrations& utm_campaign = gopremium & utm_medium = wp - dashboard " target = "_premium" >
1335- { __ ( 'Go Premium' , i18n ) }
1336- </ a >
1337- </ p >
13381338 </ div >
13391339 </ >
13401340 }
Original file line number Diff line number Diff line change @@ -185,23 +185,6 @@ body[class*="page_stk-"] {
185185 box-sizing : border-box ;
186186 flex-shrink : 0 ;
187187 }
188-
189- .s-settings-field__status {
190- min-width : 40px ;
191- display : inline-block ;
192- vertical-align : middle ;
193- svg {
194- width : 18px ;
195- height : 18px ;
196- margin : 5px 11px 0 ;
197- }
198- .s-settings-field__status--check {
199- color : #27de6c ;
200- }
201- .s-settings-field__status--cross {
202- color : #ff5a7f ;
203- }
204- }
205188 }
206189 [type = " text" ],
207190 [type = " number" ],
@@ -222,7 +205,6 @@ body[class*="page_stk-"] {
222205 }
223206 }
224207 p {
225- margin-left : var (--label-width );
226208 font-style : italic ;
227209 margin-top : 4px ;
228210 }
@@ -241,20 +223,6 @@ body[class*="page_stk-"] {
241223 margin : 0 ;
242224 }
243225}
244- .s-icon-kit-settings-field > p {
245- margin-left : calc (var (--label-width ) + 40px );
246- }
247- // Align the pro badge with the field.
248- .s-icon-kit-settings-field > .s-settings-pro {
249- margin-top : -1.4em ;
250- }
251- .s-integrations .ugb-admin-setting__field ,
252- .s-icon-settings-fa-version .ugb-admin-setting__field {
253- margin-left : 40px ;
254- }
255- .s-integrations .ugb-admin-setting__help {
256- padding-left : 40px ;
257- }
258226.s-icon-settings-fa-pro-version .ugb-admin-setting__field p {
259227 margin-left : 20px ;
260228}
You can’t perform that action at this time.
0 commit comments