2017-03-30 22:35:47 +00:00
|
|
|
body.layout-downloads {
|
|
|
|
#inner {
|
|
|
|
.downloads {
|
|
|
|
margin-top: 20px;
|
2014-02-08 00:41:03 +00:00
|
|
|
|
2017-03-30 22:35:47 +00:00
|
|
|
.description {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
2014-02-08 00:41:03 +00:00
|
|
|
|
2017-03-30 22:35:47 +00:00
|
|
|
.download {
|
|
|
|
align-items: center;
|
|
|
|
border-bottom: 1px solid #b2b2b2;
|
|
|
|
display: flex;
|
|
|
|
padding: 15px;
|
2014-02-08 00:41:03 +00:00
|
|
|
|
2017-03-30 22:35:47 +00:00
|
|
|
.details {
|
|
|
|
padding-left: 20px;
|
2014-02-08 00:41:03 +00:00
|
|
|
|
2017-03-30 22:35:47 +00:00
|
|
|
h2 {
|
|
|
|
margin-top: 4px;
|
|
|
|
border: none;
|
|
|
|
}
|
2014-02-08 00:41:03 +00:00
|
|
|
|
2017-03-30 22:35:47 +00:00
|
|
|
ul {
|
|
|
|
padding-left: 0px;
|
|
|
|
margin: -8px 0 0 0;
|
|
|
|
}
|
2014-02-08 00:41:03 +00:00
|
|
|
|
2017-03-30 22:35:47 +00:00
|
|
|
li {
|
|
|
|
display: inline-block;
|
2014-02-08 00:41:03 +00:00
|
|
|
|
2017-03-30 22:35:47 +00:00
|
|
|
&:after {
|
|
|
|
content: " | ";
|
|
|
|
}
|
|
|
|
|
|
|
|
&:last-child:after {
|
|
|
|
content: "";
|
|
|
|
}
|
|
|
|
}
|
2014-02-08 00:41:03 +00:00
|
|
|
}
|
|
|
|
|
2017-03-30 22:35:47 +00:00
|
|
|
.icon {
|
|
|
|
svg {
|
|
|
|
width: 75px;
|
|
|
|
}
|
2014-02-08 00:41:03 +00:00
|
|
|
}
|
|
|
|
|
2017-03-30 22:35:47 +00:00
|
|
|
.os-name {
|
|
|
|
font-size: 40px;
|
|
|
|
margin-bottom: -3px;
|
|
|
|
}
|
2015-11-09 21:48:29 +00:00
|
|
|
}
|
2014-02-08 00:41:03 +00:00
|
|
|
|
2017-03-30 22:35:47 +00:00
|
|
|
.poweredby {
|
|
|
|
margin-top: 20px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2014-02-08 00:41:03 +00:00
|
|
|
}
|
2015-11-09 21:48:29 +00:00
|
|
|
}
|
2014-02-08 00:41:03 +00:00
|
|
|
}
|