Center svg in markdown

This commit is contained in:
Paulus Schoutsen 2018-08-26 22:00:57 +02:00
parent d295a9d0e4
commit e46a1be5d7

View File

@ -29,10 +29,14 @@ class HaMfaModuleSetupFlow extends
paper-dialog {
max-width: 500px;
}
ha-markdown img:first-child:last-child {
ha-markdown img:first-child:last-child,
ha-markdown svg:first-child:last-child {
display: block;
margin: 0 auto;
}
ha-markdown a {
color: var(--primary-color);
}
.init-spinner {
padding: 10px 100px 34px;
text-align: center;