packer-cn/website/source/assets/stylesheets/_downloads.scss

65 lines
1.0 KiB
SCSS
Raw Normal View History

2017-03-26 17:21:14 -04:00
body.layout-downloads {
#inner {
.downloads {
margin-top: 20px;
2017-03-26 17:21:14 -04:00
.description {
margin-bottom: 20px;
}
2017-03-26 17:21:14 -04:00
.download {
border-bottom: 1px solid #b2b2b2;
padding-bottom: 15px;
margin-top: 10px;
margin-bottom: 10px;
2017-03-26 17:21:14 -04:00
.details {
padding-left: 95px;
2017-03-26 17:21:14 -04:00
h2 {
margin-top: 30px;
}
2017-03-26 17:21:14 -04:00
ul {
padding-left: 0px;
margin-top: 8px;
}
2017-03-26 17:21:14 -04:00
li {
display: inline-block;
2017-03-26 17:21:14 -04:00
&:after {
content: " | ";
}
&:last-child:after {
content: "";
}
}
}
2017-03-26 17:21:14 -04:00
.icon {
img {
width: 75px;
}
}
2017-03-26 17:21:14 -04:00
.os-name {
font-size: 40px;
margin-bottom: -3px;
}
}
2017-03-26 17:21:14 -04:00
.poweredby {
margin-top: 20px;
2017-03-26 17:21:14 -04:00
img {
display: block;
margin: 0 auto;
width: 122px;
}
}
}
}
}