demo.6 - Demo content and style changes

- sorted many styles for better groups
- started renaming of variables $basic_front_color becomes
$color_front_basic for example
- new demo page examples
- moved config file examples to deprecated file
This commit is contained in:
Stephan 2018-10-07 16:58:07 +02:00
parent c391799d02
commit 48437cc4f4
18 changed files with 907 additions and 739 deletions

View file

@ -233,15 +233,17 @@
// -----------------------------------------------------------------------------
.wrap {
display: flex;
height: 100%;
// height: 100%;
align-items: center;
justify-content: center;
}
.hello {
flex: 0 1 auto;
flex: 0 1 auto;
width: 80%;
ul {
padding: 1em 5em;
background-color: rgba(black, 0.25);
background-color: darken($color_back_basic, $color_diff_basic);
}
}