From 603ba30d598fd754b5e4e422537d8bddd5118039 Mon Sep 17 00:00:00 2001 From: Iurii Tatishchev Date: Thu, 1 Apr 2021 10:03:21 -0700 Subject: [PATCH] #44 | fix work.css form-check-input --- static/main/css/work.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/static/main/css/work.css b/static/main/css/work.css index 790ac6d..d20922d 100644 --- a/static/main/css/work.css +++ b/static/main/css/work.css @@ -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; -} \ No newline at end of file +}