remove unused code

This commit is contained in:
ogerly 2022-12-13 21:25:30 +01:00
parent a2c7703f9d
commit e223fc0303

View File

@ -207,8 +207,6 @@ label {
.custom-radio .custom-control-input:checked ~ .custom-control-label::after { .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
content: '\2714'; content: '\2714';
margin-left: 5px; margin-left: 5px;
/* left: -42.5px;
top: 1.5px; */
color: #678000; color: #678000;
} }
</style> </style>