mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-24 07:44:46 +08:00
41 lines
647 B
SCSS
41 lines
647 B
SCSS
.step-checklist-container {
|
|
margin-left: -1.5em;
|
|
|
|
.step-element-name {
|
|
align-items: flex-start;
|
|
display: flex;
|
|
|
|
.sci-checkbox-container {
|
|
margin-right: 8px;
|
|
margin-top: 4px;
|
|
}
|
|
|
|
.step-checklist-text {
|
|
width: 100%;
|
|
}
|
|
|
|
&.done .step-checklist-text {
|
|
text-decoration: line-through;
|
|
}
|
|
|
|
&:hover.done .step-checklist-text {
|
|
text-decoration: none;
|
|
}
|
|
}
|
|
|
|
.step-checklist-add-item {
|
|
margin-left: 9px;
|
|
margin-top: 2px;
|
|
}
|
|
}
|
|
|
|
.step-checklist-items {
|
|
.sci-inline-edit {
|
|
font-weight: normal;
|
|
|
|
textarea {
|
|
padding-left: 4px;
|
|
margin-left: -5px;
|
|
}
|
|
}
|
|
}
|