#44 | fix work.css form-check-input

This commit is contained in:
Iurii Tatishchev 2021-04-01 10:03:21 -07:00
parent 4dd48a5e4b
commit 603ba30d59
Signed by: CaZzzer
GPG Key ID: 926BE949E29DCD03

View File

@ -13,8 +13,7 @@
background: #45729C;
} */
.form-check-input {
border-radius: 0px;
background-image: url("../img/check.png");
border-radius: 0;
width: 30px;
height: 30px;
background-size: 20px auto;
@ -125,4 +124,4 @@
padding: 10px;
background: #3B91D4;
color: white;
}
}