Add styling for checks
This commit is contained in:
parent
0d03dbf424
commit
db69a8f537
7 changed files with 18 additions and 8 deletions
|
@ -1,3 +1,9 @@
|
|||
.ds4-check {
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
||||
&:hover {
|
||||
text-shadow: 0 0 10px red;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue