Merge pull request #1996 from dfds/dfds-servicebuilder-https-enabled-v2

Dfds servicebuilder https enabled v2
This commit is contained in:
Fredrik Adelöw
2020-08-21 14:04:25 +02:00
committed by GitHub
6 changed files with 221 additions and 10 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ const Background = props => {
left: 0,
right: 0,
bottom: 0,
backgroundImage: `linear-gradient( to bottom, rgb(18, 18, 18), rgba(0, 0, 0, 0) ), url(../img/dot.svg);`,
backgroundImage: `linear-gradient( to bottom, rgb(18, 18, 18), rgba(0, 0, 0, 0) ), url(../img/dot.svg)`,
}}
/>
</div>