open-consul/website/source/assets/stylesheets/_downloads.scss
RJ Spiker 8c11e3a4fc website - font and brand updates (#6716)
* website - font and brand updates

* sidebar font-size adjustments and scss cleanup

* adjust nav and inline code styles
2019-11-06 13:53:36 -05:00

61 lines
992 B
SCSS

body.layout-downloads {
#inner {
.downloads {
margin-top: 20px;
.description {
margin-bottom: 20px;
}
.download {
align-items: center;
border-bottom: 1px solid #b2b2b2;
display: flex;
padding: 15px;
.details {
padding-left: 20px;
h2 {
@extend .g-type-display-4;
margin-top: 4px;
border: none;
}
ul {
padding-left: 0px;
margin: -8px 0 0 0;
}
li {
display: inline-block;
&:after {
content: " | ";
}
&:last-child:after {
content: "";
}
}
}
.icon {
svg {
width: 75px;
}
}
.os-name {
margin-bottom: -3px;
}
}
.poweredby {
margin-top: 20px;
text-align: center;
}
}
}
}