mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-12 20:06:52 +00:00
remove need for css
This commit is contained in:
parent
5c08ee1094
commit
c231f006b7
@ -12,7 +12,9 @@
|
|||||||
{%- assign imp_name = file_parts | first -%}
|
{%- assign imp_name = file_parts | first -%}
|
||||||
{%- assign imp_url = imp_name | prepend: '/components/' | append: '/' -%}
|
{%- assign imp_url = imp_name | prepend: '/components/' | append: '/' -%}
|
||||||
|
|
||||||
<kb-alert-link class="section" integration="{{ imp_name }}"></kb-alert-link>
|
<div class="section">
|
||||||
|
<kb-alert-link integration="{{ imp_name }}"></kb-alert-link>
|
||||||
|
</div>
|
||||||
|
|
||||||
{%- if page.ha_iot_class -%}
|
{%- if page.ha_iot_class -%}
|
||||||
<div class='section'>
|
<div class='section'>
|
||||||
@ -67,9 +69,3 @@
|
|||||||
</section>
|
</section>
|
||||||
|
|
||||||
<script src="https://alerts.home-assistant.io/ce-alert-link.js"></script>
|
<script src="https://alerts.home-assistant.io/ce-alert-link.js"></script>
|
||||||
|
|
||||||
<style>
|
|
||||||
kb-alert-link {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user