60 lines
776 B
SCSS
Raw Normal View History

2014-02-07 16:41:03 -08:00
.downloads {
2015-11-09 13:48:29 -08:00
margin-top: 20px;
2014-02-07 16:41:03 -08:00
2015-11-09 13:48:29 -08:00
.description {
margin-bottom: 20px;
}
2014-02-07 16:41:03 -08:00
2015-11-09 13:48:29 -08:00
.download {
border-bottom: 1px solid #b2b2b2;
padding-bottom: 15px;
margin-top: 10px;
margin-bottom: 10px;
2014-02-07 16:41:03 -08:00
2015-11-09 13:48:29 -08:00
.details {
padding-left: 95px;
2014-02-07 16:41:03 -08:00
2015-11-09 13:48:29 -08:00
h2 {
margin-top: 0px;
}
2014-02-07 16:41:03 -08:00
2015-11-09 13:48:29 -08:00
ul {
padding-left: 0px;
}
2014-02-07 16:41:03 -08:00
2015-11-09 13:48:29 -08:00
li {
display: inline-block;
2014-02-07 16:41:03 -08:00
2015-11-09 13:48:29 -08:00
&:after {
content: " | ";
2014-02-07 16:41:03 -08:00
}
2015-11-09 13:48:29 -08:00
&:last-child:after {
content: "";
2014-02-07 16:41:03 -08:00
}
2015-11-09 13:48:29 -08:00
}
}
2014-02-07 16:41:03 -08:00
2015-11-09 13:48:29 -08:00
.icon {
img {
width: 75px;
}
2014-02-07 16:41:03 -08:00
}
2015-11-09 13:48:29 -08:00
.os-name {
font-size: 40px;
margin-bottom: -3px;
}
}
2014-02-07 16:41:03 -08:00
2015-11-09 13:48:29 -08:00
.poweredby {
margin-top: 20px;
img {
display: block;
margin: 0 auto;
width: 122px;
2014-02-07 16:41:03 -08:00
}
2015-11-09 13:48:29 -08:00
}
2014-02-07 16:41:03 -08:00
}