Add styling for checks

This commit is contained in:
Johannes Loher 2021-04-20 22:38:00 +02:00
parent 0d03dbf424
commit db69a8f537
7 changed files with 18 additions and 8 deletions

View file

@ -1,3 +1,9 @@
.ds4-check {
cursor: pointer;
display: flex;
justify-content: space-between;
&:hover {
text-shadow: 0 0 10px red;
}
}