mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-06 12:43:06 +08:00
SCI-4210 fix css
This commit is contained in:
parent
967acb0af3
commit
ac4154bd85
1 changed files with 8 additions and 0 deletions
|
@ -80,6 +80,14 @@
|
|||
}
|
||||
}
|
||||
|
||||
.checklist-dropdown span {
|
||||
color: $brand-primary;
|
||||
cursor: pointer;
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
||||
// DateTime
|
||||
.datetime-container {
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in a new issue