fix(pluginCards): legcord css x2 (#90)

funni
This commit is contained in:
KrystalSkull💖 2024-10-31 23:54:01 -04:00 committed by GitHub
parent 9e21e2d0b0
commit 1865ab1748
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 23 additions and 23 deletions

View file

@ -89,7 +89,7 @@
.vc-restart-button {
background-color: var(--background-color) !important;
border: 1px solid var(--info-warning-foreground);
border: 1px solid var(--info-warning-foreground) !important;
}
.vc-restart-button:hover {

View file

@ -32,9 +32,9 @@
}
.vc-backup-restore-card {
background-color: var(--info-warning-background);
border-color: var(--info-warning-foreground);
color: var(--info-warning-text);
background-color: var(--info-warning-background) !important;
border-color: var(--info-warning-foreground) !important;
color: var(--info-warning-text) !important;
}
.vc-settings-theme-links {

View file

@ -1,9 +1,9 @@
.platform-warning {
font-size: 16px;
font-size: 16px !important;
background-color: rgb(240 71 71 / 10%);
color: rgb(240 71 71);
border: 1px solid rgb(240 71 71 / 60%);
border-radius: 4px;
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;

View file

@ -1,9 +1,9 @@
.purge-warning {
font-size: 16px;
background-color: rgb(240 71 71 / 10%);
color: rgb(240 71 71);
border: 1px solid rgb(240 71 71 / 60%);
border-radius: 4px;
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;

View file

@ -1,9 +1,9 @@
.quest-warning {
font-size: 16px;
background-color: rgb(240 71 71 / 10%);
color: rgb(240 71 71);
border: 1px solid rgb(240 71 71 / 60%);
border-radius: 4px;
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;

View file

@ -1,9 +1,9 @@
.remixme-warning {
font-size: 16px;
background-color: rgb(240 71 71 / 10%);
color: rgb(240 71 71);
border: 1px solid rgb(240 71 71 / 60%);
border-radius: 4px;
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;