![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/vreg/node_modules/bootstrap-vue/src/components/time/ |
// 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; } }