refactor(ui): sort windicss classes

This commit is contained in:
liyasthomas
2021-07-17 23:10:28 +05:30
parent a2a9bae0e3
commit 590c21209c
85 changed files with 32066 additions and 896 deletions

View File

@@ -110,13 +110,24 @@ a {
.tippy-popper {
.tooltip-theme {
@apply bg-secondary;
@apply bg-tooltip;
@apply text-primaryLight;
@apply text-xs;
@apply font-semibold;
@apply py-1;
@apply px-2;
@apply px-4;
@apply shadow;
kbd {
@apply first:ml-2;
@apply last:-mr-1;
@apply font-sans;
@apply bg-secondaryDark;
@apply text-primaryDark;
@apply rounded;
@apply px-1;
@apply ml-1;
}
}
.popover-theme {
@@ -124,6 +135,7 @@ a {
@apply text-secondary;
@apply p-2;
@apply shadow-lg;
@apply focus:outline-none;
}
&[x-placement^="top"] .tippy-tooltip .tippy-arrow {

View File

@@ -53,7 +53,7 @@
// Error color
--error-color: theme("colors.true-gray.700");
// Tooltip color
--tooltip-color: theme("colors.true-gray.50");
--tooltip-color: theme("colors.true-gray.700");
// Editor theme
--editor-theme: "textmate";
}