Rev 3 cv. BLACK
All checks were successful
Rebuild signaller for deprived.dev to rebuild site / test_service (push) Successful in 21s

This commit is contained in:
MagicBOTAlex 2025-06-16 11:12:52 +08:00
parent b1dfcf4d00
commit 3cf07d87b5
10 changed files with 66 additions and 28 deletions

View file

@ -4,8 +4,8 @@
export let Style = "";
</script>
<div class="container" style="{Style}">
<div>
<div class="container " style="{Style}">
<div class=" text-center bg-[var(--left-grid-bg-color)]">
<RepeatedSkills textOverride={["Hello", "你好", "Hej"]} targetTextHeight={4} targetTextWidth={50} applyRotation={false}/>
</div>
<div/>
@ -27,14 +27,16 @@
width: 100mm;
height: 17.5mm;
padding-bottom: 1mm;
padding-top: 1mm;
// Text inside
display: grid;
place-content: center;
border-bottom: #4472c4 dotted 0.5mm;
border-bottom: var(--left-decor-line-color) dotted 0.5mm;
border-top: var(--left-decor-line-color) dotted 0.5mm;
&:first-child {
color: #4472c4;
color: var(--left-decor-text-color);
font-size: 3mm;
//font-weight: bold;
}
@ -43,11 +45,13 @@
> div:nth-child(2) {
padding-top: 4mm;
//border-bottom: #4472c4 dashed 2mm;
// background-color: var(--left-grid-bg-color);
background-image: linear-gradient(to right, #4472c4 70%, rgba(255,255,255,0) 0%);
background-image: linear-gradient(to right, var(--left-decor-line-color) 70%, rgba(255,255,255,0) 0%);
background-position: bottom;
background-size: 6mm 1.5mm;
background-repeat: repeat-x;
}
}
</style>
</style>