mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 01:25:52 -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 {
|
||||
.title-banner {
|
||||
&.masthead {
|
||||
margin-bottom: 0;
|
||||
background-color: $developer-spot;
|
||||
padding-bottom: 0;
|
||||
|
||||
|
@ -48,40 +49,39 @@ $developer-spot: $splash-blue;
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.download-content {
|
||||
padding-bottom: 2rem;
|
||||
}
|
||||
|
||||
|
||||
.three-col-row {
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
|
||||
.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 {
|
||||
max-width: $cols4;
|
||||
}
|
||||
|
||||
|
||||
.installation-downloads {
|
||||
padding-left: 0;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
|
||||
.installation-downloads-item {
|
||||
margin: .25rem;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
|
||||
section {
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
|
||||
.mod-link {
|
||||
color: $ui-white;
|
||||
}
|
||||
|
@ -92,7 +92,7 @@ $developer-spot: $splash-blue;
|
|||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.three-col-row {
|
||||
align-items: center;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue