Merge pull request #541 from Safelite/CSR-668-modal-bug-fix

CSR-668 modal bug fix - remove unneeded class name
This commit is contained in:
bmauger 2022-06-08 10:53:43 -04:00 committed by GitHub
commit 19f953cdba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -80,7 +80,7 @@ export default {
.bar3 {
width: 14px;
height: 2px;
background-color: $blue-400;
background-color: $blue;
margin: 1px 0;
transition: 0.25s;
}