1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

toaster message paragraph styles

This commit is contained in:
Kyle Spearrin
2018-08-02 08:48:53 -04:00
parent b8db949ecc
commit 4fbed11c53
2 changed files with 11 additions and 1 deletions

2
jslib

Submodule jslib updated: a26527b500...49d3f22704

View File

@@ -43,6 +43,16 @@ $fa-font-path: "~font-awesome/fonts";
display: none; display: none;
} }
.toast-message {
p {
margin-bottom: 0.5rem;
&:last-child {
margin-bottom: 0;
}
}
}
&.toast-danger, &.toast-error { &.toast-danger, &.toast-error {
background-image: none !important; background-image: none !important;