Skip to content
Snippets Groups Projects
Verified Commit 738584d7 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

fix: password icon and gradient for dark mode

parent 8cbf30fc
No related branches found
No related tags found
No related merge requests found
Showing
with 34 additions and 31 deletions
......@@ -13,5 +13,6 @@ input {
svg {
cursor: pointer;
stroke: var(--monster-color-primary-1);
}
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
......@@ -281,6 +281,10 @@
--monster-bg-color-primary-disabled-3: var(--monster-color-gray-3);
--monster-bg-color-primary-disabled-4: var(--monster-color-gray-6);
--monster-color-gradient-1: #833ab4;
--monster-color-gradient-2: #fd1d1d;
--monster-color-gradient-3: #fcb045;
@media (prefers-color-scheme: dark) {
--monster-color-primary-disabled-1: var(--monster-color-gray-4);
--monster-color-primary-disabled-2: var(--monster-color-gray-4);
......@@ -291,12 +295,11 @@
--monster-bg-color-primary-disabled-2: var(--monster-color-gray-3);
--monster-bg-color-primary-disabled-3: var(--monster-color-gray-2);
--monster-bg-color-primary-disabled-4: var(--monster-color-gray-1);
}
--monster-color-gradient-1: #833ab4;
--monster-color-gradient-2: #fd1d1d;
--monster-color-gradient-3: #fcb045;
--monster-color-gradient-1: #ffe0b2;
--monster-color-gradient-2: #ad8275;
--monster-color-gradient-3: #771ba3;
}
}
@define-mixin defaultOnOfProperty {
......
......@@ -222,6 +222,9 @@
--monster-bg-color-primary-disabled-2: var(--monster-color-gray-2);
--monster-bg-color-primary-disabled-3: var(--monster-color-gray-3);
--monster-bg-color-primary-disabled-4: var(--monster-color-gray-6);
--monster-color-gradient-1: #833ab4;
--monster-color-gradient-2: #fd1d1d;
--monster-color-gradient-3: #fcb045;
}
@media (prefers-color-scheme: dark) {
:after,
......@@ -235,14 +238,14 @@
--monster-bg-color-primary-disabled-2: var(--monster-color-gray-3);
--monster-bg-color-primary-disabled-3: var(--monster-color-gray-2);
--monster-bg-color-primary-disabled-4: var(--monster-color-gray-1);
--monster-color-gradient-1: #ffe0b2;
--monster-color-gradient-2: #ad8275;
--monster-color-gradient-3: #771ba3;
}
}
:after,
:before,
:root {
--monster-color-gradient-1: #833ab4;
--monster-color-gradient-2: #fd1d1d;
--monster-color-gradient-3: #fcb045;
--monster-box-shadow-1: none;
--monster-box-shadow-2: -1px 1px 10px 1px hsla(0, 0%, 76%, 0.61);
--monster-text-shadow: none;
......
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment