Merge pull request #1817 from Safelite/CSR-2048-fix-alert-styling

CSR-2048 fix styling on drop-off-alert.
This commit is contained in:
bmauger 2024-04-04 11:13:53 -04:00 committed by GitHub
commit eb4ee73152
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -156,6 +156,11 @@ export default {
height: 0.75rem;
padding: 0;
}
&.drop-off-alert {
p {
margin: 0;
}
}
&.alert-dismissible {
button {
display: flex;