Skip to content

Commit 54fd810

Browse files
feat: add CSS for license plan label (#1093)
1 parent f0cc0a2 commit 54fd810

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

css/settings.css

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,8 +270,10 @@
270270
border-bottom: 0;
271271
}
272272
.fz-form-wrap .form-label{
273-
display: block;
273+
display: flex;
274274
margin-bottom: 8px;
275+
align-items: center;
276+
gap: 10px;
275277
}
276278

277279
.fz-form-wrap .form-control {
@@ -2599,4 +2601,14 @@ li.draggable-item .components-panel__body-toggle.components-button{
25992601
.support-box-list > ul{
26002602
grid-template-columns: repeat(2, 1fr);
26012603
}
2602-
}
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

Comments
 (0)