diff options
| author | ysds <[email protected]> | 2019-07-24 22:06:48 +0900 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2019-07-25 10:58:06 -0700 |
| commit | b4bf0ab371a377c5ec23c05010057667d8a42c9d (patch) | |
| tree | d402511729563d841c40bb67bd697659fc68fa96 | |
| parent | 18d75e3243e40030877fec07d303be6ab6aab9f3 (diff) | |
| download | bootstrap-b4bf0ab371a377c5ec23c05010057667d8a42c9d.tar.xz bootstrap-b4bf0ab371a377c5ec23c05010057667d8a42c9d.zip | |
Remove leftover CSS for custom control
| -rw-r--r-- | scss/forms/_layout.scss | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/scss/forms/_layout.scss b/scss/forms/_layout.scss index f65b5493f..8cdb053c7 100644 --- a/scss/forms/_layout.scss +++ b/scss/forms/_layout.scss @@ -89,13 +89,5 @@ margin-right: $form-check-input-margin-x; margin-left: 0; } - - .custom-control { - align-items: center; - justify-content: center; - } - .custom-control-label { - margin-bottom: 0; - } } } |
