add background gray for installation process

This commit is contained in:
Matthew Taylor 2017-06-19 11:35:15 -04:00
parent cf863fb3d3
commit 49a52b634c

View file

@ -10,6 +10,7 @@ $developer-spot: $splash-blue;
.download { .download {
.title-banner { .title-banner {
&.masthead { &.masthead {
margin-bottom: 0;
background-color: $developer-spot; background-color: $developer-spot;
padding-bottom: 0; padding-bottom: 0;
@ -58,10 +59,9 @@ $developer-spot: $splash-blue;
} }
.installation { .installation {
display: flex; $background-gray: hsla(0, 0, 0, .05);
flex-wrap: wrap; background-color: $background-gray;
align-items: flex-start; padding: 2rem;
justify-content: space-between;
} }
.installation-column { .installation-column {