You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

17 lines
354 B

  1. // Import bootstrap variables including default color palette and fonts
  2. //@import "../../node_modules/bootstrap/less/variables.less";
  3. .sr-only {
  4. position: absolute;
  5. width: 1px;
  6. height: 1px;
  7. margin: -1px;
  8. padding: 0;
  9. overflow: hidden;
  10. clip: rect(0,0,0,0);
  11. border: 0;
  12. }
  13. // Import datepicker component
  14. @import "_bootstrap-datetimepicker";