2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

Make form-check label customizable (#30426)

Co-authored-by: Martijn Cuppens <martijn.cuppens@gmail.com>
This commit is contained in:
Catalin Zalog
2020-03-23 19:29:56 +02:00
committed by GitHub
parent 1b7e13f2a3
commit 8f84d4051b
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -100,6 +100,7 @@
.form-check-label {
margin-bottom: 0;
color: $form-check-label-color;
cursor: $form-check-label-cursor;
}