Add blog post for hass.io

This commit is contained in:
Paulus Schoutsen 2017-07-23 14:55:12 -07:00 committed by Fabian Affolter
parent 24d7ba4585
commit 3e20f0a091
No known key found for this signature in database
GPG key ID: DDF3D6F44AAB1336
4 changed files with 117 additions and 7 deletions

View file

@ -118,16 +118,21 @@ $primary-color: #049cdb;
}
}
.founder-vision {
.highlight-blog-post {
font-size: 2.0rem;
line-height: 1.15;
padding: 15px;
display: block;
text-decoration: none;
color: white;
padding: 15px;
font-size: 2.25rem;
line-height: 1.33333;
transition: background-color .5s;
background-color: #038FC7;
&.large {
font-size: 2.25rem;
line-height: 1.33333;
}
&:hover {
background-color: lighten(#038FC7, 10%);
}
@ -406,7 +411,8 @@ p.note {
}
.edit-github {
text-align: right;
float: right;
margin-left: 8px;
margin-bottom: 8px;
font-size: .8em;
}