mirror of https://github.com/ghostfolio/ghostfolio
committed by
Thomas
3 changed files with 33 additions and 9 deletions
@ -1,3 +1,14 @@ |
|||||
:host { |
:host { |
||||
display: block; |
display: block; |
||||
|
|
||||
|
.display-contents { |
||||
|
display: contents; |
||||
|
} |
||||
|
|
||||
|
#hide-password { |
||||
|
padding: 10px; |
||||
|
min-height: 44px; |
||||
|
display: flex; |
||||
|
align-items: center; |
||||
|
} |
||||
} |
} |
||||
|
Loading…
Reference in new issue