Merge branch 'develop' into feature/CSR-269

This commit is contained in:
CarlNation 2022-02-07 09:54:45 -05:00
commit 6b25f52345
3 changed files with 50 additions and 46 deletions

View file

@ -151,6 +151,7 @@ export default {
border: 1px solid $gray-500;
border-radius: 0;
width: 100%;
color: $gray-600;
&:hover {
box-shadow: 0 0 0 4px $blue-100;
cursor: pointer;

View file

@ -132,6 +132,7 @@ export default {
input[type="checkbox"] {
position: static; //override bootstrap
height: 0;
opacity: 0;
}
&:focus-visible + label {
box-shadow: 0 0 0 2.5px $blue inset;

View file

@ -173,6 +173,7 @@ export default {
border-radius: 2px;
order: 2;
flex-shrink: 0;
color: $gray-600;
}
+ label.checkboxTop::before {
margin: -1.25rem 0.5rem 0 0 !important;
@ -229,6 +230,7 @@ export default {
}
+ label {
min-height: 48px;
color: $gray-600;
img {
margin-bottom: 0;
}