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:
Indiana Jone (Indi) 2024-10-31 21:11:11 -04:00 committed by GitHub
parent 5b79cf56c2
commit f9c12779c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 103 additions and 14 deletions

View file

@ -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 {