1
0
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:
Kyle Spearrin
2016-09-21 16:57:11 -04:00
parent 632525c636
commit 6e762729e0
3 changed files with 29 additions and 7 deletions

View File

@@ -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;
}
}