2018-03-12 00:42:19 +00:00
|
|
|
---
|
|
|
|
# Only the main Sass file needs front matter (the dashes are enough)
|
|
|
|
---
|
|
|
|
|
|
|
|
@import "minima";
|
|
|
|
|
|
|
|
.container {
|
|
|
|
margin: 10px auto;
|
2019-05-15 02:20:43 +00:00
|
|
|
max-width: 800px;
|
2018-03-12 00:42:19 +00:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.container h1 {
|
|
|
|
margin: 30px 0;
|
|
|
|
font-size: 4em;
|
|
|
|
line-height: 1;
|
|
|
|
letter-spacing: -1px;
|
|
|
|
}
|
|
|
|
.downloads {
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
margin-bottom: 2em;
|
2019-05-15 02:20:43 +00:00
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
2018-03-12 00:42:19 +00:00
|
|
|
}
|
|
|
|
.download, .download:visited {
|
|
|
|
text-align: center;
|
|
|
|
flex-grow: 1;
|
|
|
|
flex-shrink: 1;
|
|
|
|
flex-basis: 0;
|
2019-05-15 02:20:43 +00:00
|
|
|
min-width: 200px;
|
|
|
|
max-width: 300px;
|
2018-03-12 00:42:19 +00:00
|
|
|
background-color: #4caf50;
|
|
|
|
border-color: transparent;
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
|
|
|
border-radius: 3px;
|
|
|
|
font-size: 1em;
|
|
|
|
margin: 0.2em;
|
|
|
|
color: #fff;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
.download:active, .download:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
background-color: #378039;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
.svg-icon {
|
|
|
|
width: 0.92em;
|
|
|
|
height: 1em;
|
|
|
|
display: inline-block;
|
|
|
|
padding-right: 5px;
|
2019-05-15 02:20:43 +00:00
|
|
|
vertical-align: baseline;
|
2018-03-12 00:42:19 +00:00
|
|
|
fill: currentColor;
|
|
|
|
color: currentColor;
|
|
|
|
}
|
|
|
|
|
|
|
|
.footer-col-3 {
|
|
|
|
text-align: right;
|
|
|
|
}
|