_datetime-picker.scss 616 B

12345678910111213141516171819202122
  1. .bootstrap-datetimepicker-widget table td span, .bootstrap-datetimepicker-widget table td i {
  2. height: 0!important;
  3. line-height: 0!important;
  4. }
  5. .bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  6. background-color: $light!important;
  7. color: $primary-darker!important;
  8. font-weight: bold;
  9. }
  10. .bootstrap-datetimepicker-widget table td {
  11. width: 0 !important;
  12. .btn {
  13. padding: 0.5rem .5rem !important;
  14. }
  15. }
  16. .bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
  17. padding: .5em .1em!important;
  18. }