mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-18 18:34:42 -05:00
add background gray for installation process
This commit is contained in:
parent
cf863fb3d3
commit
49a52b634c
1 changed files with 13 additions and 13 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue