Add current version + blog posts to frontpage

This commit is contained in:
Paulus Schoutsen 2016-06-12 14:56:35 -07:00
parent b38b4cb9bc
commit ca4474b100
2 changed files with 65 additions and 0 deletions

View file

@ -33,6 +33,49 @@
}
}
.material-card {
// display: inline-block;
background-color: #fefefe;
border-radius: 2px;
box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);
h1 {
font-family: Roboto, Noto, sans-serif;
-webkit-font-smoothing: antialiased;
font-size: 24px;
font-weight: 400;
letter-spacing: -.012em;
line-height: 40px;
color: #212121;
padding: 20px 16px 12px;
text-transform: capitalize;
margin: 0;
}
&.text {
padding: 16px;
h1 {
padding: 4px 0px 12px;
}
}
}
.frontpage {
.current-version {
margin-bottom: 16px;
.release-date {
white-space: nowrap;
}
}
.blog-date {
white-space: nowrap;
}
}
.supported-brands {
text-align: center;
img {