1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +00:00

custom swal content

This commit is contained in:
Kyle Spearrin
2018-04-12 23:18:51 -04:00
parent 726a7f59ae
commit 59ce4b7b67
3 changed files with 83 additions and 17 deletions

View File

@@ -16,6 +16,14 @@ small {
color: $brand-success !important;
}
.text-info {
color: $brand-info !important;
}
.text-warning {
color: $brand-warning !important;
}
.text-muted {
color: $text-muted !important;
}