Tweak checkbox

This commit is contained in:
Michael Shamoon
2020-12-14 23:14:04 -08:00
parent b68d58c378
commit 2e42959763
2 changed files with 15 additions and 3 deletions

View File

@@ -8,7 +8,15 @@
}
.document-card-check {
display: none
display: none;
position: absolute;
top: 0;
left: 0;
.custom-control {
margin-left: 4px;
margin-right: -3px;
}
}
.document-card:hover .document-card-check {
@@ -17,8 +25,12 @@
.card-selected {
border-color: $primary;
.document-card-check {
display: block;
}
}
.doc-img-background-selected {
background-color: $primaryFaded;
}
}