Skip to content

Commit 5cd4db6

Browse files
committed
feat: Create thatMark and sourceMark classes
1 parent 4070e11 commit 5cd4db6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

packages/test-case-component/src/styles.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,3 +175,13 @@ pre.shiki {
175175
.hat.wing::after {
176176
mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 371.81 234.76" ><g id="Layer_2" data-name="Layer 2"><g id="Layer_1-2" data-name="Layer 1"><path class="cls-1" d="M371.81,234.42h0s-153.27-57.29-185.9-54.08h0C154.36,177.24,0,234.76,0,234.76H0L158.55,101.69c.6-.49-.39,1.87-.23,1.12L186.24,0h0l26.84,101.37"/></g></g></svg>');
177177
}
178+
.thatMark {
179+
outline: 2px solid yellow;
180+
outline-offset: 4px; /* Adds space between the outline and the element */
181+
border-radius: 4px; /* Makes the outline rounded */
182+
}
183+
.sourceMark {
184+
outline: 2px solid teal;
185+
outline-offset: 4px; /* Adds space between the outline and the element */
186+
border-radius: 4px; /* Makes the outline rounded */
187+
}

0 commit comments

Comments
 (0)