mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-06 09:20:43 +01:00
toaster paragraph formatting
This commit is contained in:
parent
1f040efb7f
commit
00576053d0
2
jslib
2
jslib
@ -1 +1 @@
|
||||
Subproject commit 6f64c5cb5a90354d1a76b5270378030dc99d325b
|
||||
Subproject commit 49d3f227042bc090dec48f83bbbf7da3029828a5
|
@ -37,6 +37,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;
|
||||
background-color: $danger;
|
||||
|
Loading…
Reference in New Issue
Block a user