img popup base
All checks were successful
Deploy / Build and Deploy to Production (push) Successful in 26s
All checks were successful
Deploy / Build and Deploy to Production (push) Successful in 26s
This commit is contained in:
parent
87c08bc529
commit
75e7f375b3
20 changed files with 532 additions and 23 deletions
|
|
@ -189,6 +189,19 @@
|
|||
--color-900: #5223d6;
|
||||
}
|
||||
|
||||
[data-color-type=image] {
|
||||
--color-050: #f0faf5;
|
||||
--color-100: #d9f2e6;
|
||||
--color-200: #b3e5cd;
|
||||
--color-300: #7dd4b0;
|
||||
--color-400: #43c08e;
|
||||
--color-500: #1aad74;
|
||||
--color-600: #0d9960;
|
||||
--color-700: #0a8452;
|
||||
--color-800: #087043;
|
||||
--color-900: #065c35;
|
||||
}
|
||||
|
||||
body,
|
||||
html {
|
||||
padding: 0;
|
||||
|
|
@ -647,7 +660,7 @@ input[type=number] {
|
|||
}
|
||||
|
||||
.toggle-setting:checked + label {
|
||||
background: var(--color-purple);
|
||||
background: var(--color-700);
|
||||
}
|
||||
.toggle-setting:checked + label::after {
|
||||
transform: translateX(10px);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue