1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-21 10:43:35 +00:00

delete item button

This commit is contained in:
Kyle Spearrin
2018-04-11 16:23:05 -04:00
parent 83fe3442d3
commit 72177644ad
3 changed files with 23 additions and 0 deletions

View File

@@ -8,6 +8,10 @@ small {
color: $brand-primary !important;
}
.text-danger {
color: $brand-danger !important;
}
.text-success {
color: $brand-success !important;
}