HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: //home/arjun/projects/buyercall/node_modules/bootstrap-vue/src/components/time/_time.scss
// BTime custom SCSS

.b-time {
  min-width: 150px;

  &[aria-disabled="true"] output,
  &[aria-readonly="true"] output,
  output.disabled {
    background-color: $input-disabled-bg;
    opacity: 1;
  }

  &[aria-disabled="true"] output {
    pointer-events: none;
  }

  @at-root {
    // Prevent the spinbuttons from reversing order in RTL mode
    // as time is always read LTR
    [dir="rtl"] & > .d-flex:not(.flex-column) {
      flex-direction: row-reverse;
    }
  }

  .b-time-header {
    margin-bottom: 0.5rem;

    output {
      padding: 0.25rem;
      font-size: 80%;
    }
  }

  .b-time-footer {
    margin-top: 0.5rem;
  }

  .b-time-ampm {
    margin-left: 0.5rem;
  }
}