We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0cc0a2 commit 54fd810Copy full SHA for 54fd810
css/settings.css
@@ -270,8 +270,10 @@
270
border-bottom: 0;
271
}
272
.fz-form-wrap .form-label{
273
- display: block;
+ display: flex;
274
margin-bottom: 8px;
275
+ align-items: center;
276
+ gap: 10px;
277
278
279
.fz-form-wrap .form-control {
@@ -2599,4 +2601,14 @@ li.draggable-item .components-panel__body-toggle.components-button{
2599
2601
.support-box-list > ul{
2600
2602
grid-template-columns: repeat(2, 1fr);
2603
-}
2604
+}
2605
+
2606
+.fz-license-badge {
2607
+ padding: 2px 8px;
2608
+ font-size: 10px;
2609
+ text-transform: uppercase;
2610
+ border-radius: 5px;
2611
+ letter-spacing: 0.5px;
2612
+ color: #ffffff;
2613
+ background: linear-gradient(135deg, #4268CF 0%, #3458BC 100%);
2614
0 commit comments