Merge pull request #1817 from Safelite/CSR-2048-fix-alert-styling
CSR-2048 fix styling on drop-off-alert.
This commit is contained in:
commit
eb4ee73152
1 changed files with 5 additions and 0 deletions
|
|
@ -156,6 +156,11 @@ export default {
|
|||
height: 0.75rem;
|
||||
padding: 0;
|
||||
}
|
||||
&.drop-off-alert {
|
||||
p {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
&.alert-dismissible {
|
||||
button {
|
||||
display: flex;
|
||||
|
|
|
|||
Loading…
Reference in a new issue