mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-07 09:31:31 +01:00
loading spinner
This commit is contained in:
parent
c2043c1447
commit
4d5a867ff8
@ -7,6 +7,8 @@
|
||||
<base href="">
|
||||
</head>
|
||||
<body>
|
||||
<app-root></app-root>
|
||||
<app-root>
|
||||
<div id="loading"><i class="fa fa-spinner fa-spin fa-3x"></i></div>
|
||||
</app-root>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -162,3 +162,13 @@ form, .form {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
app-root > #loading {
|
||||
display: flex;
|
||||
text-align: center;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
color: $text-muted;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user