This commit is contained in:
Pierre
2018-05-10 12:09:57 +02:00
parent 4d30c4bd06
commit 2f356cc58d
8 changed files with 10 additions and 10 deletions

View File

@ -1,10 +1,10 @@
/**
* Developper stylesheet
* Developer stylesheet
*
* $author Pierre HUBERT
*/
.developper-header {
.developer-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+ */