Clip label shine to text bounds (no more eyebrows)

This commit is contained in:
Aaron D. Lee
2026-01-07 19:36:50 -05:00
parent 62bd31d0aa
commit ecad88e859

View File

@@ -123,6 +123,7 @@
color: #ffe699; color: #ffe699;
position: relative; position: relative;
display: inline-block; display: inline-block;
overflow: hidden;
} }
.card .form-label::before { .card .form-label::before {
@@ -131,11 +132,11 @@
top: 0; top: 0;
left: -100%; left: -100%;
width: 60%; width: 60%;
height: 40%; height: 45%;
background: linear-gradient( background: linear-gradient(
90deg, 90deg,
transparent 0%, transparent 0%,
rgba(255, 255, 240, 0.7) 50%, rgba(255, 255, 255, 0.4) 50%,
transparent 100% transparent 100%
); );
animation: top-shine 4s ease-in-out infinite; animation: top-shine 4s ease-in-out infinite;