Change checkbox style

This commit is contained in:
2026-04-02 10:47:00 +02:00
parent 5079b39de4
commit ed81d69ae8
3 changed files with 11 additions and 8 deletions

View File

@@ -98,7 +98,7 @@ p {
width: 24px;
min-width: 24px;
height: 24px;
background: #00ac35;
border: 2px solid #00ac35;
border-radius: 8px;
cursor: pointer;
@@ -108,12 +108,15 @@ p {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 12px;
height: 12px;
background-image: url('/wp-content/uploads/2026/03/Check.svg');
background-size: contain;
background-repeat: no-repeat;
width: 14px;
height: 14px;
background-color: #00ac35;
border-radius: 4px;
// background-image: url('/wp-content/uploads/2026/03/Check.svg');
// background-size: contain;
// background-repeat: no-repeat;
opacity: 0;
transition: all 0.3s ease;
}
&:checked::before {
opacity: 1;