static: fix shell card missing on small screens

This commit is contained in:
Jens Langhammer 2020-10-16 19:13:39 +02:00
parent 54088239ab
commit c6eb015d18
1 changed files with 5 additions and 0 deletions

View File

@ -40,6 +40,11 @@
z-index: 0;
}
/* Ensure card is displayed on small screens */
.pf-c-login__main {
display: block;
}
/* login page's icons */
.pf-c-login__main-footer-links-item-link img {
fill: var(--pf-c-login__main-footer-links-item-link-svg--Fill);