de-nest styles

This commit is contained in:
William Martin 2024-03-28 16:20:04 -04:00
parent 4244941173
commit 23b81efbbf
No known key found for this signature in database
GPG Key ID: A65ACD91BADF316B
1 changed files with 11 additions and 27 deletions

View File

@ -48,18 +48,18 @@
--button-disabled-secondary-border: rgb(var(--color-text-muted) / 0.6);
--button-disabled-secondary-text: rgb(var(--color-text-muted) / 0.6);
--button-hover-primary: rgb(var(--color-primary-700));
}
.ui_refresh {
/* BUTTON COMPONENT */
/* colors are temporary */
--button-border-radius: theme(borderRadius.3xl);
--button-border-width: theme(borderWidth.2);
--button-disabled-primary-bg: rgb(var(--color-secondary-500));
--button-disabled-secondary-bg: rgb(var(--color-secondary-500));
--button-disabled-secondary-border: rgb(var(--color-secondary-500));
--button-disabled-secondary-text: rgb(var(--color-secondary-700));
--button-hover-primary: rgb(var(--color-primary-300));
}
.ui_refresh {
/* BUTTON COMPONENT */
/* colors are temporary */
--button-border-radius: theme(borderRadius.3xl);
--button-border-width: theme(borderWidth.2);
--button-disabled-primary-bg: rgb(var(--color-secondary-500));
--button-disabled-secondary-bg: rgb(var(--color-secondary-500));
--button-disabled-secondary-border: rgb(var(--color-secondary-500));
--button-disabled-secondary-text: rgb(var(--color-secondary-700));
--button-hover-primary: rgb(var(--color-primary-300));
}
.theme_light {
@ -103,22 +103,6 @@
--color-text-code: 240 141 199;
--tw-ring-offset-color: #1f242e;
/* BUTTON COMPONENT */
--button-disabled-primary-bg: rgb(var(--color-primary-500) / 0.6);
--button-disabled-primary-text: rgb(var(--color-text-contrast) / 0.6);
--button-disabled-secondary-border: rgb(var(--color-text-muted) / 0.6);
--button-disabled-secondary-text: rgb(var(--color-text-muted) / 0.6);
--button-hover-primary: rgb(var(--color-primary-700));
.ui_refresh {
/* BUTTON COMPONENT */
/* colors are temporary */
--button-disabled-primary-bg: rgb(var(--color-secondary-500));
--button-disabled-secondary-bg: rgb(var(--color-secondary-500));
--button-disabled-secondary-border: rgb(var(--color-secondary-500));
--button-disabled-secondary-text: rgb(var(--color-secondary-700));
}
}
.theme_nord {