mirror of
https://github.com/DavidHDev/vue-bits.git
synced 2026-03-07 06:29:30 -07:00
Update background colors in SSC demos
This commit is contained in:
@@ -596,23 +596,23 @@ div:has(> .props-table) {
|
||||
}
|
||||
|
||||
.ssc-demo-1 {
|
||||
background-color: #5227ff;
|
||||
background-color: #35724d;
|
||||
}
|
||||
|
||||
.ssc-demo-2 {
|
||||
background-color: #f01e9c;
|
||||
background-color: #333;
|
||||
}
|
||||
|
||||
.ssc-demo-3 {
|
||||
background-color: #5227ff;
|
||||
background-color: #35724d;
|
||||
}
|
||||
|
||||
.ssc-demo-4 {
|
||||
background-color: #f01e9c;
|
||||
background-color: #333;
|
||||
}
|
||||
|
||||
.ssc-demo-5 {
|
||||
background-color: #5227ff;
|
||||
background-color: #35724d;
|
||||
text-align: center;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
"
|
||||
/>
|
||||
<p
|
||||
class="top-[25%] left-[50%] absolute font-black text-[#271e37] text-[clamp(2rem,4vw,3rem)] text-center transition-all -translate-x-1/2 -translate-y-1/2 duration-300 ease-in-out pointer-events-none transform"
|
||||
class="top-[25%] left-[50%] absolute font-black text-[#333] text-[clamp(2rem,4vw,3rem)] text-center transition-all -translate-x-1/2 -translate-y-1/2 duration-300 ease-in-out pointer-events-none transform"
|
||||
>
|
||||
{{ isCompleted ? 'Stack Completed!' : 'Scroll Down' }}
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user