Change checkbox style
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user