button tooltip from b90e32886a019e0e55af8d8d6f289312527d2fed
This commit is contained in:
@@ -9,6 +9,8 @@
|
||||
--link-color: rgb(0, 0, 0);
|
||||
--border-color: rgb(100, 100, 120);
|
||||
--border-color-light: rgba(100, 100, 120, 0.5);
|
||||
--tooltip-bg: rgb(230, 230, 234);
|
||||
--tooltip-text-color: rgb(0, 0,0);
|
||||
|
||||
--error-color: rgb(239, 68, 68);
|
||||
--success-color: rgb(16, 185, 129);
|
||||
|
||||
@@ -9,6 +9,8 @@
|
||||
--link-color: var(--yellow-accent);
|
||||
--border-color: rgb(100, 100, 120);
|
||||
--border-color-light: rgba(102, 102, 102);
|
||||
--tooltip-bg: rgb(33, 33, 33);
|
||||
--tooltip-text-color: rgb(210, 210, 210);
|
||||
|
||||
// Editor
|
||||
--editor-toolkit-bg: rgba(0, 0, 0, 0.5);
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
@use '../components/shared/Switch';
|
||||
@use '../components/shared/NumberInput';
|
||||
@use '../components/shared/Toast';
|
||||
@use '../components/shared/Tooltip';
|
||||
|
||||
// Main CSS
|
||||
*,
|
||||
|
||||
Reference in New Issue
Block a user