2022-06-09 20:40:45 +08:00
|
|
|
// scss-lint:disable SelectorDepth
|
|
|
|
// scss-lint:disable NestingDepth
|
2022-05-11 21:51:26 +08:00
|
|
|
|
2022-06-09 20:40:45 +08:00
|
|
|
.step-checklist-items {
|
2022-07-11 17:52:38 +08:00
|
|
|
.sci-inline-edit {
|
|
|
|
margin-top: 2px;
|
|
|
|
|
|
|
|
.sci-inline-edit__content {
|
2022-08-02 16:18:25 +08:00
|
|
|
margin-bottom: 7px;
|
2022-08-10 16:27:15 +08:00
|
|
|
margin-left: 0;
|
2022-07-11 17:52:38 +08:00
|
|
|
}
|
2022-07-12 16:59:33 +08:00
|
|
|
}
|
|
|
|
|
2022-07-11 18:31:54 +08:00
|
|
|
.step-checklist-item {
|
2022-07-14 03:02:21 +08:00
|
|
|
padding-left: 5px;
|
2022-07-11 17:52:38 +08:00
|
|
|
}
|
|
|
|
|
2022-06-09 20:40:45 +08:00
|
|
|
.step-element-header {
|
|
|
|
.step-element-name {
|
|
|
|
align-items: flex-start;
|
2022-08-10 16:27:15 +08:00
|
|
|
column-gap: .25em;
|
2022-06-09 20:40:45 +08:00
|
|
|
display: grid;
|
|
|
|
font-weight: normal;
|
|
|
|
grid-template-columns: max-content auto;
|
|
|
|
|
|
|
|
.step-checklist-text {
|
2022-08-02 16:18:25 +08:00
|
|
|
margin-top: -.1em;
|
2022-06-09 20:40:45 +08:00
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.done .step-checklist-text {
|
|
|
|
text-decoration: line-through;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:hover.done .step-checklist-text {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2022-05-11 21:51:26 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-07-15 20:58:06 +08:00
|
|
|
.sci-checkbox-view-mode {
|
2022-08-02 16:18:25 +08:00
|
|
|
align-self: flex-start;
|
2022-07-15 20:58:06 +08:00
|
|
|
background-color: $color-black;
|
|
|
|
border-radius: 50%;
|
|
|
|
height: 4px;
|
|
|
|
margin-right: .5em;
|
2022-08-02 16:18:25 +08:00
|
|
|
margin-top: 1em;
|
2022-07-15 20:58:06 +08:00
|
|
|
width: 4px;
|
|
|
|
}
|
|
|
|
|
2022-06-21 17:32:27 +08:00
|
|
|
.step-checklist-add-item {
|
2022-07-14 03:02:21 +08:00
|
|
|
margin-left: 12px;
|
2022-07-11 17:52:38 +08:00
|
|
|
|
|
|
|
.fas {
|
|
|
|
margin-right: .5em;
|
|
|
|
}
|
2022-06-21 17:32:27 +08:00
|
|
|
}
|
|
|
|
|
2022-05-26 20:02:02 +08:00
|
|
|
.step-checklist-item-ghost {
|
|
|
|
border: 1px solid $brand-primary;
|
|
|
|
}
|
|
|
|
|
2022-06-09 20:40:45 +08:00
|
|
|
.sci-checkbox-container {
|
2022-08-10 20:43:23 +08:00
|
|
|
margin: 11px 0;
|
2022-05-11 21:51:26 +08:00
|
|
|
|
2022-06-09 20:40:45 +08:00
|
|
|
&.disabled {
|
|
|
|
pointer-events: none;
|
2022-05-11 21:51:26 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2022-07-15 20:58:06 +08:00
|
|
|
|
|
|
|
.step-checklist-container {
|
|
|
|
.empty-checklist-element {
|
|
|
|
color: $color-silver-chalice;
|
|
|
|
margin-left: 3em;
|
|
|
|
}
|
|
|
|
}
|