mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Add link to OHF announcement (#34021)
This commit is contained in:
parent
fab7083dd0
commit
c773478f48
@ -110,7 +110,7 @@ h1.title.indent {
|
|||||||
a {
|
a {
|
||||||
text-decoration: none !important;
|
text-decoration: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
&>li {
|
&>li {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
|
|
||||||
@ -118,7 +118,7 @@ h1.title.indent {
|
|||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
font-size: .85rem;
|
font-size: .85rem;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
|
||||||
&>li {
|
&>li {
|
||||||
margin: 4px 0;
|
margin: 4px 0;
|
||||||
|
|
||||||
@ -183,7 +183,7 @@ h1.title.indent {
|
|||||||
position: sticky;
|
position: sticky;
|
||||||
top: 80px;
|
top: 80px;
|
||||||
padding-left: 32px;
|
padding-left: 32px;
|
||||||
|
|
||||||
.aside-module {
|
.aside-module {
|
||||||
background: none;
|
background: none;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
@ -676,6 +676,10 @@ a.material-card:hover {
|
|||||||
&:hover {
|
&:hover {
|
||||||
background-color: lighten(#038fc7, 10%);
|
background-color: lighten(#038fc7, 10%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
iconify-icon {
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.events {
|
.events {
|
||||||
@ -820,7 +824,7 @@ a.material-card:hover {
|
|||||||
.round {
|
.round {
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: $lap-end) {
|
@media only screen and (max-width: $lap-end) {
|
||||||
grid-template-columns: repeat(auto-fill, minmax(144px, 1fr));
|
grid-template-columns: repeat(auto-fill, minmax(144px, 1fr));
|
||||||
gap: 16px;
|
gap: 16px;
|
||||||
|
@ -70,6 +70,14 @@ feedback: false
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<a
|
||||||
|
class="material-card highlight-blog-post"
|
||||||
|
href="https://www.openhomefoundation.org/blog/announcing-the-open-home-foundation/"
|
||||||
|
>
|
||||||
|
We are a non-profit and can't be sold or acquired
|
||||||
|
<iconify-icon icon="mdi:arrow-right-thick"></iconify-icon>
|
||||||
|
</a>
|
||||||
|
|
||||||
<a
|
<a
|
||||||
class="material-card picture-promo"
|
class="material-card picture-promo"
|
||||||
href="/blog/2019/08/06/home-assistant-cast/"
|
href="/blog/2019/08/06/home-assistant-cast/"
|
||||||
@ -340,4 +348,4 @@ feedback: false
|
|||||||
</section>
|
</section>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user