general work

- renamed nunjucks extension to njk
- removed old demo html files
- started to change CRLF to LF
- detail work on style definitions
- added structure for demo files
This commit is contained in:
Stephan 2018-04-30 19:09:17 +02:00
parent cf8fd24a85
commit c781f5c6c5
31 changed files with 1155 additions and 1641 deletions

View file

@ -37,6 +37,18 @@
margin-left: 0;
}
.width_half {
width: 50%;
margin-right: 0;
margin-left: 0;
}
.width_third {
width: 33.3%;
margin-right: 0;
margin-left: 0;
}
.height_basic {
height: 1024px;
}
@ -59,7 +71,7 @@
margin-right: $space_3;
}
.main_center {
.wrap_center {
& > * {
margin-right: (100% - $basic_width) / 2;
margin-left: (100% - $basic_width) / 2;
@ -69,8 +81,8 @@
margin-left: (100% - $width_small) / 2;
}
@include forTabletLandscapeUp {
margin-right: 1(00% - $width_medium) / 2;
margin-left: 1(00% - $width_medium) / 2;
margin-right: (100% - $width_medium) / 2;
margin-left: (100% - $width_medium) / 2;
}
@include forBigDesktopUp {
margin-right: (100% - $width_large) / 2;