| .min-width-100px { | |
| min-width: 100px; | |
| } | |
| .site-select-checkbox, | |
| .site-bulk-select__checkbox { | |
| input[type="checkbox"] { | |
| &:checked::before { | |
| content: url(/calypso/images/checkbox-icons/checkmark-jetpack.svg); | |
| } | |
| &::after { | |
| // Making tap area larger | |
| content: ""; | |
| position: absolute; | |
| inset-block-start: -18px; | |
| inset-inline-start: -16px; | |
| width: 40px; | |
| height: 50px; | |
| } | |
| } | |
| } | |
| .padding-0 { | |
| padding: 0 ; | |
| } | |