SCI-4210 fix css

This commit is contained in:
Miha Mencin 2020-01-15 17:09:13 +01:00
parent 967acb0af3
commit ac4154bd85

View file

@ -80,6 +80,14 @@
}
}
.checklist-dropdown span {
color: $brand-primary;
cursor: pointer;
&:hover {
text-decoration: underline;
}
}
// DateTime
.datetime-container {
display: flex;