BRM css tweaks to list-card.vue.

This commit is contained in:
bmauger 2022-01-11 16:53:48 -05:00
parent a85c82c8f9
commit 29597417a0

View file

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