Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2020-01-04 23:18:19 +01:00
parent a0f1799114
commit c2dbe618c7
25 changed files with 571 additions and 488 deletions

View File

@ -1,4 +1,5 @@
import React from 'react'
import config from '../config'
interface Props {
}
@ -14,7 +15,7 @@ export default class Header extends React.Component<Props, {}> {
<style jsx>{`
div {
position: relative;
background: url('/clouds.svg'), linear-gradient(90deg, #45CAFC 0%, #4285F4 92.19%);
background: url('/clouds.svg'), linear-gradient(90deg, ${config.colors[400]} 0%, ${config.colors[600]} 92.19%);
background-repeat: repeat-x;
background-position: bottom;
min-height: 207px;