Skip to content
Snippets Groups Projects
Commit d0c707eb authored by OZGCloud's avatar OZGCloud
Browse files

Merge branch 'master' into OZG-7021-info-client-helmchart

parents 0aee38f9 5122304d
No related branches found
No related tags found
No related merge requests found
...@@ -44,6 +44,7 @@ ...@@ -44,6 +44,7 @@
--color-modal-bg: 0 0% 100%; --color-modal-bg: 0 0% 100%;
--color-dropdown-bg: 0 0% 98%; --color-dropdown-bg: 0 0% 98%;
--color-gray-backdrop: 0, 0%, 90%, 0.95;
} }
.dark { .dark {
...@@ -78,6 +79,7 @@ ...@@ -78,6 +79,7 @@
--color-modal-bg: 0 0% 26%; --color-modal-bg: 0 0% 26%;
--color-dropdown-bg: 0 0% 26%; --color-dropdown-bg: 0 0% 26%;
--color-gray-backdrop: 0, 0%, 26%, 0.95;
} }
.bescheid-dialog-backdrop { .bescheid-dialog-backdrop {
......
...@@ -127,6 +127,7 @@ module.exports = { ...@@ -127,6 +127,7 @@ module.exports = {
mainbg: 'hsl(var(--color-mainbg) / <alpha-value>)', mainbg: 'hsl(var(--color-mainbg) / <alpha-value>)',
modalBg: 'hsl(var(--color-modal-bg) / <alpha-value>)', modalBg: 'hsl(var(--color-modal-bg) / <alpha-value>)',
dropdownBg: 'hsl(var(--color-dropdown-bg) / <alpha-value>)', dropdownBg: 'hsl(var(--color-dropdown-bg) / <alpha-value>)',
grayBackdrop: 'hsla(var(--color-gray-backdrop))',
primary: { primary: {
600: 'hsl(var(--color-primary-600) / <alpha-value>)', 600: 'hsl(var(--color-primary-600) / <alpha-value>)',
DEFAULT: 'hsl(var(--color-primary-600) / <alpha-value>)', DEFAULT: 'hsl(var(--color-primary-600) / <alpha-value>)',
...@@ -145,9 +146,6 @@ module.exports = { ...@@ -145,9 +146,6 @@ module.exports = {
DEFAULT: 'hsl(var(--color-disabled) / <alpha-value>)', DEFAULT: 'hsl(var(--color-disabled) / <alpha-value>)',
}, },
}, },
backgroundColor: {
greybackdrop: 'rgb(229, 229, 229, 0.95)',
},
backdropBlur: { backdropBlur: {
1: '1px', 1: '1px',
}, },
......
...@@ -37,7 +37,7 @@ export class OzgcloudDialogService { ...@@ -37,7 +37,7 @@ export class OzgcloudDialogService {
}; };
readonly GREY_BLUR_CONFIG: DialogConfig = { readonly GREY_BLUR_CONFIG: DialogConfig = {
backdropClass: ['backdrop-blur-1', 'bg-greybackdrop'], backdropClass: ['backdrop-blur-1', 'bg-grayBackdrop'],
disableClose: true, disableClose: true,
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment