AboutComunic/_sass/_developer.scss

11 lines
411 B
SCSS
Raw Normal View History

2018-05-10 10:06:34 +00:00
/**
2018-05-10 10:09:57 +00:00
* Developer stylesheet
2018-05-10 10:06:34 +00:00
*
* $author Pierre HUBERT
*/
2018-05-10 10:09:57 +00:00
.developer-header {
2018-05-10 10:06:34 +00:00
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+ */
}