Merge pull request #1343 from alphagov/show-template-as-first-step-of-tour

Change step 1 of tour to only show the template
This commit is contained in:
Chris Hill-Scott
2017-07-04 08:55:16 +01:00
committed by GitHub
6 changed files with 106 additions and 7 deletions

View File

@@ -88,8 +88,9 @@
background: $govuk-blue;
color: $white;
margin-top: 10px;
margin-bottom: 0;
padding: $gutter;
height: 475px;
height: 425px;
overflow: hidden;
box-shadow: inset 0 -1em 1.6em 0 rgba(0, 0, 0, 0.05);