mirror of
https://github.com/pierre42100/AboutComunic
synced 2024-11-15 01:51:12 +00:00
11 lines
413 B
SCSS
11 lines
413 B
SCSS
|
/**
|
||
|
* 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+ */
|
||
|
}
|