mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-19 07:16:39 +00:00
Remove old ha-form-style (#21751)
This commit is contained in:
parent
8ed68bf295
commit
46fc9c1a33
@ -1,29 +0,0 @@
|
|||||||
const documentContainer = document.createElement("template");
|
|
||||||
documentContainer.setAttribute("style", "display: none;");
|
|
||||||
|
|
||||||
documentContainer.innerHTML = `<dom-module id="ha-form-style">
|
|
||||||
<template>
|
|
||||||
<style>
|
|
||||||
.form-group {
|
|
||||||
@apply --layout-horizontal;
|
|
||||||
@apply --layout-center;
|
|
||||||
padding: 8px 16px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.form-group label {
|
|
||||||
@apply --layout-flex-2;
|
|
||||||
}
|
|
||||||
|
|
||||||
.form-group .form-control {
|
|
||||||
@apply --layout-flex;
|
|
||||||
}
|
|
||||||
|
|
||||||
.form-group.vertical {
|
|
||||||
@apply --layout-vertical;
|
|
||||||
@apply --layout-start;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</template>
|
|
||||||
</dom-module>`;
|
|
||||||
|
|
||||||
document.head.appendChild(documentContainer.content);
|
|
Loading…
x
Reference in New Issue
Block a user