Expose layout mixins to a new file and use it accordingly to have control over component positioning from shadow DOM elements

This commit is contained in:
Gabor PEK
2018-03-13 18:19:59 +01:00
parent 174a1dd9a2
commit ba2e2ace6d
8 changed files with 101 additions and 85 deletions
+3
View File
@@ -159,3 +159,6 @@ $font-size-h5: floor(($font-size-base * 1.1));
$tao-navbar-height: 67px;
$company-logo-width: 130px;
// Change this to switch template. Options: 'default', 'vraw', 'hraw'
$layout-template: 'default';