refactor(ui): sort windicss classes
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user