Merge pull request #138 from Safelite/BRM-horizontal-updates

BRM css tweaks to list-card.vue.
This commit is contained in:
bmauger 2022-01-11 16:57:38 -05:00 committed by GitHub
commit b27bbf4d0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -110,6 +110,7 @@ export default {
border: 1px solid $gray-500; border: 1px solid $gray-500;
border-radius: 2px; border-radius: 2px;
order: 2; order: 2;
flex-shrink: 0;
} }
+ label.checkboxTop::before { + label.checkboxTop::before {
margin: -1.25rem 0.5rem 0 0 !important; margin: -1.25rem 0.5rem 0 0 !important;
@ -169,6 +170,9 @@ export default {
img { img {
margin-bottom: 0; margin-bottom: 0;
} }
p {
text-align: left;
}
} }
} }
} }