fix css issue

This commit is contained in:
Indiana Jone (Indi) 2025-02-18 20:29:50 -05:00
parent ebdeaf132d
commit 5668bd6aae

View file

@ -4,11 +4,10 @@
color: rgb(240 71 71) !important;
border: 1px solid rgb(240 71 71 / 60%) !important;
border-radius: 5px !important;
font-weight: 500;
font-weight: bold;
padding: 6px 10px;
text-align: center;
margin-top: 10px;
font-style: bold;
}
.vc-badges-notice {
@ -17,11 +16,10 @@
color: var(--info-warning-text) !important;
border: 1px solid var(--info-warning-foreground) !important;
border-radius: 5px !important;
font-weight: 500;
font-weight: bold;
padding: 6px 10px;
text-align: center;
margin-top: 10px;
font-style: bold;
}
.vc-badges-settings {