Center svg in markdown
parent
d295a9d0e4
commit
e46a1be5d7
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue