Restore logo (#218)

* move tower logo svg into component

* switch to new logo in header & login screen
This commit is contained in:
Keith Grant
2019-05-23 13:47:41 -04:00
committed by GitHub
parent cc2869d0c2
commit 189e12f8b3
5 changed files with 140 additions and 125 deletions

View File

@@ -11,15 +11,6 @@
max-width: 255px;
}
.pf-c-page__header-brand-link {
max-width: 85px;
}
.pf-c-page__header-brand-link img {
transform: scale(1.1, 1.1);
position: relative;
}
.pf-c-page__header-tools .pf-l-toolbar__item {
margin-left: 20px;
}
@@ -399,5 +390,3 @@
.pf-m-error p.pf-c-form__helper-text {
color: var(--pf-global--danger-color--100);
}