New toggle-style contact amounts control

This commit is contained in:
Jose Olarte III
2023-04-02 10:57:21 +08:00
parent 504da70fec
commit 48ac2685b7
2 changed files with 27 additions and 0 deletions

View File

@@ -9,3 +9,10 @@
font-family: 'Work Sans', ui-sans-serif, system-ui, sans-serif !important;
}
}
@layer components {
input:checked ~ .dot {
transform: translateX(100%);
background-color: #FFF !important;
}
}