mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-27 23:44:25 -04:00
chore(pluginCards): warning to few plugins, change restart modal style & more (#88)
* add warning to plugins * update wording and restart button * update warning gif
This commit is contained in:
parent
5b79cf56c2
commit
f9c12779c8
12 changed files with 103 additions and 14 deletions
|
@ -75,19 +75,27 @@
|
|||
.vc-plugins-restart-card {
|
||||
padding: 1em;
|
||||
background: var(--info-warning-background);
|
||||
border: 1px solid var(--info-warning-foreground);
|
||||
border: inherit !important;
|
||||
color: var(--info-warning-text);
|
||||
}
|
||||
|
||||
.vc-plugins-restart-card button {
|
||||
margin-top: 0.5em;
|
||||
background: var(--info-warning-foreground) !important;
|
||||
}
|
||||
|
||||
.vc-plugins-info-button svg:not(:hover, :focus) {
|
||||
color: var(--text-muted);
|
||||
}
|
||||
|
||||
.vc-restart-button {
|
||||
background-color: var(--background-color) !important;
|
||||
border: 1px solid var(--info-warning-foreground);
|
||||
}
|
||||
|
||||
.vc-restart-button:hover {
|
||||
background-color: var(--info-warning-foreground) !important;
|
||||
}
|
||||
|
||||
.vc-plugin-stats {
|
||||
background-color: var(--background-secondary-alt);
|
||||
border-radius: 8px;
|
||||
|
@ -221,8 +229,8 @@
|
|||
/* Specific to disable all modal */
|
||||
|
||||
.warning-text {
|
||||
color: var(--text-danger);
|
||||
font-size: 1.2rem;
|
||||
color: var(--text-danger) !important;
|
||||
font-size: 1.2rem !important;
|
||||
}
|
||||
|
||||
.warning-text span {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue