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

toaster message paragraph styles

This commit is contained in:
Kyle Spearrin
2018-08-02 08:48:48 -04:00
parent a12a57173d
commit 74d11d32b7
2 changed files with 11 additions and 1 deletions

View File

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