Added install page

This commit is contained in:
Pierre
2018-05-10 12:06:34 +02:00
parent 07b2110fe1
commit 4d30c4bd06
7 changed files with 78 additions and 37 deletions

View File

@ -569,7 +569,7 @@ body {
.intro-header {
background: no-repeat center center;
background-color: #808080;
background-color: #001F3F;
background-attachment: scroll;
-webkit-background-size: cover;
-moz-background-size: cover;

11
_sass/_developper.scss Normal file
View File

@ -0,0 +1,11 @@
/**
* Developper stylesheet
*
* $author Pierre HUBERT
*/
.developper-header {
background: $theme-secondary; /* fallback for old browsers */
background: -webkit-linear-gradient(to left, $theme-primary , $theme-secondary); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, $theme-primary , $theme-secondary); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}