feature(ui-library): Added own library of UI components to replace digi-ng. Skeleton is first component moved (TV-850)
Squashed commit of the following: commit d76e32cd99e2e823142f4410e66c66df5e096041 Author: Daniel Appelgren <daniel.appelgren@arbetsformedlingen.se> Date: Thu Oct 28 10:28:02 2021 +0200 Move styles to own library commit 85f0a5788ebdd7309499b1b623f4ac1046f45811 Author: Daniel Appelgren <daniel.appelgren@arbetsformedlingen.se> Date: Thu Oct 28 10:09:23 2021 +0200 double quotes in html commit eeb600cd631e3478c136795a8109e8927546b14b Author: Daniel Appelgren <daniel.appelgren@arbetsformedlingen.se> Date: Wed Oct 27 16:42:48 2021 +0200 UI library with copy of digi-ng's skeleton commit 11a24c0eef173e6b2f087eca5e96063036e6394b Author: Daniel Appelgren <daniel.appelgren@arbetsformedlingen.se> Date: Wed Oct 27 16:06:43 2021 +0200 Update .eslintrc.json commit 3c4b2e4823dbd8e9ca8dd332966bd10ac0fc098f Author: Daniel Appelgren <daniel.appelgren@arbetsformedlingen.se> Date: Wed Oct 27 15:08:32 2021 +0200 add nx library
This commit is contained in:
@@ -0,0 +1 @@
|
||||
@import '~@digi/styles/src/layout/variables/layout__variables';
|
||||
@@ -0,0 +1,7 @@
|
||||
@import '~@digi/styles/src/ui/variables/ui__variables';
|
||||
|
||||
// AF DIGI Variables
|
||||
$digi--ui--color--primary-light: lighten($digi--ui--color--primary, 10%);
|
||||
$digi--ui--color--primary: $digi--ui--color--stratos;
|
||||
|
||||
// Local variables
|
||||
@@ -0,0 +1,13 @@
|
||||
@import '~@digi/styles/src/layout/variables/layout__variables';
|
||||
@import '../functions/rem';
|
||||
|
||||
// AF DIGI Variables
|
||||
$digi--layout--gutter--xs: var(--digi--layout--gutter--xs);
|
||||
$digi--layout--gutter--s: var(--digi--layout--gutter--s);
|
||||
$digi--layout--gutter--m: rem(12);
|
||||
$digi--layout--gutter: var(--digi--layout--gutter);
|
||||
$digi--layout--gutter--l: rem(25);
|
||||
$digi--layout--gutter--xl: rem(40);
|
||||
$digi--layout--gutter--xxl: rem(60);
|
||||
|
||||
// Local variables
|
||||
@@ -0,0 +1 @@
|
||||
$msfa__navigation-height: 4rem;
|
||||
@@ -0,0 +1 @@
|
||||
$msfa__shadow: 0 0.2rem 0.6rem 0 var(--digi--ui--color--shadow);
|
||||
@@ -0,0 +1,9 @@
|
||||
$msfa__z-index-default: 0;
|
||||
$msfa__z-index-header: 1;
|
||||
$msfa__z-index-sidebar: 1;
|
||||
$msfa__z-index-footer: 0;
|
||||
$msfa__z-index-selector-panel: 1;
|
||||
$msfa__z-index-backdrop: 1000;
|
||||
$msfa__z-index-skip-to-content: 2;
|
||||
$msfa__z-index-toast: 9999;
|
||||
$msfa__z-index-popover: 1;
|
||||
Reference in New Issue
Block a user