Online Themes: fix & improve ui
This commit is contained in:
parent
c2fbcec3bd
commit
c2d7b68950
8 changed files with 26 additions and 81 deletions
|
|
@ -62,7 +62,7 @@ function showErrorToast(message: string) {
|
|||
|
||||
function ReloadRequiredCard({ required }: { required: boolean; }) {
|
||||
return (
|
||||
<Card className={cl("info-card", { "restart-card": required })}>
|
||||
<Card className={classes(cl("info-card"), required && "vc-warning-card")}>
|
||||
{required ? (
|
||||
<>
|
||||
<Forms.FormTitle tag="h5">Restart required!</Forms.FormTitle>
|
||||
|
|
|
|||
|
|
@ -66,13 +66,6 @@
|
|||
gap: 0.25em;
|
||||
}
|
||||
|
||||
.vc-plugins-restart-card {
|
||||
padding: 1em;
|
||||
background: var(--info-warning-background);
|
||||
border: 1px solid var(--info-warning-foreground);
|
||||
color: var(--info-warning-foreground);
|
||||
}
|
||||
|
||||
.vc-plugins-restart-button {
|
||||
margin-top: 0.5em;
|
||||
background: var(--info-warning-foreground) !important;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue