1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-26 14:54:27 +02: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

View File

@@ -100,6 +100,7 @@
.form-check-label {
margin-bottom: 0;
color: $form-check-label-color;
cursor: $form-check-label-cursor;
}