_time.scss 602 B

1234567891011121314151617181920212223242526272829303132333435
  1. // reason: header text align center
  2. .b-time-header {
  3. output > bdi {
  4. line-height: 1.85;
  5. }
  6. }
  7. // Update Style
  8. .b-time {
  9. .bi-circle-fill {
  10. height: 10px;
  11. width: 10px;
  12. fill: $secondary;
  13. }
  14. .bi-chevron-up {
  15. height: 10px;
  16. width: 10px;
  17. }
  18. .b-form-spinbutton {
  19. + .flex-column:not(.b-time-ampm) {
  20. margin-left: 0.4rem;
  21. margin-right: 0.4rem;
  22. }
  23. output.border-bottom.border-top {
  24. border: none !important;
  25. }
  26. }
  27. // Reset scaling of icon on hover
  28. .b-form-spinbutton .btn:hover:not(:disabled) > div > .b-icon {
  29. transform: scale(1);
  30. }
  31. }