Skip to content

Commit

Permalink
Merge pull request #555 from matematikk-mooc/marius/DIT-243
Browse files Browse the repository at this point in the history
DIT-243: Checkmarks.
  • Loading branch information
mdl314 authored Dec 11, 2024
2 parents 5f33d08 + 0e616eb commit 1a7bc86
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/vue/components/CardFilter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -132,14 +132,14 @@ const clearFilters = () => {
/* Style the checkmark/indicator */
.checkbox-label .checkmark:after {
left: 0.5rem;
top: 0.125rem;
left: 0.43rem;
width: 0.5rem;
height: 1rem;
border: solid white;
border-width: 0 0.25rem 0.25rem 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
border-radius: 0rem 0.1rem 0rem 0.1rem;
border-width: 0 0.2rem 0.2rem 0;
-webkit-transform: rotate(40deg);
-ms-transform: rotate(40deg);
transform: rotate(40deg);
}
</style>

0 comments on commit 1a7bc86

Please sign in to comment.