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 22:41:10 -06:00
parent b83227c035
commit 0f3ee9c786
5 changed files with 55 additions and 11 deletions
-8
View File
@@ -19,11 +19,3 @@ limitations under the License.
padding: 25px 50px;
box-sizing: border-box;
}
.mx_AuthHeader_logo {
margin-top: 15px;
}
.mx_AuthHeader_logo img {
width: 100%;
}