Add blog post for hass.io
This commit is contained in:
parent
3e8022f44c
commit
b6d3bf2c30
4 changed files with 117 additions and 7 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue