Added some digi-core components and removed some old/unused css

This commit is contained in:
Erik Tiekstra
2021-03-23 15:47:53 +01:00
committed by Erik Tiekstra
parent 507a61a2ef
commit f7537671f3
49 changed files with 106 additions and 561 deletions

View File

@@ -1,13 +1 @@
@import '~@af/sass/v2/layout/variables/layout__variables';
// AF variables
$af__breakpoint-s: $layout__breakpoint--s; // 576px
$af__breakpoint-s-below: $af__breakpoint-s - 1; // 575px
$af__breakpoint-m: $layout__breakpoint--m; // 768px
$af__breakpoint-m-below: $af__breakpoint-m - 1; // 767px
$af__breakpoint-l: $layout__breakpoint--l; // 992px
$af__breakpoint-l-below: $af__breakpoint-l - 1; // 991px
$af__breakpoint-xl: $layout__breakpoint--xl; // 1200px
$af__breakpoint-xl-below: $af__breakpoint-xl - 1; // 1199px
// Local variables
@import '~@af/digi-core/src/global/styles/layout/variables/layout__variables';