static: fix shell card missing on small screens
This commit is contained in:
parent
54088239ab
commit
c6eb015d18
|
@ -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);
|
||||
|
|
Reference in New Issue