open-nomad/website/source/assets/stylesheets/_downloads.scss

61 lines
991 B
SCSS
Raw Normal View History

2017-03-28 03:37:59 +00:00
body.layout-downloads {
#inner {
.downloads {
margin-top: 20px;
2015-09-12 00:01:02 +00:00
2017-03-28 03:37:59 +00:00
.description {
margin-bottom: 20px;
}
2015-09-12 00:01:02 +00:00
2017-03-28 03:37:59 +00:00
.download {
border-bottom: 1px solid #b2b2b2;
padding-bottom: 15px;
margin-top: 10px;
margin-bottom: 10px;
2015-09-12 00:01:02 +00:00
2017-03-28 03:37:59 +00:00
.details {
padding-left: 95px;
2015-09-12 00:01:02 +00:00
2017-03-28 03:37:59 +00:00
h2 {
margin-top: 25px;
border: none;
}
2015-09-12 00:01:02 +00:00
2017-03-28 03:37:59 +00:00
ul {
padding-left: 0px;
margin: -8px 0 0 0;
}
2015-09-12 00:01:02 +00:00
2017-03-28 03:37:59 +00:00
li {
display: inline-block;
2015-09-12 00:01:02 +00:00
2017-03-28 03:37:59 +00:00
&:after {
content: " | ";
}
&:last-child:after {
content: "";
}
}
2015-09-12 00:01:02 +00:00
}
2017-03-28 03:37:59 +00:00
.icon {
img {
width: 75px;
}
2015-09-12 00:01:02 +00:00
}
2017-03-28 03:37:59 +00:00
.os-name {
font-size: 40px;
margin-bottom: -3px;
}
2015-11-10 21:58:56 +00:00
}
2015-09-12 00:01:02 +00:00
2017-03-28 03:37:59 +00:00
.poweredby {
margin-top: 20px;
text-align: center;
}
2015-09-12 00:01:02 +00:00
}
2015-11-10 21:58:56 +00:00
}
2015-09-12 00:01:02 +00:00
}