1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +00:00

no items message for ciphers

This commit is contained in:
Kyle Spearrin
2018-01-31 17:58:06 -05:00
parent 59726ad818
commit 5e7ac7a7ec
6 changed files with 52 additions and 14 deletions

View File

@@ -8,6 +8,10 @@
color: $text-muted !important;
}
.text-center {
text-align: center;
}
[hidden] {
display: none !important;
}
@@ -95,3 +99,4 @@
margin-top: 10px;
}
}