Skip to content

Commit 1c1b79e

Browse files
fix: only 1 color / badge
1 parent 5f781ec commit 1c1b79e

File tree

1 file changed

+6
-25
lines changed

1 file changed

+6
-25
lines changed

css/settings.css

Lines changed: 6 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2578,30 +2578,11 @@ li.draggable-item .components-panel__body-toggle.components-button{
25782578
}
25792579

25802580
.fz-license-badge {
2581-
padding: 2px 8px;
2582-
font-size: 10px;
2583-
text-transform: uppercase;
2584-
border-radius: 5px;
2585-
letter-spacing: 0.5px;
2581+
padding: 2px 8px;
2582+
font-size: 10px;
2583+
text-transform: uppercase;
2584+
border-radius: 5px;
2585+
letter-spacing: 0.5px;
25862586
color: #ffffff;
2587-
}
2588-
2589-
.fz-license-badge-agency {
2590-
background: linear-gradient(135deg, #4268CF 0%, #3458BC 100%);
2591-
}
2592-
2593-
.fz-license-badge-developer {
2594-
background: linear-gradient(135deg, #689F38 0%, #558B2F 100%);
2595-
}
2596-
2597-
.fz-license-badge-personal {
2598-
background: linear-gradient(135deg, #FF6B35 0%, #F4511E 100%);
2599-
}
2600-
2601-
.fz-license-badge-yearly {
2602-
background: linear-gradient(135deg, #F4511E 0%, #D32F2F 100%);
2603-
}
2604-
2605-
.fz-license-badge-lifetime {
2606-
background: linear-gradient(135deg, #FFB300 0%, #FFA000 100%);
2587+
background: linear-gradient(135deg, #4268CF 0%, #3458BC 100%);
26072588
}

0 commit comments

Comments
 (0)