_date-picker.scss 367 B

123456789101112131415161718192021222324
  1. .b-form-datepicker,
  2. .b-form-timepicker {
  3. label {
  4. line-height: 200%;
  5. }
  6. .btn {
  7. &.h-auto {
  8. padding: 0.375rem 0.75rem !important;
  9. }
  10. svg {
  11. margin: 0 !important;
  12. }
  13. }
  14. .form-control {
  15. min-height: auto !important;
  16. }
  17. // text alignment in small
  18. &.form-control-sm {
  19. .form-control-sm {
  20. line-height: 1.65;
  21. }
  22. }
  23. }