Merge pull request #138 from Safelite/BRM-horizontal-updates
BRM css tweaks to list-card.vue.
This commit is contained in:
commit
b27bbf4d0d
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue