_misc.scss 287 B

1234567891011121314
  1. // ------------------ Checkboxes And Radios ------------------ //
  2. .input-group-prepend,
  3. .input-group-append {
  4. .input-group-text {
  5. .form-check {
  6. line-height: 0;
  7. }
  8. }
  9. }
  10. // custom file label issue with prepend
  11. .custom-file-label {
  12. height: calc(1.65em + 1.4rem + 1px);
  13. }