Extract auth header logo to new component

This will allow `riot-web` to replace only the logo, rather than the whole
header.
This commit is contained in:
J. Ryan Stinnett 2019-01-22 21:51:42 -06:00
parent b83227c035
commit 0f3ee9c786
5 changed files with 55 additions and 11 deletions

View file

@ -27,6 +27,7 @@
@import "./views/auth/_AuthButtons.scss";
@import "./views/auth/_AuthFooter.scss";
@import "./views/auth/_AuthHeader.scss";
@import "./views/auth/_AuthHeaderLogo.scss";
@import "./views/auth/_AuthPage.scss";
@import "./views/auth/_InteractiveAuthEntryComponents.scss";
@import "./views/auth/_ServerConfig.scss";