mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
style loading and no results messages
This commit is contained in:
@@ -398,3 +398,25 @@
|
||||
.text-accent {
|
||||
color: @brand-primary-accent;
|
||||
}
|
||||
|
||||
.page-loading {
|
||||
.fa-spinner {
|
||||
position: fixed;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
color: @gray-light;
|
||||
margin-left: -5px;
|
||||
margin-top: -15px;
|
||||
}
|
||||
}
|
||||
|
||||
.no-results {
|
||||
p {
|
||||
position: fixed;
|
||||
top: 50%;
|
||||
margin-top: -20px;
|
||||
display: block;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user