1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 00:33:44 +00:00

start styling for dark theme

This commit is contained in:
Kyle Spearrin
2018-05-30 23:11:05 -04:00
parent 68a696e86f
commit db06b60704
15 changed files with 130 additions and 58 deletions

View File

@@ -1,6 +1,6 @@
<div class="center-content">
<div class="content">
<img src="../images/logo@2x.png" alt="bitwarden" class="img-responsive" />
<img alt="Bitwarden" class="img-responsive logo-image" />
<p class="lead text-center">{{'loginOrCreateNewAccount' | i18n}}</p>
<a class="btn primary block" routerLink="/login"><b>{{'login' | i18n}}</b></a>
<a class="btn block" routerLink="/register">{{'createAccount' | i18n}}</a>