110 lines
1.7 KiB
SCSS
110 lines
1.7 KiB
SCSS
body.page-download {
|
|
background: $vagrant-blue image-url("sidebar_background_inner.png") top left no-repeat;
|
|
|
|
>.container {
|
|
#main-content {
|
|
background-color: $white;
|
|
min-height: 800px;
|
|
padding: 0 40px 40px 40px;
|
|
|
|
&::before {
|
|
content: "";
|
|
position: absolute;
|
|
top: 0;
|
|
bottom: 0;
|
|
left: -9999px;
|
|
right: 0;
|
|
border-left: none;
|
|
box-shadow: 9999px 0 0 $white;
|
|
}
|
|
|
|
> div {
|
|
position: relative;
|
|
z-index: 10;
|
|
}
|
|
}
|
|
}
|
|
|
|
.downloads {
|
|
margin-top: 20px;
|
|
|
|
.description {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.download {
|
|
border-bottom: 1px solid #b2b2b2;
|
|
padding-bottom: 15px;
|
|
margin-top: 10px;
|
|
margin-bottom: 10px;
|
|
|
|
.details {
|
|
padding-left: 95px;
|
|
|
|
h2 {
|
|
margin-top: 0px;
|
|
}
|
|
|
|
ul {
|
|
padding-left: 0px;
|
|
}
|
|
|
|
li {
|
|
display: inline-block;
|
|
|
|
&:after {
|
|
content: " | ";
|
|
}
|
|
|
|
&:last-child:after {
|
|
content: "";
|
|
}
|
|
}
|
|
}
|
|
|
|
.icon {
|
|
img {
|
|
width: 75px;
|
|
}
|
|
}
|
|
|
|
.os-name {
|
|
font-size: 40px;
|
|
padding-top: 27px;
|
|
margin-bottom: -3px;
|
|
}
|
|
}
|
|
|
|
.poweredby {
|
|
margin-top: 20px;
|
|
|
|
img {
|
|
display: block;
|
|
margin: 0 auto;
|
|
width: 122px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
@media (max-width: 992px) {
|
|
body.page-download {
|
|
>.container{
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
|
|
#main-content {
|
|
min-height: 0;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
@media (max-width: 768px) {
|
|
body.page-download {
|
|
.equal-height {
|
|
display: inherit;
|
|
}
|
|
}
|
|
}
|