Fixing terminal colors

This commit is contained in:
Gabor PEK
2018-03-14 15:05:58 +01:00
parent a7dbd15370
commit bcd030e3d9
6 changed files with 21 additions and 15 deletions

View File

@ -161,4 +161,4 @@ $company-logo-width: 130px;
// Change this to switch template. Options: 'default', 'vraw', 'hraw'
$layout-template: 'hraw';
$layout-template: 'default';

View File

@ -62,4 +62,10 @@ $layout: (
min-width: #{$columns-count / $grid-columns-count * 100}vw;
min-height: #{$rows-count / $grid-rows-count * 100}vh;
width: #{$columns-count / $grid-columns-count * 100}vw;
height: #{$rows-count / $grid-rows-count * 100}vh;
max-width: #{$columns-count / $grid-columns-count * 100}vw;
max-height: #{$rows-count / $grid-rows-count * 100}vh;
}