diff --git a/sass/custom/_component_page.scss b/sass/custom/_component_page.scss
index e3830dc2f8f..27962bb15a4 100644
--- a/sass/custom/_component_page.scss
+++ b/sass/custom/_component_page.scss
@@ -1,11 +1,11 @@
#components-page{
.component-search{
margin-bottom: 24px;
-
+
input{
width: 100%;
padding: 10px;
-
+
background-color: #fefefe;
border-radius: 2px;
border: 1px solid;
@@ -54,7 +54,7 @@
margin-top: 12px;
}
- .added_two_versions_ago {
+ .version_select {
margin-bottom: 12px;
}
@@ -76,18 +76,18 @@
// styles for the cards
.hass-option-cards {
- display: -ms-flexbox;
- display: -webkit-box;
- display: -webkit-flexbox;
+ display: -ms-flexbox;
+ display: -webkit-box;
+ display: -webkit-flexbox;
display: -webkit-flex;
- display: flex;
-
+ display: flex;
+
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
align-items: flex-start;
margin: -4px; // grid trick, has to match option-card's margin
-
+
p.note{
width: 100%;
}
@@ -139,7 +139,7 @@
color: #AAA;
}
}
-
+
// fade-in animation
&.show-items .option-card{
opacity:0;
@@ -147,7 +147,7 @@
-o-animation:new-item-animation .2s linear forwards;
animation:new-item-animation .2s linear forwards;
}
-
+
// fade-out animation
&.remove-items .option-card{
-webkit-animation:removed-item-animation .2s cubic-bezier(.55,-0.04,.91,.94) forwards;
diff --git a/source/components/index.html b/source/components/index.html
index fda87405be1..9c13cafbb91 100644
--- a/source/components/index.html
+++ b/source/components/index.html
@@ -44,7 +44,7 @@ Support for these components is provided by the Home Assistant community.
Added in {{ current_version.label }} ({{ current_version.new_components_count }})
Added in {{ one_version_ago.label }} ({{ one_version_ago.new_components_count }})
Added in {{ two_versions_ago.label }} ({{ two_versions_ago.new_components_count }})
- Added in