mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 22:33:35 +00:00
toaster message paragraph styles
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: 6f64c5cb5a...49d3f22704
@@ -35,6 +35,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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user