mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-24 13:27:22 +00:00
Center svg in markdown
This commit is contained in:
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…
x
Reference in New Issue
Block a user