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

61 lines
980 B
SCSS
Raw Normal View History

2017-03-26 20:04:14 +00:00
body.layout-downloads {
#inner {
.downloads {
margin-top: 20px;
2017-03-26 20:04:14 +00:00
.description {
margin-bottom: 20px;
}
2015-03-13 17:34:29 +00:00
2017-03-26 20:04:14 +00:00
.download {
2018-08-06 18:30:31 +00:00
align-items: center;
border-bottom: 1px solid #b2b2b2;
2017-03-29 23:04:39 +00:00
display: flex;
padding: 15px;
2015-03-13 17:34:29 +00:00
2017-03-26 20:04:14 +00:00
.details {
2017-03-29 23:04:39 +00:00
padding-left: 20px;
2015-03-13 17:34:29 +00:00
2017-03-26 20:04:14 +00:00
h2 {
2017-03-29 23:04:39 +00:00
margin-top: 4px;
border: none;
2017-03-26 20:04:14 +00:00
}
2015-03-13 17:34:29 +00:00
2017-03-26 20:04:14 +00:00
ul {
padding-left: 0px;
2017-03-29 23:04:39 +00:00
margin: -8px 0 0 0;
2017-03-26 20:04:14 +00:00
}
2015-03-13 17:34:29 +00:00
2017-03-26 20:04:14 +00:00
li {
display: inline-block;
2015-03-13 17:34:29 +00:00
2017-03-26 20:04:14 +00:00
&:after {
content: " | ";
}
&:last-child:after {
content: "";
}
}
2015-03-13 17:34:29 +00:00
}
2017-03-26 20:04:14 +00:00
.icon {
2017-03-29 23:04:39 +00:00
svg {
2017-03-26 20:04:14 +00:00
width: 75px;
}
2015-03-13 17:34:29 +00:00
}
2017-03-26 20:04:14 +00:00
.os-name {
font-size: 40px;
margin-bottom: -3px;
}
2017-03-06 19:53:00 +00:00
}
2015-03-13 17:34:29 +00:00
.poweredby {
margin-top: 20px;
text-align: center;
2017-03-26 20:04:14 +00:00
}
2015-03-13 17:34:29 +00:00
}
2017-03-06 19:53:00 +00:00
}
2015-03-13 17:34:29 +00:00
}