MOBILE-2795 ux: Auto height on responsive images

main
Pau Ferrer Ocaña 2019-01-10 11:36:43 +01:00
parent 75551cfc72
commit 86039d0a58
1 changed files with 3 additions and 0 deletions

View File

@ -33,6 +33,9 @@ ion-app.app-root {
.img-responsive {
display: block;
max-width: 100%;
&[height] {
height: auto;
}
}
.opacity-hide { opacity: 0; }