1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 00:03:56 +00:00

loading styles

This commit is contained in:
Kyle Spearrin
2018-07-06 16:36:51 -04:00
parent 417743ccdd
commit 15cc46bba5
5 changed files with 24 additions and 13 deletions

View File

@@ -19,9 +19,16 @@
crossorigin="anonymous">
</head>
<body>
<body class="layout_frontend">
<app-root>
Loading...
<div class="mt-5 d-flex justify-content-center">
<div>
<img src="./images/logo-dark@2x.png" class="mb-4 logo" alt="Bitwarden">
<p class="text-center">
<i class="fa fa-spinner fa-spin fa-2x text-muted"></i>
</p>
</div>
</div>
</app-root>
</body>