Add icons when adding integration (#5500)

* Add icons when adding integration

* Remove margin from search input and put in parent
This commit is contained in:
Paulus Schoutsen
2020-04-09 05:44:08 -07:00
committed by GitHub
parent f9d78a95ad
commit cb255ef137
7 changed files with 58 additions and 38 deletions

View File

@@ -32,6 +32,9 @@ class StepFlowLoading extends LitElement {
padding: 50px 100px;
text-align: center;
}
paper-spinner-lite {
margin-top: 16px;
}
`;
}
}