mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-18 21:33:35 -05:00
parent
9e21e2d0b0
commit
1865ab1748
6 changed files with 23 additions and 23 deletions
|
@ -89,7 +89,7 @@
|
||||||
|
|
||||||
.vc-restart-button {
|
.vc-restart-button {
|
||||||
background-color: var(--background-color) !important;
|
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 {
|
.vc-restart-button:hover {
|
||||||
|
|
|
@ -32,9 +32,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.vc-backup-restore-card {
|
.vc-backup-restore-card {
|
||||||
background-color: var(--info-warning-background);
|
background-color: var(--info-warning-background) !important;
|
||||||
border-color: var(--info-warning-foreground);
|
border-color: var(--info-warning-foreground) !important;
|
||||||
color: var(--info-warning-text);
|
color: var(--info-warning-text) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.vc-settings-theme-links {
|
.vc-settings-theme-links {
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
.platform-warning {
|
.platform-warning {
|
||||||
font-size: 16px;
|
font-size: 16px !important;
|
||||||
background-color: rgb(240 71 71 / 10%);
|
background-color: rgb(240 71 71 / 10%);
|
||||||
color: rgb(240 71 71);
|
color: rgb(240 71 71) !important;
|
||||||
border: 1px solid rgb(240 71 71 / 60%);
|
border: 1px solid rgb(240 71 71 / 60%) !important;
|
||||||
border-radius: 4px;
|
border-radius: 5px !important;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
padding: 6px 10px;
|
padding: 6px 10px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
.purge-warning {
|
.purge-warning {
|
||||||
font-size: 16px;
|
font-size: 16px !important;
|
||||||
background-color: rgb(240 71 71 / 10%);
|
background-color: rgb(240 71 71 / 10%) !important;
|
||||||
color: rgb(240 71 71);
|
color: rgb(240 71 71) !important;
|
||||||
border: 1px solid rgb(240 71 71 / 60%);
|
border: 1px solid rgb(240 71 71 / 60%) !important;
|
||||||
border-radius: 4px;
|
border-radius: 5px !important;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
padding: 6px 10px;
|
padding: 6px 10px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
.quest-warning {
|
.quest-warning {
|
||||||
font-size: 16px;
|
font-size: 16px !important;
|
||||||
background-color: rgb(240 71 71 / 10%);
|
background-color: rgb(240 71 71 / 10%) !important;
|
||||||
color: rgb(240 71 71);
|
color: rgb(240 71 71) !important;
|
||||||
border: 1px solid rgb(240 71 71 / 60%);
|
border: 1px solid rgb(240 71 71 / 60%) !important;
|
||||||
border-radius: 4px;
|
border-radius: 5px !important;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
padding: 6px 10px;
|
padding: 6px 10px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
.remixme-warning {
|
.remixme-warning {
|
||||||
font-size: 16px;
|
font-size: 16px !important;
|
||||||
background-color: rgb(240 71 71 / 10%);
|
background-color: rgb(240 71 71 / 10%) !important;
|
||||||
color: rgb(240 71 71);
|
color: rgb(240 71 71) !important;
|
||||||
border: 1px solid rgb(240 71 71 / 60%);
|
border: 1px solid rgb(240 71 71 / 60%) !important;
|
||||||
border-radius: 4px;
|
border-radius: 5px !important;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
padding: 6px 10px;
|
padding: 6px 10px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
Loading…
Reference in a new issue