vagrant/website/source/assets/stylesheets/_downloads.scss

61 lines
980 B
SCSS
Raw Normal View History

2017-03-28 01:19:52 +00:00
body.layout-downloads {
#inner {
.downloads {
margin-top: 20px;
2017-03-28 01:19:52 +00:00
.description {
margin-bottom: 20px;
}
2017-03-28 01:19:52 +00:00
.download {
2017-03-28 17:02:24 +00:00
align-items: center;
2017-03-28 01:19:52 +00:00
border-bottom: 1px solid #b2b2b2;
2017-03-28 17:02:24 +00:00
display: flex;
padding: 15px;
2017-03-28 01:19:52 +00:00
.details {
2017-03-28 17:02:24 +00:00
padding-left: 20px;
2017-03-28 01:19:52 +00:00
h2 {
2017-03-28 17:02:24 +00:00
margin-top: 4px;
2017-03-28 01:19:52 +00:00
border: none;
}
2017-03-28 01:19:52 +00:00
ul {
padding-left: 0px;
margin: -8px 0 0 0;
}
2017-03-28 01:19:52 +00:00
li {
display: inline-block;
2017-03-28 01:19:52 +00:00
&:after {
content: " | ";
}
2017-03-28 01:19:52 +00:00
&:last-child:after {
content: "";
}
}
2017-03-28 01:19:52 +00:00
}
2017-03-28 01:19:52 +00:00
.icon {
2017-03-28 17:02:24 +00:00
svg {
2017-03-28 01:19:52 +00:00
width: 75px;
}
}
2017-03-28 01:19:52 +00:00
.os-name {
font-size: 40px;
margin-bottom: -3px;
}
}
2017-03-28 01:19:52 +00:00
.poweredby {
margin-top: 20px;
text-align: center;
}
}
}
}