bootstrap-datetimepicker-build.less 418 B

1234567891011121314151617
  1. // Import bootstrap variables including default color palette and fonts
  2. @import "bootstrap/less/variables.less";
  3. // Import datepicker component
  4. @import "_bootstrap-datetimepicker.less";
  5. //this is here so the compiler doesn't complain about a missing bootstrap mixin
  6. .sr-only {
  7. position: absolute;
  8. width: 1px;
  9. height: 1px;
  10. margin: -1px;
  11. padding: 0;
  12. overflow: hidden;
  13. clip: rect(0,0,0,0);
  14. border: 0;
  15. }