mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-19 11:15:21 +01:00
toaster message paragraph styles
This commit is contained in:
parent
b8db949ecc
commit
4fbed11c53
2
jslib
2
jslib
@ -1 +1 @@
|
||||
Subproject commit a26527b500c01fa11931f68d76dfbcf32c442d4e
|
||||
Subproject commit 49d3f227042bc090dec48f83bbbf7da3029828a5
|
@ -43,6 +43,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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user