forked from userplugins/clientSideBadges
less obnoxious warning
This commit is contained in:
parent
c4b43ebb0d
commit
b78a5a9187
2 changed files with 34 additions and 2 deletions
25
style.css
Normal file
25
style.css
Normal file
|
@ -0,0 +1,25 @@
|
|||
.vc-badges-warning {
|
||||
font-size: 16px !important;
|
||||
background-color: rgb(240 71 71 / 10%) !important;
|
||||
color: rgb(240 71 71) !important;
|
||||
border: 1px solid rgb(240 71 71 / 60%) !important;
|
||||
border-radius: 5px !important;
|
||||
font-weight: 500;
|
||||
padding: 6px 10px;
|
||||
text-align: center;
|
||||
margin-top: 10px;
|
||||
font-style: bold;
|
||||
}
|
||||
|
||||
.vc-badges-notice {
|
||||
font-size: 16px !important;
|
||||
background-color: var(--info-warning-background) !important;
|
||||
color: var(--info-warning-text) !important;
|
||||
border: 1px solid var(--info-warning-foreground) !important;
|
||||
border-radius: 5px !important;
|
||||
font-weight: 500;
|
||||
padding: 6px 10px;
|
||||
text-align: center;
|
||||
margin-top: 10px;
|
||||
font-style: bold;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue