Merge pull request 'fix css issue' (#5) from KrstlSkll69/clientSideBadges:main into main
Reviewed-on: #5
This commit is contained in:
commit
65e6c4dbad
1 changed files with 2 additions and 4 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue