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