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

61 lines
980 B
SCSS
Raw Normal View History

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