chore: commit remaining workspace changes
This commit is contained in:
@@ -1339,6 +1339,11 @@
|
||||
text-wrap: pretty;
|
||||
}
|
||||
|
||||
.academy-lesson-prose blockquote p,
|
||||
.academy-lesson-prose li p {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.academy-lesson-prose p + p {
|
||||
margin-top: 0;
|
||||
}
|
||||
@@ -1420,6 +1425,54 @@
|
||||
box-shadow: 0 0 0 4px rgba(56, 189, 248, 0.08);
|
||||
}
|
||||
|
||||
.academy-lesson-prose li:has(> input[type='checkbox']),
|
||||
.academy-lesson-prose li:has(> p input[type='checkbox']) {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.academy-lesson-prose li:has(> input[type='checkbox'])::before,
|
||||
.academy-lesson-prose li:has(> p input[type='checkbox'])::before {
|
||||
content: none;
|
||||
}
|
||||
|
||||
.academy-lesson-prose input[type='checkbox'] {
|
||||
appearance: none;
|
||||
-webkit-appearance: none;
|
||||
display: inline-block;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
min-width: 18px;
|
||||
min-height: 18px;
|
||||
margin: 0.1rem 0.7rem 0 0;
|
||||
vertical-align: top;
|
||||
border: 1px solid rgba(255, 255, 255, 0.25);
|
||||
border-radius: 0.375rem;
|
||||
background-color: rgba(255, 255, 255, 0.06);
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: 10px 10px;
|
||||
box-sizing: border-box;
|
||||
opacity: 1;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.academy-lesson-prose input[type='checkbox']:checked {
|
||||
border-color: #E07A21;
|
||||
background-color: #E07A21;
|
||||
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M1.5 6l3 3 6-6' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
|
||||
box-shadow: 0 0 0 0 rgba(224, 122, 33, 0.45);
|
||||
}
|
||||
|
||||
.academy-lesson-prose input[type='checkbox']:disabled {
|
||||
opacity: 1;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.academy-lesson-prose li > p:has(input[type='checkbox']) {
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
.academy-lesson-prose ol li::before {
|
||||
counter-increment: lesson-ordered-list;
|
||||
content: counter(lesson-ordered-list);
|
||||
@@ -1605,7 +1658,7 @@
|
||||
align-items: flex-start;
|
||||
gap: 0.8rem;
|
||||
border-radius: 1rem;
|
||||
padding: 0.8rem 0.9rem;
|
||||
padding: 0.3rem 0.4rem;
|
||||
color: rgb(226 232 240 / 0.88);
|
||||
font-size: 0.96rem;
|
||||
line-height: 1.55;
|
||||
|
||||
Reference in New Issue
Block a user