@g1cloud/open-bluesea-core 1.0.0-alpha.1 → 1.0.0-alpha.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/css/bluesea.css +0 -94
- package/dist/BSAlertModal-ZEIUM0ut.js +4 -0
- package/dist/BSYesNoModal-Cs6mgXcP.js +4 -0
- package/dist/index.d.ts +1571 -35
- package/dist/open-bluesea-core.css +2598 -1
- package/dist/open-bluesea-core.es.js +5068 -1886
- package/dist/open-bluesea-core.umd.js +5563 -1
- package/package.json +16 -1
- package/tailwind.preset.js +221 -0
- package/dist/blueseaPlugin.d.ts +0 -36
- package/dist/component/basic/PageNavigation.model.d.ts +0 -5
- package/dist/contextmenu/contextMenuPlugin.d.ts +0 -36
- package/dist/directive/vClickOutside.d.ts +0 -20
- package/dist/directive/vFocusOnLoad.d.ts +0 -3
- package/dist/directive/vTooltip.d.ts +0 -7
- package/dist/model/CommonTypes.d.ts +0 -29
- package/dist/model/DefaultImpl.d.ts +0 -7
- package/dist/model/FieldContext.d.ts +0 -14
- package/dist/notification/notificationPlugin.d.ts +0 -31
- package/dist/savepoint/SavePoint.d.ts +0 -46
- package/dist/util/componentUtil.d.ts +0 -11
- package/dist/util/debounceUtil.d.ts +0 -16
- package/dist/util/formatUtil.d.ts +0 -67
- package/dist/util/typeUtil.d.ts +0 -18
- package/dist/util/waitUtil.d.ts +0 -19
- package/dist/validator/FieldValidator.d.ts +0 -43
|
@@ -1 +1,2598 @@
|
|
|
1
|
-
.bs-button[data-v-26726ef5]{color:var(--color-text);border:none;border-radius:2px;padding:4px 8px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;line-height:1;height:26px;vertical-align:middle;white-space:nowrap;text-decoration:none;margin-right:1px;font-weight:400}.bs-button.border-0>.font-icon.left[data-v-26726ef5]{margin-right:0}.bs-button.border-0>.font-icon.right[data-v-26726ef5]{margin-left:0}.bs-button.bg-transparent[data-v-26726ef5]:not(:disabled):hover{opacity:.8}.bs-button.bg-transparent[data-v-26726ef5]:not(:disabled):active{opacity:.8}.bs-button[data-v-26726ef5]:disabled{cursor:default;opacity:.6}.bs-button.default[data-v-26726ef5]{background-color:var(--button-default-bg);border:1px solid var(--border);color:var(--button-default-text)}.bs-button.default[data-v-26726ef5]:not(:disabled):hover{background-color:var(--gray-100)}.bs-button.default[data-v-26726ef5]:not(:disabled):active{background-color:var(--gray-200)}.bs-button.blue[data-v-26726ef5]{background-color:var(--blue);border:1px solid var(--blue);color:var(--white)}.bs-button.blue[data-v-26726ef5]:not(:disabled):hover{background-color:color-mix(in srgb,var(--blue) 90%,black 10%)}.bs-button.blue[data-v-26726ef5]:not(:disabled):active{background-color:color-mix(in srgb,var(--blue) 80%,black 20%)}.bs-button.red[data-v-26726ef5]{background-color:var(--red);color:var(--white)}.bs-button.red[data-v-26726ef5]:not(:disabled):hover{background-color:color-mix(in srgb,var(--red) 90%,black 10%)}.bs-button.red[data-v-26726ef5]:not(:disabled):active{background-color:color-mix(in srgb,var(--red) 80%,black 20%)}.bs-button.orange[data-v-26726ef5]{background-color:var(--orange);color:var(--white)}.bs-button.orange[data-v-26726ef5]:not(:disabled):hover{background-color:color-mix(in srgb,var(--orange) 90%,black 10%)}.bs-button.orange[data-v-26726ef5]:not(:disabled):active{background-color:color-mix(in srgb,var(--orange) 80%,black 20%)}.bs-button.green[data-v-26726ef5]{background-color:var(--green);color:var(--white)}.bs-button.green[data-v-26726ef5]:not(:disabled):hover{background-color:color-mix(in srgb,var(--green) 90%,black 10%)}.bs-button.green[data-v-26726ef5]:not(:disabled):active{background-color:color-mix(in srgb,var(--green) 80%,black 20%)}.bs-button.gray[data-v-26726ef5]{background-color:var(--gray);color:var(--white)}.bs-button.gray[data-v-26726ef5]:not(:disabled):hover{background-color:color-mix(in srgb,var(--gray) 90%,black 10%)}.bs-button.gray[data-v-26726ef5]:not(:disabled):active{background-color:color-mix(in srgb,var(--gray) 80%,black 20%)}.bs-button.black[data-v-26726ef5]{background-color:var(--black);color:var(--white)}.bs-button.black[data-v-26726ef5]:not(:disabled):hover{background-color:color-mix(in srgb,var(--black) 90%,black 10%)}.bs-button.black[data-v-26726ef5]:not(:disabled):active{background-color:color-mix(in srgb,var(--black) 80%,black 20%)}.bs-button.underline[data-v-26726ef5]{padding:0 8px;border:0 none;border-radius:0;text-decoration:underline;text-underline-offset:2px;background-color:var(--button-default-bg);color:var(--button-default-text)}.bs-button.underline.blue[data-v-26726ef5]:not(:disabled):hover{background-color:color-mix(in srgb,var(--blue) 95%,black 5%)}.bs-button.underline.blue[data-v-26726ef5]:not(:disabled):active{background-color:color-mix(in srgb,var(--blue) 90%,black 10%)}.bs-button.underline.red[data-v-26726ef5]:not(:disabled):active{background-color:color-mix(in srgb,var(--red) 90%,black 10%)}.bs-button.underline.orange[data-v-26726ef5]:not(:disabled):active{background-color:color-mix(in srgb,var(--orange) 90%,black 10%)}.bs-button.underline.green[data-v-26726ef5]:not(:disabled):active{background-color:color-mix(in srgb,var(--green) 90%,black 10%)}.bs-button.underline.gray[data-v-26726ef5]:not(:disabled):active{background-color:color-mix(in srgb,var(--gray) 90%,black 10%)}[data-theme=dark] .bs-button.default[data-v-26726ef5]:not(:disabled):hover{background-color:var(--gray-800)}[data-theme=dark] .bs-button.default[data-v-26726ef5]:not(:disabled):active{background-color:var(--gray-700)}.bs-clickable,.page-navigation>span{-webkit-user-select:none;user-select:none;cursor:pointer}.bs-clickable:hover,.page-navigation>span:hover{filter:opacity(75%)}.bs-clickable:active,.page-navigation>span:active{filter:opacity(50%)}.bs-clickable.disabled,.page-navigation>span.disabled{filter:opacity(40%)}.page-navigation{padding:8px;display:flex;gap:2px;align-items:center;justify-content:center;color:var(--body-text);line-height:1}.page-navigation>span{display:inline-flex;padding:4px 6px;align-items:center;justify-content:center}.page-navigation>span.on{background-color:var(--primary-300);border-radius:2px}.page-navigation>span:not(.page){padding:3px;font-size:1.4em}.page-navigation>span.disabled{color:var(--gray-400);cursor:initial}.page-navigation>span:not(.disabled):hover{border-radius:2px}.bs-loading-icon{display:flex;align-items:center;justify-content:center}.bs-loading-icon>.font-icon{animation:spin 1s linear infinite}.component-shadow-base,.bs-popup{box-shadow:2px 2px 8px #0000001a}[data-theme=dark] .component-shadow-base,[data-theme=dark] .bs-popup{box-shadow:2px 2px 8px #ffffff1a}.bs-popup{position:fixed;border:1px solid var(--border);border-radius:4px;background-color:var(--body-bg);color:var(--body-text);z-index:300;min-width:48px;min-height:24px}.bs-tooltip{position:fixed;z-index:10000;max-width:240px;padding:8px;border:1px solid var(--primary);background-color:var(--body-bg);color:var(--body-text);border-radius:4px;box-shadow:0 1px 3px #0003,0 1px 2px -1px #0003}.bs-tooltip:before{content:" ";position:absolute;width:12px;height:12px;left:calc(50% - 6px);top:-6px;border:1px solid var(--primary);border-radius:2px;background-color:var(--body-bg);transform:rotate(135deg);clip-path:polygon(0% 10%,0% 100%,90% 100%);z-index:-1}.bs-tooltip.center{transform:translate(-50%)}.bs-tooltip>div{overflow:auto}.bs-box-component-wrap,.bs-select-wrap,.bs-input-wrap,.bs-text-input{display:inline-flex;flex-direction:column;align-items:flex-start;justify-content:left}.bs-box-component-wrap .message,.bs-select-wrap .message,.bs-input-wrap .message,.bs-text-input .message{margin-top:4px;font-size:.9em}.bs-box-component-base,.bs-select-wrap>.selected,.bs-input-base,.bs-text-input>.input-area{height:26px;display:inline-flex;align-items:center;justify-content:left;background-color:var(--body-bg)}.bs-input-wrap .suffix,.bs-text-input .suffix,.bs-input-wrap .prefix,.bs-text-input .prefix{font-size:.9em;margin-right:4px;margin-left:4px;background-color:var(--gray-200);color:var(--body-text);padding:2px 4px;border-radius:2px;line-height:1;white-space:nowrap}.bs-input-wrap .suffix:first-child,.bs-text-input .suffix:first-child,.bs-input-wrap .prefix:first-child,.bs-text-input .prefix:first-child{margin-left:4px}.bs-input-wrap .suffix .font-icon,.bs-text-input .suffix .font-icon,.bs-input-wrap .prefix .font-icon,.bs-text-input .prefix .font-icon{font-size:.9em}.bs-input-wrap .suffix img,.bs-text-input .suffix img,.bs-input-wrap .prefix img,.bs-text-input .prefix img{width:.9em;height:.9em}[data-theme=dark] .bs-input-wrap .suffix img,[data-theme=dark] .bs-text-input .suffix img,[data-theme=dark] .bs-input-wrap .prefix img,[data-theme=dark] .bs-text-input .prefix img{filter:invert(1)}.bs-input-base,.bs-text-input>.input-area{border:1px solid var(--border);border-radius:2px;background-color:var(--body-bg)}.bs-input-base>input,.bs-text-input>.input-area>input{border:0;border-radius:0;outline:0;align-self:stretch;flex-grow:1;flex-basis:1em;padding:0 6px;background-color:transparent;width:100%;color:var(--body-text)}.bs-input-base>textarea,.bs-text-input>.input-area>textarea{border:0;border-radius:4px;outline:0;align-self:stretch;flex-grow:1;padding:6px;line-height:1.4;font-family:sans-serif;background-color:var(--body-bg);color:var(--body-text)}.bs-input-base:hover,.bs-text-input>.input-area:hover{border-color:var(--border-hover)}.bs-input-base:has(:focus),.bs-text-input>.input-area:has(:focus){border-color:var(--color-focus);border-width:1px}.bs-text-input>.input-area{width:100%}.bs-text-input.value-right input{text-align:right}.bs-text-input.value-center input{text-align:center}.bs-box-component-wrap,.bs-select-wrap,.bs-input-wrap,.bs-number-input{display:inline-flex;flex-direction:column;align-items:flex-start;justify-content:left}.bs-box-component-wrap .message,.bs-select-wrap .message,.bs-input-wrap .message,.bs-number-input .message{margin-top:4px;font-size:.9em}.bs-box-component-base,.bs-select-wrap>.selected,.bs-input-base,.bs-number-input .input-area{height:26px;display:inline-flex;align-items:center;justify-content:left;background-color:var(--body-bg)}.bs-input-wrap .suffix,.bs-number-input .suffix,.bs-input-wrap .prefix,.bs-number-input .prefix{font-size:.9em;margin-right:4px;margin-left:4px;background-color:var(--gray-200);color:var(--body-text);padding:2px 4px;border-radius:2px;line-height:1;white-space:nowrap}.bs-input-wrap .suffix:first-child,.bs-number-input .suffix:first-child,.bs-input-wrap .prefix:first-child,.bs-number-input .prefix:first-child{margin-left:4px}.bs-input-wrap .suffix .font-icon,.bs-number-input .suffix .font-icon,.bs-input-wrap .prefix .font-icon,.bs-number-input .prefix .font-icon{font-size:.9em}.bs-input-wrap .suffix img,.bs-number-input .suffix img,.bs-input-wrap .prefix img,.bs-number-input .prefix img{width:.9em;height:.9em}[data-theme=dark] .bs-input-wrap .suffix img,[data-theme=dark] .bs-number-input .suffix img,[data-theme=dark] .bs-input-wrap .prefix img,[data-theme=dark] .bs-number-input .prefix img{filter:invert(1)}.bs-input-base,.bs-number-input .input-area{border:1px solid var(--border);border-radius:2px;background-color:var(--body-bg)}.bs-input-base>input,.bs-number-input .input-area>input{border:0;border-radius:0;outline:0;align-self:stretch;flex-grow:1;flex-basis:1em;padding:0 6px;background-color:transparent;width:100%;color:var(--body-text)}.bs-input-base>textarea,.bs-number-input .input-area>textarea{border:0;border-radius:4px;outline:0;align-self:stretch;flex-grow:1;padding:6px;line-height:1.4;font-family:sans-serif;background-color:var(--body-bg);color:var(--body-text)}.bs-input-base:hover,.bs-number-input .input-area:hover{border-color:var(--border-hover)}.bs-input-base:has(:focus),.bs-number-input .input-area:has(:focus){border-color:var(--color-focus);border-width:1px}.bs-number-input .input-area{width:100%}.bs-number-input.value-right input{text-align:right}.bs-number-input.value-center input{text-align:center}.bs-box-component-wrap,.bs-select-wrap,.bs-input-wrap,.bs-text-area{display:inline-flex;flex-direction:column;align-items:flex-start;justify-content:left}.bs-box-component-wrap .message,.bs-select-wrap .message,.bs-input-wrap .message,.bs-text-area .message{margin-top:4px;font-size:.9em}.bs-box-component-base,.bs-select-wrap>.selected,.bs-input-base,.bs-text-area .input-area{height:26px;display:inline-flex;align-items:center;justify-content:left;background-color:var(--body-bg)}.bs-input-wrap .suffix,.bs-text-area .suffix,.bs-input-wrap .prefix,.bs-text-area .prefix{font-size:.9em;margin-right:4px;margin-left:4px;background-color:var(--gray-200);color:var(--body-text);padding:2px 4px;border-radius:2px;line-height:1;white-space:nowrap}.bs-input-wrap .suffix:first-child,.bs-text-area .suffix:first-child,.bs-input-wrap .prefix:first-child,.bs-text-area .prefix:first-child{margin-left:4px}.bs-input-wrap .suffix .font-icon,.bs-text-area .suffix .font-icon,.bs-input-wrap .prefix .font-icon,.bs-text-area .prefix .font-icon{font-size:.9em}.bs-input-wrap .suffix img,.bs-text-area .suffix img,.bs-input-wrap .prefix img,.bs-text-area .prefix img{width:.9em;height:.9em}[data-theme=dark] .bs-input-wrap .suffix img,[data-theme=dark] .bs-text-area .suffix img,[data-theme=dark] .bs-input-wrap .prefix img,[data-theme=dark] .bs-text-area .prefix img{filter:invert(1)}.bs-input-base,.bs-text-area .input-area{border:1px solid var(--border);border-radius:2px;background-color:var(--body-bg)}.bs-input-base>input,.bs-text-area .input-area>input{border:0;border-radius:0;outline:0;align-self:stretch;flex-grow:1;flex-basis:1em;padding:0 6px;background-color:transparent;width:100%;color:var(--body-text)}.bs-input-base>textarea,.bs-text-area .input-area>textarea{border:0;border-radius:4px;outline:0;align-self:stretch;flex-grow:1;padding:6px;line-height:1.4;font-family:sans-serif;background-color:var(--body-bg);color:var(--body-text)}.bs-input-base:hover,.bs-text-area .input-area:hover{border-color:var(--border-hover)}.bs-input-base:has(:focus),.bs-text-area .input-area:has(:focus){border-color:var(--color-focus);border-width:1px}.flex-row,.bs-layout-horizontal,.bs-layout-horizontal-wrap{display:flex;flex-direction:row}.flex-row-inline,.bs-layout-horizontal-inline{display:inline-flex;flex-direction:row}.flex-column,.bs-layout-vertical,.bs-layout-vertical-wrap{display:flex;flex-direction:column}.flex-column-inline,.bs-layout-vertical-inline{display:inline-flex;flex-direction:column}.flex-wrap,.bs-layout-vertical-wrap,.bs-layout-horizontal-wrap{flex-wrap:wrap}.flex-grow-0{flex-grow:0}.flex-shrink-0{flex-shrink:0}.flex-grow-1{flex-grow:1}.flex-shrink-1{flex-shrink:1}.flex-grow-2{flex-grow:2}.flex-shrink-2{flex-shrink:2}.flex-grow-3{flex-grow:3}.flex-shrink-3{flex-shrink:3}.flex-grow-4{flex-grow:4}.flex-shrink-4{flex-shrink:4}.flex-grow-5{flex-grow:5}.flex-shrink-5{flex-shrink:5}.flex-grow-6{flex-grow:6}.flex-shrink-6{flex-shrink:6}.flex-grow-7{flex-grow:7}.flex-shrink-7{flex-shrink:7}.flex-grow-8{flex-grow:8}.flex-shrink-8{flex-shrink:8}.grow{flex-grow:1}.shrink{flex-shrink:1}.flex-align-start{align-items:flex-start}.flex-align-center{align-items:center}.flex-align-end{align-items:flex-end}.flex-content-start{justify-content:flex-start}.flex-content-center{justify-content:center}.flex-content-end{justify-content:flex-end}.bs-text-area .input-area{width:100%;height:100%}.bs-text-area .input-area .prefix,.bs-text-area .input-area .suffix{margin-top:6px;white-space:nowrap}.bs-text-area .view-mode{white-space:pre;line-height:1.5em}.bs-checkbox-base,.bs-checkbox{display:inline-block;color:var(--body-text);white-space:nowrap}.bs-checkbox-base input,.bs-checkbox input{appearance:none;margin:0;outline:0}.bs-checkbox-base input:before,.bs-checkbox input:before{font-family:var(--icon-font-family);font-size:20px;vertical-align:middle;cursor:pointer;color:var(--body-text)}.bs-checkbox-base input:hover,.bs-checkbox input:hover{color:var(--gray-500)}.bs-checkbox-base input:hover~label,.bs-checkbox input:hover~label{color:var(--gray-500)}.bs-checkbox-base input:focus:before,.bs-checkbox input:focus:before{color:var(--color-focus)}.bs-checkbox-base input:focus~label,.bs-checkbox input:focus~label{color:var(--color-focus)}.bs-checkbox-base.modified input:before,.modified.bs-checkbox input:before{color:var(--purple)!important}.bs-checkbox-base.modified input~label,.modified.bs-checkbox input~label{color:var(--purple)!important}.bs-checkbox-base.error input:before,.error.bs-checkbox input:before{color:var(--danger)!important}.bs-checkbox-base.error input~label,.error.bs-checkbox input~label{color:var(--danger)!important}.bs-checkbox-base.disabled input:before,.disabled.bs-checkbox input:before{color:var(--gray-400)!important}.bs-checkbox-base.disabled input~label,.disabled.bs-checkbox input~label{color:var(--gray-400)!important}.bs-checkbox-base label,.bs-checkbox label{display:inline-block;vertical-align:middle;padding:4px 2px;cursor:pointer}.bs-checkbox input:before{content:"check_box_outline_blank"}.bs-checkbox.checked input:before{content:"check_box"}.bs-checkbox.reverted.checked input:before{font-variation-settings:"FILL" 1,"wght" 500,"GRAD" 0,"opsz" 48}.bs-checkbox-group{display:inline-block}.bs-checkbox-group>.items{display:flex;flex-wrap:wrap;gap:4px 8px}.bs-checkbox-group.vertical>.items{display:flex;flex-direction:column;gap:0}.bs-checkbox-group.nowrap>.items{flex-wrap:nowrap}.bs-checkbox-base,.bs-radio-button{display:inline-block;color:var(--body-text);white-space:nowrap}.bs-checkbox-base input,.bs-radio-button input{appearance:none;margin:0;outline:0}.bs-checkbox-base input:before,.bs-radio-button input:before{font-family:var(--icon-font-family);font-size:20px;vertical-align:middle;cursor:pointer;color:var(--body-text)}.bs-checkbox-base input:hover,.bs-radio-button input:hover{color:var(--gray-500)}.bs-checkbox-base input:hover~label,.bs-radio-button input:hover~label{color:var(--gray-500)}.bs-checkbox-base input:focus:before,.bs-radio-button input:focus:before{color:var(--color-focus)}.bs-checkbox-base input:focus~label,.bs-radio-button input:focus~label{color:var(--color-focus)}.bs-checkbox-base.modified input:before,.modified.bs-radio-button input:before{color:var(--purple)!important}.bs-checkbox-base.modified input~label,.modified.bs-radio-button input~label{color:var(--purple)!important}.bs-checkbox-base.error input:before,.error.bs-radio-button input:before{color:var(--danger)!important}.bs-checkbox-base.error input~label,.error.bs-radio-button input~label{color:var(--danger)!important}.bs-checkbox-base.disabled input:before,.disabled.bs-radio-button input:before{color:var(--gray-400)!important}.bs-checkbox-base.disabled input~label,.disabled.bs-radio-button input~label{color:var(--gray-400)!important}.bs-checkbox-base label,.bs-radio-button label{display:inline-block;vertical-align:middle;padding:4px 2px;cursor:pointer}.bs-radio-button input:before{content:"radio_button_unchecked"}.bs-radio-button .font-icon,.bs-radio-button .text-label{vertical-align:middle}.bs-radio-button.checked input:before{content:"radio_button_checked"}.bs-radio-button-group{display:inline-block}.bs-radio-button-group>.radio-button-group{display:flex;flex-wrap:wrap;gap:4px 8px}.bs-radio-button-group.vertical>.radio-button-group{display:flex;flex-direction:column;gap:0}.bs-radio-button-group.switch-style .radio-button-group{overflow:hidden;gap:0;border-radius:4px;background-color:var(--body-bg)}.bs-radio-button-group.switch-style .bs-radio-button{position:relative}.bs-radio-button-group.switch-style .bs-radio-button input{display:none;position:absolute}.bs-radio-button-group.switch-style .bs-radio-button label{position:relative;padding:7px;color:#999;transition:color .4s}.bs-radio-button-group.switch-style .bs-radio-button label:after{content:"";position:absolute;top:0;transition:left .5s ease;height:100%;width:100%;border-radius:4px;background-color:#000;z-index:-1}.bs-radio-button-group.switch-style .bs-radio-button:nth-of-type(1) label:after{left:100%}.bs-radio-button-group.switch-style .bs-radio-button:nth-of-type(2) label:after{left:-100%}.bs-radio-button-group.switch-style .bs-radio-button.checked label{position:relative;color:var(--white);font-weight:500;z-index:1}.bs-radio-button-group.switch-style .bs-radio-button.checked label:after{left:0}.bs-radio-button-group.switch-style.disabled .bs-radio-button.checked label{color:var(--white)!important}.bs-radio-button-group.switch-style.disabled .bs-radio-button.checked label:after{background-color:var(--gray-400)}.bs-radio-button-group.button-style .radio-button-group,.bs-radio-button-group.button-group-style .radio-button-group{gap:4px}.bs-radio-button-group.button-style .bs-radio-button input,.bs-radio-button-group.button-group-style .bs-radio-button input{display:none;position:absolute}.bs-radio-button-group.button-style .bs-radio-button label,.bs-radio-button-group.button-group-style .bs-radio-button label{padding:0 8px;border-radius:2px;border:1px solid var(--border);color:var(--body-text);line-height:22.9px;white-space:nowrap}.bs-radio-button-group.button-style .bs-radio-button.checked label,.bs-radio-button-group.button-group-style .bs-radio-button.checked label{background-color:var(--radio-group);border-color:var(--radio-group)}.bs-radio-button-group.button-style .bs-radio-button.checked label span,.bs-radio-button-group.button-group-style .bs-radio-button.checked label span{color:var(--white)}.bs-radio-button-group.button-style.disabled .bs-radio-button.checked label,.bs-radio-button-group.disabled.button-group-style .bs-radio-button.checked label{color:var(--white)!important}.bs-radio-button-group.button-style.modified .bs-radio-button.checked label,.bs-radio-button-group.modified.button-group-style .bs-radio-button.checked label{background-color:var(--purple);border-color:var(--purple);color:var(--white)!important}.bs-radio-button-group.button-group-style .radio-button-group{gap:0}.bs-radio-button-group.button-group-style .bs-radio-button:not(:first-child){margin-left:-1px}.bs-radio-button-group.button-group-style .bs-radio-button.checked{z-index:1}.bs-radio-button-group.button-group-style .bs-radio-button>label{border-radius:0}.bs-radio-button-group.button-group-style .bs-radio-button:first-child>label{border-top-left-radius:2px;border-bottom-left-radius:2px}.bs-radio-button-group.button-group-style .bs-radio-button:last-child>label{border-top-right-radius:2px;border-bottom-right-radius:2px}.bs-radio-button-group.button-group-style.disabled .bs-radio-button.checked label{color:var(--white)!important}.bs-radio-button-group.button-group-style.modified .radio-button-group,.bs-radio-button-group.button-group-style.modified .bs-radio-button{border-color:var(--purple)}.bs-radio-button-group.button-group-style.modified .bs-radio-button.checked label{background-color:var(--purple);color:var(--white)!important}.bs-radio-button-group.nowrap>.radio-button-group{flex-wrap:nowrap}[data-theme=dark] .bs-select-popup>.popup-items>.popup-item.selected-item{color:var(--primary-400)}[data-theme=dark] .bs-select-popup>.popup-items>.popup-item.selected-item .checkbox:before{color:var(--primary-400)}.bs-select-popup{min-width:120px;max-height:300px;overflow:hidden;line-height:1}.bs-select-popup>.popup-search>input{border:1px solid var(--border);border-radius:2px;background-color:var(--body-bg);padding:2px 4px;width:100%;color:var(--body-text);outline:0}.bs-select-popup>.popup-search>input:focus{border-color:var(--color-focus);border-width:1px}.bs-select-popup>.popup-items>.popup-item{padding:6px 16px;height:28px;cursor:pointer;display:flex;align-items:center}.bs-select-popup>.popup-items>.popup-item .checkbox{display:inline-flex;width:20px;margin-left:-10px}.bs-select-popup>.popup-items>.popup-item .checkbox:before{font-family:var(--icon-font-family);content:"";font-size:16px;color:var(--color-text);margin-right:2px}.bs-select-popup>.popup-items>.popup-item .label{flex-grow:1;white-space:nowrap;cursor:pointer}.bs-select-popup>.popup-items>.popup-item .label.null-label{color:var(--color-text-light)}.bs-select-popup>.popup-items>.popup-item.hovered{background-color:var(--color-hover)}.bs-select-popup>.popup-items>.popup-item.selected-item{color:var(--primary);font-weight:700}.bs-select-popup>.popup-items>.popup-item.selected-item .checkbox:before{content:"check";color:var(--primary)}.bs-box-component-wrap,.bs-select-wrap,.bs-select,.bs-input-wrap{display:inline-flex;flex-direction:column;align-items:flex-start;justify-content:left}.bs-box-component-wrap .message,.bs-select-wrap .message,.bs-select .message,.bs-input-wrap .message{margin-top:4px;font-size:.9em}.bs-box-component-base,.bs-select-wrap>.selected,.bs-select>.selected,.bs-input-base{height:26px;display:inline-flex;align-items:center;justify-content:left;background-color:var(--body-bg)}.bs-select-wrap,.bs-select{position:relative;outline:0;background-color:var(--body-bg);color:var(--body-text);min-width:64px}.bs-select-wrap:hover>.selected,.bs-select:hover>.selected{border-color:var(--border-hover)}.bs-select-wrap:focus>.selected,.bs-select:focus>.selected{border-color:var(--color-focus)}.bs-select-wrap>.selected,.bs-select>.selected{border:1px solid var(--border);border-radius:2px;padding:0 6px;min-width:100%;cursor:pointer;display:flex}.bs-select-wrap>.selected .label,.bs-select>.selected .label{flex-grow:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bs-select-wrap>.selected .placeholder,.bs-select>.selected .placeholder{color:var(--gray-400);overflow:hidden;text-overflow:ellipsis}.bs-select-wrap>.selected .dropdown-btn,.bs-select>.selected .dropdown-btn{font-family:var(--icon-font-family);margin-right:-4px;margin-left:4px;-webkit-user-select:none;user-select:none;transition:transform .2s linear}.bs-select-wrap.popup-open .dropdown-btn,.popup-open.bs-select .dropdown-btn{transform:rotate(180deg)}.bs-select-wrap.modified>.selected,.modified.bs-select>.selected{border-color:var(--purple)!important}.bs-select-wrap.error>.selected,.error.bs-select>.selected{border-color:var(--danger)!important;color:var(--danger)!important}.bs-select-wrap.disabled>.selected,.disabled.bs-select>.selected{border-color:var(--border)!important;background-color:var(--gray-100)!important;color:var(--gray-500)!important}.bs-select-wrap.view-mode,.view-mode.bs-select{background-color:transparent}.bs-select-wrap .small-progress,.bs-select .small-progress{font-family:var(--icon-font-family);font-size:.9em;position:absolute;left:100%;top:0;padding:0 2px;color:var(--gray-400);animation:spin 1s linear infinite}.bs-box-component-wrap,.bs-select-wrap,.bs-multi-select,.bs-input-wrap{display:inline-flex;flex-direction:column;align-items:flex-start;justify-content:left}.bs-box-component-wrap .message,.bs-select-wrap .message,.bs-multi-select .message,.bs-input-wrap .message{margin-top:4px;font-size:.9em}.bs-box-component-base,.bs-select-wrap>.selected,.bs-multi-select>.selected,.bs-input-base{height:26px;display:inline-flex;align-items:center;justify-content:left;background-color:var(--body-bg)}.bs-input-wrap .suffix .font-icon,.bs-input-wrap .prefix .font-icon{font-size:.9em}.bs-select-wrap,.bs-multi-select{position:relative;outline:0;background-color:var(--body-bg);color:var(--body-text);min-width:64px}.bs-select-wrap:hover>.selected,.bs-multi-select:hover>.selected{border-color:var(--border-hover)}.bs-select-wrap:focus>.selected,.bs-multi-select:focus>.selected{border-color:var(--color-focus)}.bs-select-wrap>.selected,.bs-multi-select>.selected{border:1px solid var(--border);border-radius:2px;padding:0 6px;min-width:100%;cursor:pointer;display:flex}.bs-select-wrap>.selected .label,.bs-multi-select>.selected .label{flex-grow:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bs-select-wrap>.selected .placeholder,.bs-multi-select>.selected .placeholder{color:var(--gray-400);overflow:hidden;text-overflow:ellipsis}.bs-select-wrap>.selected .dropdown-btn,.bs-multi-select>.selected .dropdown-btn{font-family:var(--icon-font-family);margin-right:-4px;margin-left:4px;-webkit-user-select:none;user-select:none;transition:transform .2s linear}.bs-select-wrap.popup-open .dropdown-btn,.popup-open.bs-multi-select .dropdown-btn{transform:rotate(180deg)}.bs-select-wrap.modified>.selected,.modified.bs-multi-select>.selected{border-color:var(--purple)!important}.bs-select-wrap.error>.selected,.error.bs-multi-select>.selected{border-color:var(--danger)!important;color:var(--danger)!important}.bs-select-wrap.disabled>.selected,.disabled.bs-multi-select>.selected{border-color:var(--border)!important;background-color:var(--gray-100)!important;color:var(--gray-500)!important}.bs-select-wrap.view-mode,.view-mode.bs-multi-select{background-color:transparent}.bs-select-wrap .small-progress,.bs-multi-select .small-progress{font-family:var(--icon-font-family);font-size:.9em;position:absolute;left:100%;top:0;padding:0 2px;color:var(--gray-400);animation:spin 1s linear infinite}.font-icon{font-family:var(--icon-font-family);font-size:1rem;max-width:1em}.font-icon.filled{font-variation-settings:"FILL" 1,"wght" 300,"GRAD" 0,"opsz" 48}.bs-multi-select .label{margin-right:4px}.bs-multi-select .label:not(:last-child):after{content:","}.bs-card-layout{width:100%;border:1px solid var(--border);border-radius:4px;box-shadow:4px 4px 4px var(--gray-100)}.bs-card-layout>.card-layout-header{height:44px;padding:0 8px;background-color:var(--body-bg);border-radius:4px}.bs-card-layout.expanded>.card-layout-header{border-bottom:1px solid var(--border-light);border-bottom-left-radius:0;border-bottom-right-radius:0}.bs-card-layout .card-layout-title{font-size:1rem;margin-left:6px}.bs-card-layout .expand-btn{display:inline-block;transition:transform .2s linear;transform:rotate(0);font-size:1.4rem;font-variation-settings:"FILL" 1,"wght" 300,"GRAD" 0,"opsz" 48;color:var(--gray-500)}.bs-card-layout.expanded .expand-btn{transform:rotate(90deg)}.bs-card-layout .title-icon{color:var(--gray-700);font-size:1.4rem;font-variation-settings:"FILL" 1,"wght" 300,"GRAD" 0,"opsz" 48}.bs-card-layout .title-icon-box{background-color:var(--gray-700);width:1rem;height:1rem;border-radius:2px;margin:0 6px 0 4px}.bs-card-layout.blue>.card-layout-header{background-color:var(--blue-bg)}.bs-card-layout.red>.card-layout-header{background-color:var(--red-bg)}.bs-card-layout.orange>.card-layout-header{background-color:var(--orange-bg)}.bs-card-layout.green>.card-layout-header{background-color:var(--green-bg)}.bs-card-layout.gray>.card-layout-header{background-color:var(--gray-bg)}.bs-notification-container>.top-notification{position:fixed;z-index:250;top:50px;left:50%;transform:translate(-50%)}.bs-notification-container>.top-notification>div{position:relative;display:flex;align-items:center;justify-content:center;padding:11px 12px;border:1px solid var(--green);border-radius:4px;color:var(--green);background-color:var(--body-bg);box-shadow:0 4px 4px #0003;line-height:1.4}.bs-notification-container>.top-notification>div:before{content:"check_circle";display:inline-block;width:1.0769em;height:1.0769em;margin-right:6px;font-family:var(--icon-font-family);font-variation-settings:"FILL" 1,"wght" 700,"GRAD" 0,"opsz" 48}.bs-notification-container>.top-notification>div.error{border:1px solid var(--red);color:var(--red)}.bs-notification-container>.top-notification>div.error:before{content:"cancel"}.bs-notification-container>.bottom-notification{position:fixed;z-index:250;bottom:20px;right:20px}.bs-notification-container>.bs-loading-icon{position:fixed;inset:0;background-color:#000;opacity:.1;z-index:300}.bs-notification-container>.bs-loading-icon>.font-icon{font-size:52px;color:var(--white);opacity:1}[data-theme=dark] .bs-notification-container>.top-notification>div{box-shadow:0 4px 4px #ffffff1a}.bs-box-component-wrap,.bs-select-wrap,.bs-input-wrap{display:inline-flex;flex-direction:column;align-items:flex-start;justify-content:left}.bs-box-component-wrap .message,.bs-select-wrap .message,.bs-input-wrap .message{margin-top:4px;font-size:.9em}.bs-box-component-base,.bs-select-wrap>.selected,.bs-input-base{height:26px;display:inline-flex;align-items:center;justify-content:left;background-color:var(--body-bg)}.bs-input-wrap .suffix,.bs-input-wrap .prefix{font-size:.9em;margin-right:4px;margin-left:4px;background-color:var(--gray-200);color:var(--body-text);padding:2px 4px;border-radius:2px;line-height:1;white-space:nowrap}.bs-input-wrap .suffix:first-child,.bs-input-wrap .prefix:first-child{margin-left:4px}.bs-input-wrap .suffix .font-icon,.bs-input-wrap .suffix .bs-context-menu>.menu.has-submenu:after,.bs-input-wrap .prefix .font-icon,.bs-input-wrap .prefix .bs-context-menu>.menu.has-submenu:after{font-size:.9em}.bs-input-wrap .suffix img,.bs-input-wrap .prefix img{width:.9em;height:.9em}[data-theme=dark] .bs-input-wrap .suffix img,[data-theme=dark] .bs-input-wrap .prefix img{filter:invert(1)}.bs-input-base{border:1px solid var(--border);border-radius:2px;background-color:var(--body-bg)}.bs-input-base>input{border:0;border-radius:0;outline:0;align-self:stretch;flex-grow:1;flex-basis:1em;padding:0 6px;background-color:transparent;width:100%;color:var(--body-text)}.bs-input-base>textarea{border:0;border-radius:4px;outline:0;align-self:stretch;flex-grow:1;padding:6px;line-height:1.4;font-family:sans-serif;background-color:var(--body-bg);color:var(--body-text)}.bs-input-base:hover{border-color:var(--border-hover)}.bs-input-base:has(:focus){border-color:var(--color-focus);border-width:1px}.bs-text-input.modified>.input-area,.bs-number-input.modified>.input-area,.bs-price-input.modified>.input-area,.bs-date-input.modified>.input-area,.bs-date-range.modified>.input-area,.bs-multi-lang-text-input.modified>.input-area,.bs-multi-lang-text-area.modified>.input-area,.bs-multi-lang-rich-text.modified>.input-area,.bs-text-area.modified>.input-area,.bs-rich-text.modified>.input-area{border-color:var(--purple)!important}.bs-text-input.error>.input-area,.bs-number-input.error>.input-area,.bs-price-input.error>.input-area,.bs-date-input.error>.input-area,.bs-date-range.error>.input-area,.bs-multi-lang-text-input.error>.input-area,.bs-multi-lang-text-area.error>.input-area,.bs-multi-lang-rich-text.error>.input-area,.bs-text-area.error>.input-area,.bs-rich-text.error>.input-area{border-color:var(--danger)!important}.bs-text-input.error>.input-area>input,.bs-number-input.error>.input-area>input,.bs-price-input.error>.input-area>input,.bs-date-input.error>.input-area>input,.bs-date-range.error>.input-area>input,.bs-multi-lang-text-input.error>.input-area>input,.bs-multi-lang-text-area.error>.input-area>input,.bs-multi-lang-rich-text.error>.input-area>input,.bs-text-area.error>.input-area>input,.bs-rich-text.error>.input-area>input{color:var(--danger)!important}.bs-text-input.disabled>.input-area,.bs-number-input.disabled>.input-area,.bs-price-input.disabled>.input-area,.bs-date-input.disabled>.input-area,.bs-date-range.disabled>.input-area,.bs-multi-lang-text-input.disabled>.input-area,.bs-multi-lang-text-area.disabled>.input-area,.bs-multi-lang-rich-text.disabled>.input-area,.bs-text-area.disabled>.input-area,.bs-rich-text.disabled>.input-area{border-color:var(--border)!important;background-color:var(--gray-100)!important;color:var(--gray-400)!important}.bs-text-input.disabled>.input-area>input,.bs-number-input.disabled>.input-area>input,.bs-price-input.disabled>.input-area>input,.bs-date-input.disabled>.input-area>input,.bs-date-range.disabled>.input-area>input,.bs-multi-lang-text-input.disabled>.input-area>input,.bs-multi-lang-text-area.disabled>.input-area>input,.bs-multi-lang-rich-text.disabled>.input-area>input,.bs-text-area.disabled>.input-area>input,.bs-rich-text.disabled>.input-area>input{color:var(--gray-400)!important;background-color:var(--gray-100)!important}.bs-text-input.disabled>.input-area>textarea,.bs-number-input.disabled>.input-area>textarea,.bs-price-input.disabled>.input-area>textarea,.bs-date-input.disabled>.input-area>textarea,.bs-date-range.disabled>.input-area>textarea,.bs-multi-lang-text-input.disabled>.input-area>textarea,.bs-multi-lang-text-area.disabled>.input-area>textarea,.bs-multi-lang-rich-text.disabled>.input-area>textarea,.bs-text-area.disabled>.input-area>textarea,.bs-rich-text.disabled>.input-area>textarea{background-color:var(--gray-100)!important}.bs-date-input .view-mode,.bs-date-range .view-mode{white-space:nowrap;display:flex;align-items:center;gap:4px}.bs-date-input .view-mode:before,.bs-date-range .view-mode:before{content:"calendar_month";width:1em;font-family:var(--icon-font-family)}.bs-date-input .extra-dates,.bs-date-range .extra-dates,.bs-calendar .extra-dates,.bs-calendar-range .extra-dates{color:var(--body-text);margin-top:4px}.bs-date-input .extra-dates .extra-date,.bs-date-range .extra-dates .extra-date,.bs-calendar .extra-dates .extra-date,.bs-calendar-range .extra-dates .extra-date{white-space:nowrap;display:flex;align-items:center;gap:4px;font-size:.8125rem}.bs-date-input .extra-dates .extra-date:before,.bs-date-range .extra-dates .extra-date:before,.bs-calendar .extra-dates .extra-date:before,.bs-calendar-range .extra-dates .extra-date:before{content:"globe";width:1em;font-family:var(--icon-font-family)}.bs-calendar .extra-dates,.bs-calendar-range .extra-dates{padding-top:8px;border-top:1px solid var(--border)}.bs-checkbox-base{display:inline-block;color:var(--body-text);white-space:nowrap}.bs-checkbox-base input{appearance:none;margin:0;outline:0}.bs-checkbox-base input:before{font-family:var(--icon-font-family);font-size:20px;vertical-align:middle;cursor:pointer;color:var(--body-text)}.bs-checkbox-base input:hover{color:var(--gray-500)}.bs-checkbox-base input:hover~label{color:var(--gray-500)}.bs-checkbox-base input:focus:before{color:var(--color-focus)}.bs-checkbox-base input:focus~label{color:var(--color-focus)}.bs-checkbox-base.modified input:before{color:var(--purple)!important}.bs-checkbox-base.modified input~label{color:var(--purple)!important}.bs-checkbox-base.error input:before{color:var(--danger)!important}.bs-checkbox-base.error input~label{color:var(--danger)!important}.bs-checkbox-base.disabled input:before{color:var(--gray-400)!important}.bs-checkbox-base.disabled input~label{color:var(--gray-400)!important}.bs-checkbox-base label{display:inline-block;vertical-align:middle;padding:4px 2px;cursor:pointer}.bs-checkbox-group.modified .bs-checkbox:not(.disabled) input:before,.bs-checkbox-group.modified .bs-radio-button:not(.disabled) input:before,.bs-radio-button-group.modified .bs-checkbox:not(.disabled) input:before,.bs-radio-button-group.modified .bs-radio-button:not(.disabled) input:before{color:var(--purple)!important}.bs-checkbox-group.modified .bs-checkbox:not(.disabled) input~label,.bs-checkbox-group.modified .bs-radio-button:not(.disabled) input~label,.bs-radio-button-group.modified .bs-checkbox:not(.disabled) input~label,.bs-radio-button-group.modified .bs-radio-button:not(.disabled) input~label{color:var(--purple)!important}.bs-checkbox-group.error .bs-checkbox:not(.disabled) input:before,.bs-checkbox-group.error .bs-radio-button:not(.disabled) input:before,.bs-radio-button-group.error .bs-checkbox:not(.disabled) input:before,.bs-radio-button-group.error .bs-radio-button:not(.disabled) input:before{color:var(--danger)!important}.bs-checkbox-group.error .bs-checkbox:not(.disabled) input~label,.bs-checkbox-group.error .bs-radio-button:not(.disabled) input~label,.bs-radio-button-group.error .bs-checkbox:not(.disabled) input~label,.bs-radio-button-group.error .bs-radio-button:not(.disabled) input~label{color:var(--danger)!important}.bs-checkbox-group.disabled input:before,.bs-radio-button-group.disabled input:before{color:var(--gray-400)!important}.bs-checkbox-group.disabled input~label,.bs-radio-button-group.disabled input~label{color:var(--gray-400)!important}.bs-select-wrap{position:relative;outline:0;background-color:var(--body-bg);color:var(--body-text);min-width:64px}.bs-select-wrap:hover>.selected{border-color:var(--border-hover)}.bs-select-wrap:focus>.selected{border-color:var(--color-focus)}.bs-select-wrap>.selected{border:1px solid var(--border);border-radius:2px;padding:0 6px;min-width:100%;cursor:pointer;display:flex}.bs-select-wrap>.selected .label{flex-grow:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bs-select-wrap>.selected .placeholder{color:var(--gray-400);overflow:hidden;text-overflow:ellipsis}.bs-select-wrap>.selected .dropdown-btn{font-family:var(--icon-font-family);margin-right:-4px;margin-left:4px;-webkit-user-select:none;user-select:none;transition:transform .2s linear}.bs-select-wrap.popup-open .dropdown-btn{transform:rotate(180deg)}.bs-select-wrap.modified>.selected{border-color:var(--purple)!important}.bs-select-wrap.error>.selected{border-color:var(--danger)!important;color:var(--danger)!important}.bs-select-wrap.disabled>.selected{border-color:var(--border)!important;background-color:var(--gray-100)!important;color:var(--gray-500)!important}.bs-select-wrap.view-mode{background-color:transparent}.bs-select-wrap .small-progress{font-family:var(--icon-font-family);font-size:.9em;position:absolute;left:100%;top:0;padding:0 2px;color:var(--gray-400);animation:spin 1s linear infinite}.bs-field-error{color:var(--color-error);margin-top:4px}.bs-clickable{-webkit-user-select:none;user-select:none;cursor:pointer}.bs-clickable:hover{filter:opacity(75%)}.bs-clickable:active{filter:opacity(50%)}.bs-clickable.disabled{filter:opacity(40%)}.component-shadow-base{box-shadow:2px 2px 8px #0000001a}[data-theme=dark] .component-shadow-base{box-shadow:2px 2px 8px #ffffff1a}.font-icon,.bs-context-menu>.menu.has-submenu:after{font-family:var(--icon-font-family);font-size:1rem;max-width:1em}.font-icon.filled,.bs-context-menu>.filled.menu.has-submenu:after{font-variation-settings:"FILL" 1,"wght" 300,"GRAD" 0,"opsz" 48}.fade-enter-active,.fade-leave-active{transition:opacity .3s}.fade-enter,.fade-leave-to{opacity:0}.text-description{margin-top:2px;color:var(--gray-400);font-size:.923em}.bs-drop-position{position:absolute;border:1px solid var(--primary);border-radius:2px;background-color:var(--primary-400);opacity:.7;z-index:100}.bs-drop-position.vertical{left:0;width:100%;height:8px}.bs-drop-position.vertical.before{top:-4px}.bs-drop-position.vertical.after{bottom:-4px}.bs-drop-position.horizontal{left:0;width:8px;height:100%}.bs-drop-position.horizontal.before{left:-4px}.bs-drop-position.horizontal.after{right:-4px}.bs-droppable-horizontal{transition:transform .3s ease}.bs-droppable-horizontal.bs-dropping-before,.bs-droppable-horizontal.bs-dropping-after-following{transform:translate(12px);z-index:1}.bs-droppable-horizontal.bs-dropping-after,.bs-droppable-horizontal.bs-dropping-before-preceding{transform:translate(-12px);z-index:1}.bs-dragging-source{opacity:.5}.bs-context-menu{padding:4px 0;min-width:120px;min-height:auto;max-height:500px;overflow:auto;cursor:default}.bs-context-menu>.menu{padding:6px 12px;display:flex;align-items:flex-start;white-space:nowrap;cursor:pointer}.bs-context-menu>.menu.disabled{color:var(--gray-400)}.bs-context-menu>.menu:not(.disabled):hover{background-color:var(--color-hover)}.bs-context-menu>.menu.has-submenu:after{content:"chevron_right";position:absolute;right:2px}.bs-context-menu>.menu.separator{padding:0;margin:4px 0;border-bottom:1px solid var(--border)}.bs-context-menu>.menu.no-padding{padding:0}.bs-context-menu>.menu a{text-decoration:none;color:var(--body-text);width:100%;padding:6px 12px}.bs-context-menu-container .context-menu-curtain{position:fixed;inset:0;z-index:300}
|
|
1
|
+
/*! tailwindcss v4.1.16 | MIT License | https://tailwindcss.com */
|
|
2
|
+
@layer properties {
|
|
3
|
+
@supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
|
|
4
|
+
*, :before, :after, ::backdrop {
|
|
5
|
+
--tw-rotate-x: initial;
|
|
6
|
+
--tw-rotate-y: initial;
|
|
7
|
+
--tw-rotate-z: initial;
|
|
8
|
+
--tw-skew-x: initial;
|
|
9
|
+
--tw-skew-y: initial;
|
|
10
|
+
--tw-border-style: solid;
|
|
11
|
+
--tw-outline-style: solid;
|
|
12
|
+
--tw-blur: initial;
|
|
13
|
+
--tw-brightness: initial;
|
|
14
|
+
--tw-contrast: initial;
|
|
15
|
+
--tw-grayscale: initial;
|
|
16
|
+
--tw-hue-rotate: initial;
|
|
17
|
+
--tw-invert: initial;
|
|
18
|
+
--tw-opacity: initial;
|
|
19
|
+
--tw-saturate: initial;
|
|
20
|
+
--tw-sepia: initial;
|
|
21
|
+
--tw-drop-shadow: initial;
|
|
22
|
+
--tw-drop-shadow-color: initial;
|
|
23
|
+
--tw-drop-shadow-alpha: 100%;
|
|
24
|
+
--tw-drop-shadow-size: initial;
|
|
25
|
+
--tw-leading: initial;
|
|
26
|
+
--tw-duration: initial;
|
|
27
|
+
--tw-font-weight: initial;
|
|
28
|
+
--tw-ease: initial;
|
|
29
|
+
--tw-translate-x: 0;
|
|
30
|
+
--tw-translate-y: 0;
|
|
31
|
+
--tw-translate-z: 0;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
@layer theme {
|
|
37
|
+
:root, :host {
|
|
38
|
+
--font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
39
|
+
--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
|
40
|
+
--spacing: .25rem;
|
|
41
|
+
--font-weight-medium: 500;
|
|
42
|
+
--leading-relaxed: 1.625;
|
|
43
|
+
--radius-sm: .25rem;
|
|
44
|
+
--ease-in-out: cubic-bezier(.4, 0, .2, 1);
|
|
45
|
+
--default-transition-duration: .15s;
|
|
46
|
+
--default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
|
|
47
|
+
--default-font-family: var(--font-sans);
|
|
48
|
+
--default-mono-font-family: var(--font-mono);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
@layer base {
|
|
53
|
+
*, :after, :before, ::backdrop {
|
|
54
|
+
box-sizing: border-box;
|
|
55
|
+
border: 0 solid;
|
|
56
|
+
margin: 0;
|
|
57
|
+
padding: 0;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
::file-selector-button {
|
|
61
|
+
box-sizing: border-box;
|
|
62
|
+
border: 0 solid;
|
|
63
|
+
margin: 0;
|
|
64
|
+
padding: 0;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
html, :host {
|
|
68
|
+
-webkit-text-size-adjust: 100%;
|
|
69
|
+
tab-size: 4;
|
|
70
|
+
line-height: 1.5;
|
|
71
|
+
font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
|
|
72
|
+
font-feature-settings: var(--default-font-feature-settings, normal);
|
|
73
|
+
font-variation-settings: var(--default-font-variation-settings, normal);
|
|
74
|
+
-webkit-tap-highlight-color: transparent;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
hr {
|
|
78
|
+
height: 0;
|
|
79
|
+
color: inherit;
|
|
80
|
+
border-top-width: 1px;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
abbr:where([title]) {
|
|
84
|
+
-webkit-text-decoration: underline dotted;
|
|
85
|
+
text-decoration: underline dotted;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
h1, h2, h3, h4, h5, h6 {
|
|
89
|
+
font-size: inherit;
|
|
90
|
+
font-weight: inherit;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
a {
|
|
94
|
+
color: inherit;
|
|
95
|
+
-webkit-text-decoration: inherit;
|
|
96
|
+
-webkit-text-decoration: inherit;
|
|
97
|
+
-webkit-text-decoration: inherit;
|
|
98
|
+
text-decoration: inherit;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
b, strong {
|
|
102
|
+
font-weight: bolder;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
code, kbd, samp, pre {
|
|
106
|
+
font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
|
|
107
|
+
font-feature-settings: var(--default-mono-font-feature-settings, normal);
|
|
108
|
+
font-variation-settings: var(--default-mono-font-variation-settings, normal);
|
|
109
|
+
font-size: 1em;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
small {
|
|
113
|
+
font-size: 80%;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
sub, sup {
|
|
117
|
+
vertical-align: baseline;
|
|
118
|
+
font-size: 75%;
|
|
119
|
+
line-height: 0;
|
|
120
|
+
position: relative;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
sub {
|
|
124
|
+
bottom: -.25em;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
sup {
|
|
128
|
+
top: -.5em;
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
table {
|
|
132
|
+
text-indent: 0;
|
|
133
|
+
border-color: inherit;
|
|
134
|
+
border-collapse: collapse;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
:-moz-focusring {
|
|
138
|
+
outline: auto;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
progress {
|
|
142
|
+
vertical-align: baseline;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
summary {
|
|
146
|
+
display: list-item;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
ol, ul, menu {
|
|
150
|
+
list-style: none;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
img, svg, video, canvas, audio, iframe, embed, object {
|
|
154
|
+
vertical-align: middle;
|
|
155
|
+
display: block;
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
img, video {
|
|
159
|
+
max-width: 100%;
|
|
160
|
+
height: auto;
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
button, input, select, optgroup, textarea {
|
|
164
|
+
font: inherit;
|
|
165
|
+
font-feature-settings: inherit;
|
|
166
|
+
font-variation-settings: inherit;
|
|
167
|
+
letter-spacing: inherit;
|
|
168
|
+
color: inherit;
|
|
169
|
+
opacity: 1;
|
|
170
|
+
background-color: #0000;
|
|
171
|
+
border-radius: 0;
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
::file-selector-button {
|
|
175
|
+
font: inherit;
|
|
176
|
+
font-feature-settings: inherit;
|
|
177
|
+
font-variation-settings: inherit;
|
|
178
|
+
letter-spacing: inherit;
|
|
179
|
+
color: inherit;
|
|
180
|
+
opacity: 1;
|
|
181
|
+
background-color: #0000;
|
|
182
|
+
border-radius: 0;
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
:where(select:is([multiple], [size])) optgroup {
|
|
186
|
+
font-weight: bolder;
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
:where(select:is([multiple], [size])) optgroup option {
|
|
190
|
+
padding-inline-start: 20px;
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
::file-selector-button {
|
|
194
|
+
margin-inline-end: 4px;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
::placeholder {
|
|
198
|
+
opacity: 1;
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
@supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
|
|
202
|
+
::placeholder {
|
|
203
|
+
color: currentColor;
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
207
|
+
::placeholder {
|
|
208
|
+
color: color-mix(in oklab, currentcolor 50%, transparent);
|
|
209
|
+
}
|
|
210
|
+
}
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
textarea {
|
|
214
|
+
resize: vertical;
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
::-webkit-search-decoration {
|
|
218
|
+
-webkit-appearance: none;
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
::-webkit-date-and-time-value {
|
|
222
|
+
min-height: 1lh;
|
|
223
|
+
text-align: inherit;
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
::-webkit-datetime-edit {
|
|
227
|
+
display: inline-flex;
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
::-webkit-datetime-edit-fields-wrapper {
|
|
231
|
+
padding: 0;
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
::-webkit-datetime-edit {
|
|
235
|
+
padding-block: 0;
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
::-webkit-datetime-edit-year-field {
|
|
239
|
+
padding-block: 0;
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
::-webkit-datetime-edit-month-field {
|
|
243
|
+
padding-block: 0;
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
::-webkit-datetime-edit-day-field {
|
|
247
|
+
padding-block: 0;
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
::-webkit-datetime-edit-hour-field {
|
|
251
|
+
padding-block: 0;
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
::-webkit-datetime-edit-minute-field {
|
|
255
|
+
padding-block: 0;
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
::-webkit-datetime-edit-second-field {
|
|
259
|
+
padding-block: 0;
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
::-webkit-datetime-edit-millisecond-field {
|
|
263
|
+
padding-block: 0;
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
::-webkit-datetime-edit-meridiem-field {
|
|
267
|
+
padding-block: 0;
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
::-webkit-calendar-picker-indicator {
|
|
271
|
+
line-height: 1;
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
:-moz-ui-invalid {
|
|
275
|
+
box-shadow: none;
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
button, input:where([type="button"], [type="reset"], [type="submit"]) {
|
|
279
|
+
appearance: button;
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
::file-selector-button {
|
|
283
|
+
appearance: button;
|
|
284
|
+
}
|
|
285
|
+
|
|
286
|
+
::-webkit-inner-spin-button {
|
|
287
|
+
height: auto;
|
|
288
|
+
}
|
|
289
|
+
|
|
290
|
+
::-webkit-outer-spin-button {
|
|
291
|
+
height: auto;
|
|
292
|
+
}
|
|
293
|
+
|
|
294
|
+
[hidden]:where(:not([hidden="until-found"])) {
|
|
295
|
+
display: none !important;
|
|
296
|
+
}
|
|
297
|
+
}
|
|
298
|
+
|
|
299
|
+
@layer components;
|
|
300
|
+
|
|
301
|
+
@layer utilities {
|
|
302
|
+
.fixed {
|
|
303
|
+
position: fixed;
|
|
304
|
+
}
|
|
305
|
+
|
|
306
|
+
.container {
|
|
307
|
+
width: 100%;
|
|
308
|
+
}
|
|
309
|
+
|
|
310
|
+
@media (min-width: 40rem) {
|
|
311
|
+
.container {
|
|
312
|
+
max-width: 40rem;
|
|
313
|
+
}
|
|
314
|
+
}
|
|
315
|
+
|
|
316
|
+
@media (min-width: 48rem) {
|
|
317
|
+
.container {
|
|
318
|
+
max-width: 48rem;
|
|
319
|
+
}
|
|
320
|
+
}
|
|
321
|
+
|
|
322
|
+
@media (min-width: 64rem) {
|
|
323
|
+
.container {
|
|
324
|
+
max-width: 64rem;
|
|
325
|
+
}
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
@media (min-width: 80rem) {
|
|
329
|
+
.container {
|
|
330
|
+
max-width: 80rem;
|
|
331
|
+
}
|
|
332
|
+
}
|
|
333
|
+
|
|
334
|
+
@media (min-width: 96rem) {
|
|
335
|
+
.container {
|
|
336
|
+
max-width: 96rem;
|
|
337
|
+
}
|
|
338
|
+
}
|
|
339
|
+
|
|
340
|
+
.mr-1 {
|
|
341
|
+
margin-right: calc(var(--spacing) * 1);
|
|
342
|
+
}
|
|
343
|
+
|
|
344
|
+
.ml-1 {
|
|
345
|
+
margin-left: calc(var(--spacing) * 1);
|
|
346
|
+
}
|
|
347
|
+
|
|
348
|
+
.ml-8 {
|
|
349
|
+
margin-left: calc(var(--spacing) * 8);
|
|
350
|
+
}
|
|
351
|
+
|
|
352
|
+
.flex {
|
|
353
|
+
display: flex;
|
|
354
|
+
}
|
|
355
|
+
|
|
356
|
+
.hidden {
|
|
357
|
+
display: none;
|
|
358
|
+
}
|
|
359
|
+
|
|
360
|
+
.inline-flex {
|
|
361
|
+
display: inline-flex;
|
|
362
|
+
}
|
|
363
|
+
|
|
364
|
+
.table {
|
|
365
|
+
display: table;
|
|
366
|
+
}
|
|
367
|
+
|
|
368
|
+
.w-full {
|
|
369
|
+
width: 100%;
|
|
370
|
+
}
|
|
371
|
+
|
|
372
|
+
.min-w-80 {
|
|
373
|
+
min-width: calc(var(--spacing) * 80);
|
|
374
|
+
}
|
|
375
|
+
|
|
376
|
+
.min-w-\[2em\] {
|
|
377
|
+
min-width: 2em;
|
|
378
|
+
}
|
|
379
|
+
|
|
380
|
+
.flex-grow, .grow {
|
|
381
|
+
flex-grow: 1;
|
|
382
|
+
}
|
|
383
|
+
|
|
384
|
+
.transform {
|
|
385
|
+
transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
|
|
386
|
+
}
|
|
387
|
+
|
|
388
|
+
.cursor-pointer {
|
|
389
|
+
cursor: pointer;
|
|
390
|
+
}
|
|
391
|
+
|
|
392
|
+
.flex-col {
|
|
393
|
+
flex-direction: column;
|
|
394
|
+
}
|
|
395
|
+
|
|
396
|
+
.flex-row {
|
|
397
|
+
flex-direction: row;
|
|
398
|
+
}
|
|
399
|
+
|
|
400
|
+
.items-center {
|
|
401
|
+
align-items: center;
|
|
402
|
+
}
|
|
403
|
+
|
|
404
|
+
.items-end {
|
|
405
|
+
align-items: flex-end;
|
|
406
|
+
}
|
|
407
|
+
|
|
408
|
+
.items-start {
|
|
409
|
+
align-items: flex-start;
|
|
410
|
+
}
|
|
411
|
+
|
|
412
|
+
.justify-center {
|
|
413
|
+
justify-content: center;
|
|
414
|
+
}
|
|
415
|
+
|
|
416
|
+
.justify-end {
|
|
417
|
+
justify-content: flex-end;
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
.justify-start {
|
|
421
|
+
justify-content: flex-start;
|
|
422
|
+
}
|
|
423
|
+
|
|
424
|
+
.gap-1 {
|
|
425
|
+
gap: calc(var(--spacing) * 1);
|
|
426
|
+
}
|
|
427
|
+
|
|
428
|
+
.gap-2 {
|
|
429
|
+
gap: calc(var(--spacing) * 2);
|
|
430
|
+
}
|
|
431
|
+
|
|
432
|
+
.truncate {
|
|
433
|
+
text-overflow: ellipsis;
|
|
434
|
+
white-space: nowrap;
|
|
435
|
+
overflow: hidden;
|
|
436
|
+
}
|
|
437
|
+
|
|
438
|
+
.overflow-auto {
|
|
439
|
+
overflow: auto;
|
|
440
|
+
}
|
|
441
|
+
|
|
442
|
+
.border {
|
|
443
|
+
border-style: var(--tw-border-style);
|
|
444
|
+
border-width: 1px;
|
|
445
|
+
}
|
|
446
|
+
|
|
447
|
+
.border-0 {
|
|
448
|
+
border-style: var(--tw-border-style);
|
|
449
|
+
border-width: 0;
|
|
450
|
+
}
|
|
451
|
+
|
|
452
|
+
.px-4 {
|
|
453
|
+
padding-inline: calc(var(--spacing) * 4);
|
|
454
|
+
}
|
|
455
|
+
|
|
456
|
+
.px-16 {
|
|
457
|
+
padding-inline: calc(var(--spacing) * 16);
|
|
458
|
+
}
|
|
459
|
+
|
|
460
|
+
.py-8 {
|
|
461
|
+
padding-block: calc(var(--spacing) * 8);
|
|
462
|
+
}
|
|
463
|
+
|
|
464
|
+
.text-right {
|
|
465
|
+
text-align: right;
|
|
466
|
+
}
|
|
467
|
+
|
|
468
|
+
.underline {
|
|
469
|
+
text-decoration-line: underline;
|
|
470
|
+
}
|
|
471
|
+
|
|
472
|
+
.outline {
|
|
473
|
+
outline-style: var(--tw-outline-style);
|
|
474
|
+
outline-width: 1px;
|
|
475
|
+
}
|
|
476
|
+
|
|
477
|
+
.blur {
|
|
478
|
+
--tw-blur: blur(8px);
|
|
479
|
+
filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
|
|
480
|
+
}
|
|
481
|
+
|
|
482
|
+
.filter {
|
|
483
|
+
filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
|
|
484
|
+
}
|
|
485
|
+
|
|
486
|
+
.transition {
|
|
487
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
|
|
488
|
+
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
489
|
+
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
490
|
+
}
|
|
491
|
+
|
|
492
|
+
.outline-none {
|
|
493
|
+
--tw-outline-style: none;
|
|
494
|
+
outline-style: none;
|
|
495
|
+
}
|
|
496
|
+
}
|
|
497
|
+
|
|
498
|
+
@layer bluesea-base {
|
|
499
|
+
:root {
|
|
500
|
+
--bs-white: #fff;
|
|
501
|
+
--bs-gray-100: #fafafa;
|
|
502
|
+
--bs-gray-200: #eaeaea;
|
|
503
|
+
--bs-gray-400: #a9a9a9;
|
|
504
|
+
--bs-gray-500: #666;
|
|
505
|
+
--bs-gray-700: #444;
|
|
506
|
+
--bs-gray-800: #292929;
|
|
507
|
+
--bs-primary: #5672ef;
|
|
508
|
+
--bs-primary-400: #a4b4ff;
|
|
509
|
+
--bs-blue-bg: #def;
|
|
510
|
+
--bs-red-bg: #ffe3e2;
|
|
511
|
+
--bs-orange-bg: #fff8de;
|
|
512
|
+
--bs-green-bg: #e9fee7;
|
|
513
|
+
--bs-gray-bg: #eaeaea;
|
|
514
|
+
--bs-color-text: #555;
|
|
515
|
+
--bs-color-text-light: #a9a9a9;
|
|
516
|
+
--bs-color-hover: #e8eefc;
|
|
517
|
+
--bs-color-focus: #5672ef;
|
|
518
|
+
--bs-color-error: #eb0000;
|
|
519
|
+
--bs-border: #ccc;
|
|
520
|
+
--bs-border-light: #eaeaea;
|
|
521
|
+
--bs-body-bg: #fff;
|
|
522
|
+
--bs-body-text: #000;
|
|
523
|
+
--bs-input-height: 1.8rem;
|
|
524
|
+
--bs-border-radius: .25rem;
|
|
525
|
+
--bs-font-size: 1rem;
|
|
526
|
+
--bs-font-size-sm: .9em;
|
|
527
|
+
--bs-button-height: 1.8rem;
|
|
528
|
+
--bs-button-padding-x: .75rem;
|
|
529
|
+
--bs-button-padding-y: 0;
|
|
530
|
+
--bs-button-border-radius: var(--bs-border-radius);
|
|
531
|
+
--bs-button-font-size: var(--bs-font-size);
|
|
532
|
+
--bs-button-bg: #fff;
|
|
533
|
+
--bs-button-text: #555;
|
|
534
|
+
--bs-button-border: var(--bs-border);
|
|
535
|
+
--bs-button-blue-bg: #5672ef;
|
|
536
|
+
--bs-button-blue-text: var(--bs-white);
|
|
537
|
+
--bs-button-red-bg: #eb0000;
|
|
538
|
+
--bs-button-red-text: var(--bs-white);
|
|
539
|
+
--bs-button-orange-bg: #f99341;
|
|
540
|
+
--bs-button-orange-text: var(--bs-white);
|
|
541
|
+
--bs-button-green-bg: #2fa04d;
|
|
542
|
+
--bs-button-green-text: var(--bs-white);
|
|
543
|
+
--bs-button-gray-bg: #a9a9a9;
|
|
544
|
+
--bs-button-gray-text: var(--bs-white);
|
|
545
|
+
--bs-button-black-bg: #000;
|
|
546
|
+
--bs-button-black-text: var(--bs-white);
|
|
547
|
+
--bs-input-bg: var(--bs-body-bg);
|
|
548
|
+
--bs-input-text: var(--bs-body-text);
|
|
549
|
+
--bs-input-border: var(--bs-border);
|
|
550
|
+
--bs-input-border-hover: #000;
|
|
551
|
+
--bs-input-border-focus: var(--bs-color-focus);
|
|
552
|
+
--bs-input-border-radius: var(--bs-border-radius);
|
|
553
|
+
--bs-input-padding-x: .375rem;
|
|
554
|
+
--bs-input-padding-y: .125rem;
|
|
555
|
+
--bs-input-placeholder: var(--bs-gray-400);
|
|
556
|
+
--bs-input-disabled-bg: var(--bs-gray-100);
|
|
557
|
+
--bs-input-disabled-text: var(--bs-gray-400);
|
|
558
|
+
--bs-input-disabled-border: var(--bs-border);
|
|
559
|
+
--bs-input-modified-border: #945bd9;
|
|
560
|
+
--bs-input-error-border: #eb0000;
|
|
561
|
+
--bs-input-error-text: #eb0000;
|
|
562
|
+
--bs-input-affix-bg: var(--bs-gray-200);
|
|
563
|
+
--bs-input-affix-text: var(--bs-body-text);
|
|
564
|
+
--bs-input-affix-font-size: var(--bs-font-size-sm);
|
|
565
|
+
--bs-check-icon-size: 1.25rem;
|
|
566
|
+
--bs-check-icon-color: var(--bs-body-text);
|
|
567
|
+
--bs-check-icon-hover: var(--bs-gray-500);
|
|
568
|
+
--bs-check-icon-focus: var(--bs-color-focus);
|
|
569
|
+
--bs-check-icon-disabled: var(--bs-gray-400);
|
|
570
|
+
--bs-check-icon-modified: #945bd9;
|
|
571
|
+
--bs-check-icon-error: #eb0000;
|
|
572
|
+
--bs-check-label-padding-x: .125rem;
|
|
573
|
+
--bs-check-label-padding-y: .25rem;
|
|
574
|
+
--bs-select-height: var(--bs-input-height);
|
|
575
|
+
--bs-select-bg: var(--bs-body-bg);
|
|
576
|
+
--bs-select-text: var(--bs-body-text);
|
|
577
|
+
--bs-select-border: var(--bs-border);
|
|
578
|
+
--bs-select-border-hover: #000;
|
|
579
|
+
--bs-select-border-focus: var(--bs-color-focus);
|
|
580
|
+
--bs-select-border-radius: var(--bs-border-radius);
|
|
581
|
+
--bs-select-padding-x: .375rem;
|
|
582
|
+
--bs-select-placeholder: var(--bs-gray-400);
|
|
583
|
+
--bs-select-disabled-bg: var(--bs-gray-100);
|
|
584
|
+
--bs-select-disabled-text: var(--bs-gray-500);
|
|
585
|
+
--bs-select-disabled-border: var(--bs-border);
|
|
586
|
+
--bs-select-modified-border: #945bd9;
|
|
587
|
+
--bs-select-error-border: #eb0000;
|
|
588
|
+
--bs-select-error-text: #eb0000;
|
|
589
|
+
--bs-check-group-gap-x: .5rem;
|
|
590
|
+
--bs-check-group-gap-y: .25rem;
|
|
591
|
+
--bs-radio-switch-bg: var(--bs-body-bg);
|
|
592
|
+
--bs-radio-switch-active-bg: #000;
|
|
593
|
+
--bs-radio-switch-active-text: var(--bs-white);
|
|
594
|
+
--bs-radio-switch-inactive-text: #999;
|
|
595
|
+
--bs-radio-switch-disabled-bg: var(--bs-gray-400);
|
|
596
|
+
--bs-radio-button-bg: transparent;
|
|
597
|
+
--bs-radio-button-text: var(--bs-body-text);
|
|
598
|
+
--bs-radio-button-border: var(--bs-border);
|
|
599
|
+
--bs-radio-button-active-bg: #a9a9a9;
|
|
600
|
+
--bs-radio-button-active-text: var(--bs-white);
|
|
601
|
+
--bs-radio-button-active-border: #a9a9a9;
|
|
602
|
+
--bs-date-input-width: 200px;
|
|
603
|
+
--bs-date-input-height: var(--bs-input-height);
|
|
604
|
+
--bs-date-input-bg: var(--bs-body-bg);
|
|
605
|
+
--bs-date-input-text: var(--bs-body-text);
|
|
606
|
+
--bs-date-input-border: var(--bs-border);
|
|
607
|
+
--bs-date-input-border-hover: #000;
|
|
608
|
+
--bs-date-input-border-focus: var(--bs-color-focus);
|
|
609
|
+
--bs-date-input-border-radius: var(--bs-border-radius);
|
|
610
|
+
--bs-date-input-icon-size: .875rem;
|
|
611
|
+
--bs-popup-bg: var(--bs-body-bg);
|
|
612
|
+
--bs-popup-border: var(--bs-border);
|
|
613
|
+
--bs-popup-border-radius: var(--bs-border-radius);
|
|
614
|
+
--bs-popup-shadow: 2px 2px 8px #0000001a;
|
|
615
|
+
--bs-page-nav-button-size: 24px;
|
|
616
|
+
--bs-page-nav-button-bg: transparent;
|
|
617
|
+
--bs-page-nav-button-text: var(--bs-body-text);
|
|
618
|
+
--bs-page-nav-button-hover-bg: var(--bs-color-hover);
|
|
619
|
+
--bs-page-nav-button-active-bg: var(--bs-primary);
|
|
620
|
+
--bs-page-nav-button-active-text: var(--bs-white);
|
|
621
|
+
--bs-page-nav-button-border-radius: var(--bs-border-radius);
|
|
622
|
+
--bs-card-bg: var(--bs-body-bg);
|
|
623
|
+
--bs-card-border: var(--bs-border);
|
|
624
|
+
--bs-card-border-radius: var(--bs-border-radius);
|
|
625
|
+
--bs-card-header-bg: var(--bs-gray-200);
|
|
626
|
+
--bs-card-header-text: var(--bs-body-text);
|
|
627
|
+
--bs-card-header-padding-x: .75rem;
|
|
628
|
+
--bs-card-header-padding-y: .5rem;
|
|
629
|
+
--bs-tooltip-bg: var(--bs-gray-800);
|
|
630
|
+
--bs-tooltip-text: var(--bs-white);
|
|
631
|
+
--bs-tooltip-border-radius: var(--bs-border-radius);
|
|
632
|
+
--bs-tooltip-padding-x: .5rem;
|
|
633
|
+
--bs-tooltip-padding-y: .25rem;
|
|
634
|
+
--bs-tooltip-font-size: .875rem;
|
|
635
|
+
--bs-loading-color: var(--bs-primary);
|
|
636
|
+
--bs-loading-size: 1.5rem;
|
|
637
|
+
--bs-notification-bg: var(--bs-body-bg);
|
|
638
|
+
--bs-notification-text: var(--bs-body-text);
|
|
639
|
+
--bs-notification-border-radius: .25rem;
|
|
640
|
+
--bs-notification-shadow: 2px 2px 8px #00000026;
|
|
641
|
+
--bs-notification-success-accent: #2fa04d;
|
|
642
|
+
--bs-notification-error-accent: #eb0000;
|
|
643
|
+
--bs-notification-warning-accent: #f99341;
|
|
644
|
+
--bs-notification-info-accent: #5672ef;
|
|
645
|
+
--bs-modal-bg: var(--bs-body-bg);
|
|
646
|
+
--bs-modal-text: var(--bs-body-text);
|
|
647
|
+
--bs-modal-border-radius: .25rem;
|
|
648
|
+
--bs-modal-shadow: 0 4px 20px #00000026;
|
|
649
|
+
--bs-modal-header-bg: var(--bs-primary);
|
|
650
|
+
--bs-modal-header-text: var(--bs-white);
|
|
651
|
+
--bs-modal-overlay-bg: #00000080;
|
|
652
|
+
--bs-context-menu-bg: var(--bs-body-bg);
|
|
653
|
+
--bs-context-menu-text: var(--bs-body-text);
|
|
654
|
+
--bs-context-menu-border: var(--bs-border);
|
|
655
|
+
--bs-context-menu-border-radius: var(--bs-border-radius);
|
|
656
|
+
--bs-context-menu-shadow: 2px 2px 8px #0000001a;
|
|
657
|
+
--bs-context-menu-item-hover-bg: var(--bs-color-hover);
|
|
658
|
+
--bs-context-menu-separator: var(--bs-border-light);
|
|
659
|
+
--bs-calendar-bg: var(--bs-body-bg);
|
|
660
|
+
--bs-calendar-text: var(--bs-body-text);
|
|
661
|
+
--bs-calendar-today-bg: var(--bs-gray-200);
|
|
662
|
+
--bs-calendar-selected-bg: #5672ef;
|
|
663
|
+
--bs-calendar-selected-text: var(--bs-white);
|
|
664
|
+
--bs-calendar-sunday-text: #eb0000;
|
|
665
|
+
--bs-calendar-saturday-text: #5672ef;
|
|
666
|
+
--bs-calendar-other-month-opacity: .5;
|
|
667
|
+
--bs-calendar-disabled-bg: var(--bs-gray-200);
|
|
668
|
+
--bs-calendar-weekdays-border: var(--bs-gray-200);
|
|
669
|
+
--bs-calendar-time-bg: var(--bs-gray-100);
|
|
670
|
+
}
|
|
671
|
+
|
|
672
|
+
[data-theme="dark"] {
|
|
673
|
+
--bs-body-bg: #1a1a1a;
|
|
674
|
+
--bs-body-text: #fff;
|
|
675
|
+
--bs-color-hover: #2a2a2a;
|
|
676
|
+
--bs-button-bg: #333;
|
|
677
|
+
--bs-button-text: #fff;
|
|
678
|
+
--bs-input-border-hover: #fff;
|
|
679
|
+
--bs-select-border-hover: #fff;
|
|
680
|
+
--bs-date-input-border-hover: #fff;
|
|
681
|
+
}
|
|
682
|
+
}
|
|
683
|
+
|
|
684
|
+
.bs-clickable {
|
|
685
|
+
cursor: pointer;
|
|
686
|
+
-webkit-user-select: none;
|
|
687
|
+
user-select: none;
|
|
688
|
+
}
|
|
689
|
+
|
|
690
|
+
.bs-clickable:hover {
|
|
691
|
+
filter: opacity(75%);
|
|
692
|
+
}
|
|
693
|
+
|
|
694
|
+
.bs-clickable:active {
|
|
695
|
+
filter: opacity(50%);
|
|
696
|
+
}
|
|
697
|
+
|
|
698
|
+
.bs-clickable.disabled {
|
|
699
|
+
filter: opacity(40%);
|
|
700
|
+
}
|
|
701
|
+
|
|
702
|
+
.bs-box-component-wrap {
|
|
703
|
+
flex-direction: column;
|
|
704
|
+
justify-content: flex-start;
|
|
705
|
+
align-items: flex-start;
|
|
706
|
+
display: inline-flex;
|
|
707
|
+
}
|
|
708
|
+
|
|
709
|
+
.bs-box-component-wrap .message {
|
|
710
|
+
font-size: var(--bs-font-size-sm);
|
|
711
|
+
margin-top: calc(var(--spacing) * 1);
|
|
712
|
+
}
|
|
713
|
+
|
|
714
|
+
.bs-box-component-base {
|
|
715
|
+
height: var(--bs-input-height);
|
|
716
|
+
background-color: var(--bs-input-bg);
|
|
717
|
+
justify-content: flex-start;
|
|
718
|
+
align-items: center;
|
|
719
|
+
display: inline-flex;
|
|
720
|
+
}
|
|
721
|
+
|
|
722
|
+
.bs-input-wrap {
|
|
723
|
+
flex-direction: column;
|
|
724
|
+
justify-content: flex-start;
|
|
725
|
+
align-items: flex-start;
|
|
726
|
+
display: inline-flex;
|
|
727
|
+
}
|
|
728
|
+
|
|
729
|
+
.bs-input-wrap .message {
|
|
730
|
+
font-size: var(--bs-font-size-sm);
|
|
731
|
+
margin-top: calc(var(--spacing) * 1);
|
|
732
|
+
}
|
|
733
|
+
|
|
734
|
+
.bs-input-wrap .suffix, .bs-input-wrap .prefix {
|
|
735
|
+
font-size: var(--bs-input-affix-font-size);
|
|
736
|
+
background-color: var(--bs-input-affix-bg);
|
|
737
|
+
color: var(--bs-input-affix-text);
|
|
738
|
+
margin-inline: calc(var(--spacing) * 1);
|
|
739
|
+
border-radius: var(--radius-sm);
|
|
740
|
+
padding-inline: calc(var(--spacing) * 1);
|
|
741
|
+
padding-block: calc(var(--spacing) * .5);
|
|
742
|
+
--tw-leading: 1;
|
|
743
|
+
white-space: nowrap;
|
|
744
|
+
line-height: 1;
|
|
745
|
+
}
|
|
746
|
+
|
|
747
|
+
.bs-input-wrap .suffix:first-child, .bs-input-wrap .prefix:first-child {
|
|
748
|
+
margin-left: calc(var(--spacing) * 1);
|
|
749
|
+
}
|
|
750
|
+
|
|
751
|
+
.bs-input-wrap .suffix .bs-icon, .bs-input-wrap .prefix .bs-icon {
|
|
752
|
+
font-size: var(--bs-input-affix-font-size);
|
|
753
|
+
}
|
|
754
|
+
|
|
755
|
+
.bs-input-wrap .suffix img, .bs-input-wrap .prefix img {
|
|
756
|
+
width: .9em;
|
|
757
|
+
height: .9em;
|
|
758
|
+
}
|
|
759
|
+
|
|
760
|
+
[data-theme="dark"] .bs-input-wrap .suffix img, [data-theme="dark"] .bs-input-wrap .prefix img {
|
|
761
|
+
filter: invert();
|
|
762
|
+
}
|
|
763
|
+
|
|
764
|
+
.bs-input-base {
|
|
765
|
+
height: var(--bs-input-height);
|
|
766
|
+
border: 1px solid var(--bs-input-border);
|
|
767
|
+
border-radius: var(--bs-input-border-radius);
|
|
768
|
+
background-color: var(--bs-input-bg);
|
|
769
|
+
justify-content: flex-start;
|
|
770
|
+
align-items: center;
|
|
771
|
+
display: inline-flex;
|
|
772
|
+
}
|
|
773
|
+
|
|
774
|
+
.bs-input-base > input {
|
|
775
|
+
padding: var(--bs-input-padding-y) var(--bs-input-padding-x);
|
|
776
|
+
color: var(--bs-input-text);
|
|
777
|
+
border-style: var(--tw-border-style);
|
|
778
|
+
--tw-outline-style: none;
|
|
779
|
+
background-color: #0000;
|
|
780
|
+
border-width: 0;
|
|
781
|
+
border-radius: 0;
|
|
782
|
+
outline-style: none;
|
|
783
|
+
flex-grow: 1;
|
|
784
|
+
flex-basis: 1em;
|
|
785
|
+
align-self: stretch;
|
|
786
|
+
width: 100%;
|
|
787
|
+
}
|
|
788
|
+
|
|
789
|
+
.bs-input-base > textarea {
|
|
790
|
+
background-color: var(--bs-input-bg);
|
|
791
|
+
color: var(--bs-input-text);
|
|
792
|
+
border-style: var(--tw-border-style);
|
|
793
|
+
padding: calc(var(--spacing) * 1.5);
|
|
794
|
+
font-family: var(--font-sans);
|
|
795
|
+
--tw-leading: var(--leading-relaxed);
|
|
796
|
+
line-height: var(--leading-relaxed);
|
|
797
|
+
--tw-outline-style: none;
|
|
798
|
+
border-width: 0;
|
|
799
|
+
border-radius: .25rem;
|
|
800
|
+
outline-style: none;
|
|
801
|
+
flex-grow: 1;
|
|
802
|
+
align-self: stretch;
|
|
803
|
+
}
|
|
804
|
+
|
|
805
|
+
.bs-input-base:hover {
|
|
806
|
+
border-color: var(--bs-input-border-hover);
|
|
807
|
+
}
|
|
808
|
+
|
|
809
|
+
.bs-input-base:has(:focus) {
|
|
810
|
+
border-color: var(--bs-input-border-focus);
|
|
811
|
+
border-width: 1px;
|
|
812
|
+
}
|
|
813
|
+
|
|
814
|
+
.bs-text-input {
|
|
815
|
+
flex-direction: column;
|
|
816
|
+
justify-content: flex-start;
|
|
817
|
+
align-items: flex-start;
|
|
818
|
+
display: inline-flex;
|
|
819
|
+
}
|
|
820
|
+
|
|
821
|
+
.bs-text-input > .input-area {
|
|
822
|
+
height: var(--bs-input-height);
|
|
823
|
+
border: 1px solid var(--bs-input-border);
|
|
824
|
+
border-radius: var(--bs-input-border-radius);
|
|
825
|
+
background-color: var(--bs-input-bg);
|
|
826
|
+
justify-content: flex-start;
|
|
827
|
+
align-items: center;
|
|
828
|
+
width: 100%;
|
|
829
|
+
display: inline-flex;
|
|
830
|
+
}
|
|
831
|
+
|
|
832
|
+
.bs-text-input > .input-area:hover {
|
|
833
|
+
border-color: var(--bs-input-border-hover);
|
|
834
|
+
}
|
|
835
|
+
|
|
836
|
+
.bs-text-input > .input-area:has(:focus) {
|
|
837
|
+
border-color: var(--bs-input-border-focus);
|
|
838
|
+
}
|
|
839
|
+
|
|
840
|
+
.bs-text-input > .input-area > input {
|
|
841
|
+
padding: var(--bs-input-padding-y) var(--bs-input-padding-x);
|
|
842
|
+
border-radius: var(--bs-input-border-radius);
|
|
843
|
+
color: var(--bs-input-text);
|
|
844
|
+
border-style: var(--tw-border-style);
|
|
845
|
+
--tw-outline-style: none;
|
|
846
|
+
background-color: #0000;
|
|
847
|
+
border-width: 0;
|
|
848
|
+
outline-style: none;
|
|
849
|
+
flex-grow: 1;
|
|
850
|
+
flex-basis: 1em;
|
|
851
|
+
align-self: stretch;
|
|
852
|
+
width: 100%;
|
|
853
|
+
}
|
|
854
|
+
|
|
855
|
+
.bs-number-input {
|
|
856
|
+
flex-direction: column;
|
|
857
|
+
justify-content: flex-start;
|
|
858
|
+
align-items: flex-start;
|
|
859
|
+
display: inline-flex;
|
|
860
|
+
}
|
|
861
|
+
|
|
862
|
+
.bs-number-input > .input-area {
|
|
863
|
+
height: var(--bs-input-height);
|
|
864
|
+
border: 1px solid var(--bs-input-border);
|
|
865
|
+
border-radius: var(--bs-input-border-radius);
|
|
866
|
+
background-color: var(--bs-input-bg);
|
|
867
|
+
justify-content: flex-start;
|
|
868
|
+
align-items: center;
|
|
869
|
+
width: 100%;
|
|
870
|
+
display: inline-flex;
|
|
871
|
+
}
|
|
872
|
+
|
|
873
|
+
.bs-number-input > .input-area:hover {
|
|
874
|
+
border-color: var(--bs-input-border-hover);
|
|
875
|
+
}
|
|
876
|
+
|
|
877
|
+
.bs-number-input > .input-area:has(:focus) {
|
|
878
|
+
border-color: var(--bs-input-border-focus);
|
|
879
|
+
}
|
|
880
|
+
|
|
881
|
+
.bs-number-input > .input-area > input {
|
|
882
|
+
padding: var(--bs-input-padding-y) var(--bs-input-padding-x);
|
|
883
|
+
color: var(--bs-input-text);
|
|
884
|
+
border-style: var(--tw-border-style);
|
|
885
|
+
--tw-outline-style: none;
|
|
886
|
+
background-color: #0000;
|
|
887
|
+
border-width: 0;
|
|
888
|
+
border-radius: 0;
|
|
889
|
+
outline-style: none;
|
|
890
|
+
flex-grow: 1;
|
|
891
|
+
flex-basis: 1em;
|
|
892
|
+
align-self: stretch;
|
|
893
|
+
width: 100%;
|
|
894
|
+
}
|
|
895
|
+
|
|
896
|
+
.bs-text-area {
|
|
897
|
+
flex-direction: column;
|
|
898
|
+
justify-content: flex-start;
|
|
899
|
+
align-items: flex-start;
|
|
900
|
+
display: inline-flex;
|
|
901
|
+
}
|
|
902
|
+
|
|
903
|
+
.bs-text-area .input-area {
|
|
904
|
+
border: 1px solid var(--bs-input-border);
|
|
905
|
+
border-radius: var(--bs-input-border-radius);
|
|
906
|
+
background-color: var(--bs-input-bg);
|
|
907
|
+
justify-content: flex-start;
|
|
908
|
+
align-items: flex-start;
|
|
909
|
+
width: 100%;
|
|
910
|
+
height: 100%;
|
|
911
|
+
display: inline-flex;
|
|
912
|
+
}
|
|
913
|
+
|
|
914
|
+
.bs-text-area .input-area > textarea {
|
|
915
|
+
border-radius: var(--bs-input-border-radius);
|
|
916
|
+
padding: calc(var(--spacing) * 2);
|
|
917
|
+
}
|
|
918
|
+
|
|
919
|
+
.bs-text-area .input-area:hover {
|
|
920
|
+
border-color: var(--bs-input-border-hover);
|
|
921
|
+
}
|
|
922
|
+
|
|
923
|
+
.bs-text-area .input-area:has(:focus) {
|
|
924
|
+
border-color: var(--bs-input-border-focus);
|
|
925
|
+
}
|
|
926
|
+
|
|
927
|
+
.bs-text-area .input-area .prefix, .bs-text-area .input-area .suffix {
|
|
928
|
+
margin-top: calc(var(--spacing) * 1.5);
|
|
929
|
+
white-space: nowrap;
|
|
930
|
+
}
|
|
931
|
+
|
|
932
|
+
.bs-text-area .view-mode {
|
|
933
|
+
--tw-leading: calc(var(--spacing) * 6);
|
|
934
|
+
line-height: calc(var(--spacing) * 6);
|
|
935
|
+
white-space: pre;
|
|
936
|
+
}
|
|
937
|
+
|
|
938
|
+
.bs-checkbox {
|
|
939
|
+
color: var(--bs-check-icon-color);
|
|
940
|
+
white-space: nowrap;
|
|
941
|
+
display: inline-block;
|
|
942
|
+
}
|
|
943
|
+
|
|
944
|
+
.bs-checkbox input {
|
|
945
|
+
margin: calc(var(--spacing) * 0);
|
|
946
|
+
appearance: none;
|
|
947
|
+
--tw-outline-style: none;
|
|
948
|
+
outline-style: none;
|
|
949
|
+
position: absolute;
|
|
950
|
+
}
|
|
951
|
+
|
|
952
|
+
.bs-checkbox .icon-label {
|
|
953
|
+
cursor: pointer;
|
|
954
|
+
}
|
|
955
|
+
|
|
956
|
+
.bs-checkbox .icon-label .bs-icon {
|
|
957
|
+
font-size: var(--bs-check-icon-size);
|
|
958
|
+
color: var(--bs-check-icon-color);
|
|
959
|
+
cursor: pointer;
|
|
960
|
+
vertical-align: middle;
|
|
961
|
+
}
|
|
962
|
+
|
|
963
|
+
.bs-checkbox:hover .icon-label .bs-icon, .bs-checkbox:hover .text-label {
|
|
964
|
+
color: var(--bs-check-icon-hover);
|
|
965
|
+
}
|
|
966
|
+
|
|
967
|
+
.bs-checkbox input:focus ~ .icon-label .bs-icon, .bs-checkbox input:focus ~ label {
|
|
968
|
+
color: var(--bs-check-icon-focus);
|
|
969
|
+
}
|
|
970
|
+
|
|
971
|
+
.bs-checkbox.modified .icon-label .bs-icon, .bs-checkbox.modified .text-label {
|
|
972
|
+
color: var(--bs-check-icon-modified) !important;
|
|
973
|
+
}
|
|
974
|
+
|
|
975
|
+
.bs-checkbox.error .icon-label .bs-icon, .bs-checkbox.error .text-label {
|
|
976
|
+
color: var(--bs-check-icon-error) !important;
|
|
977
|
+
}
|
|
978
|
+
|
|
979
|
+
.bs-checkbox.disabled .icon-label .bs-icon, .bs-checkbox.disabled .text-label {
|
|
980
|
+
color: var(--bs-check-icon-disabled) !important;
|
|
981
|
+
}
|
|
982
|
+
|
|
983
|
+
.bs-checkbox label {
|
|
984
|
+
padding: var(--bs-check-label-padding-y) var(--bs-check-label-padding-x);
|
|
985
|
+
cursor: pointer;
|
|
986
|
+
vertical-align: middle;
|
|
987
|
+
display: inline-block;
|
|
988
|
+
}
|
|
989
|
+
|
|
990
|
+
.bs-radio-button {
|
|
991
|
+
color: var(--bs-check-icon-color);
|
|
992
|
+
white-space: nowrap;
|
|
993
|
+
display: inline-block;
|
|
994
|
+
}
|
|
995
|
+
|
|
996
|
+
.bs-radio-button input {
|
|
997
|
+
margin: calc(var(--spacing) * 0);
|
|
998
|
+
appearance: none;
|
|
999
|
+
--tw-outline-style: none;
|
|
1000
|
+
outline-style: none;
|
|
1001
|
+
position: absolute;
|
|
1002
|
+
}
|
|
1003
|
+
|
|
1004
|
+
.bs-radio-button .icon-label {
|
|
1005
|
+
cursor: pointer;
|
|
1006
|
+
}
|
|
1007
|
+
|
|
1008
|
+
.bs-radio-button .icon-label .bs-icon {
|
|
1009
|
+
font-size: var(--bs-check-icon-size);
|
|
1010
|
+
color: var(--bs-check-icon-color);
|
|
1011
|
+
cursor: pointer;
|
|
1012
|
+
vertical-align: middle;
|
|
1013
|
+
}
|
|
1014
|
+
|
|
1015
|
+
.bs-radio-button .bs-icon, .bs-radio-button .text-label {
|
|
1016
|
+
vertical-align: middle;
|
|
1017
|
+
}
|
|
1018
|
+
|
|
1019
|
+
.bs-radio-button:hover .icon-label .bs-icon, .bs-radio-button:hover .text-label {
|
|
1020
|
+
color: var(--bs-check-icon-hover);
|
|
1021
|
+
}
|
|
1022
|
+
|
|
1023
|
+
.bs-radio-button input:focus ~ .icon-label .bs-icon, .bs-radio-button input:focus ~ label {
|
|
1024
|
+
color: var(--bs-check-icon-focus);
|
|
1025
|
+
}
|
|
1026
|
+
|
|
1027
|
+
.bs-select {
|
|
1028
|
+
background-color: var(--bs-select-bg);
|
|
1029
|
+
color: var(--bs-select-text);
|
|
1030
|
+
min-width: calc(var(--spacing) * 16);
|
|
1031
|
+
--tw-outline-style: none;
|
|
1032
|
+
outline-style: none;
|
|
1033
|
+
flex-direction: column;
|
|
1034
|
+
justify-content: flex-start;
|
|
1035
|
+
align-items: flex-start;
|
|
1036
|
+
display: inline-flex;
|
|
1037
|
+
position: relative;
|
|
1038
|
+
}
|
|
1039
|
+
|
|
1040
|
+
.bs-select:hover > .selected {
|
|
1041
|
+
border-color: var(--bs-select-border-hover);
|
|
1042
|
+
}
|
|
1043
|
+
|
|
1044
|
+
.bs-select:focus > .selected {
|
|
1045
|
+
border-color: var(--bs-select-border-focus);
|
|
1046
|
+
}
|
|
1047
|
+
|
|
1048
|
+
.bs-select > .selected {
|
|
1049
|
+
height: var(--bs-select-height);
|
|
1050
|
+
border: 1px solid var(--bs-select-border);
|
|
1051
|
+
border-radius: var(--bs-select-border-radius);
|
|
1052
|
+
padding-left: var(--bs-select-padding-x);
|
|
1053
|
+
padding-right: var(--bs-select-padding-x);
|
|
1054
|
+
background-color: var(--bs-select-bg);
|
|
1055
|
+
cursor: pointer;
|
|
1056
|
+
justify-content: flex-start;
|
|
1057
|
+
align-items: center;
|
|
1058
|
+
min-width: 100%;
|
|
1059
|
+
display: inline-flex;
|
|
1060
|
+
}
|
|
1061
|
+
|
|
1062
|
+
.bs-select > .selected .label {
|
|
1063
|
+
text-overflow: ellipsis;
|
|
1064
|
+
white-space: nowrap;
|
|
1065
|
+
flex-grow: 1;
|
|
1066
|
+
overflow: hidden;
|
|
1067
|
+
}
|
|
1068
|
+
|
|
1069
|
+
.bs-select > .selected .placeholder {
|
|
1070
|
+
color: var(--bs-select-placeholder);
|
|
1071
|
+
text-overflow: ellipsis;
|
|
1072
|
+
overflow: hidden;
|
|
1073
|
+
}
|
|
1074
|
+
|
|
1075
|
+
.bs-select > .selected .dropdown-btn {
|
|
1076
|
+
font-family: var(--bs-icon-font-family);
|
|
1077
|
+
margin-right: calc(var(--spacing) * -1);
|
|
1078
|
+
margin-left: calc(var(--spacing) * 1);
|
|
1079
|
+
transition-property: transform, translate, scale, rotate;
|
|
1080
|
+
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
1081
|
+
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
1082
|
+
--tw-duration: .2s;
|
|
1083
|
+
-webkit-user-select: none;
|
|
1084
|
+
user-select: none;
|
|
1085
|
+
transition-duration: .2s;
|
|
1086
|
+
}
|
|
1087
|
+
|
|
1088
|
+
.bs-select.popup-open .dropdown-btn {
|
|
1089
|
+
rotate: 180deg;
|
|
1090
|
+
}
|
|
1091
|
+
|
|
1092
|
+
.bs-select.modified > .selected {
|
|
1093
|
+
border-color: var(--bs-select-modified-border) !important;
|
|
1094
|
+
}
|
|
1095
|
+
|
|
1096
|
+
.bs-select.error > .selected {
|
|
1097
|
+
border-color: var(--bs-select-error-border) !important;
|
|
1098
|
+
color: var(--bs-select-error-text) !important;
|
|
1099
|
+
}
|
|
1100
|
+
|
|
1101
|
+
.bs-select.disabled > .selected {
|
|
1102
|
+
border-color: var(--bs-select-disabled-border) !important;
|
|
1103
|
+
background-color: var(--bs-select-disabled-bg) !important;
|
|
1104
|
+
color: var(--bs-select-disabled-text) !important;
|
|
1105
|
+
}
|
|
1106
|
+
|
|
1107
|
+
.bs-select.view-mode {
|
|
1108
|
+
background-color: #0000;
|
|
1109
|
+
}
|
|
1110
|
+
|
|
1111
|
+
.bs-select .small-progress {
|
|
1112
|
+
font-size: var(--bs-font-size-sm);
|
|
1113
|
+
font-family: var(--bs-icon-font-family);
|
|
1114
|
+
color: var(--bs-select-placeholder);
|
|
1115
|
+
top: calc(var(--spacing) * 0);
|
|
1116
|
+
padding-inline: calc(var(--spacing) * .5);
|
|
1117
|
+
animation: 1s linear infinite spin;
|
|
1118
|
+
position: absolute;
|
|
1119
|
+
left: 100%;
|
|
1120
|
+
}
|
|
1121
|
+
|
|
1122
|
+
.bs-multi-select {
|
|
1123
|
+
background-color: var(--bs-select-bg);
|
|
1124
|
+
color: var(--bs-select-text);
|
|
1125
|
+
min-width: calc(var(--spacing) * 16);
|
|
1126
|
+
--tw-outline-style: none;
|
|
1127
|
+
outline-style: none;
|
|
1128
|
+
flex-direction: column;
|
|
1129
|
+
justify-content: flex-start;
|
|
1130
|
+
align-items: flex-start;
|
|
1131
|
+
display: inline-flex;
|
|
1132
|
+
position: relative;
|
|
1133
|
+
}
|
|
1134
|
+
|
|
1135
|
+
.bs-multi-select:hover > .selected {
|
|
1136
|
+
border-color: var(--bs-select-border-hover);
|
|
1137
|
+
}
|
|
1138
|
+
|
|
1139
|
+
.bs-multi-select:focus > .selected {
|
|
1140
|
+
border-color: var(--bs-select-border-focus);
|
|
1141
|
+
}
|
|
1142
|
+
|
|
1143
|
+
.bs-multi-select > .selected {
|
|
1144
|
+
height: var(--bs-select-height);
|
|
1145
|
+
border: 1px solid var(--bs-select-border);
|
|
1146
|
+
border-radius: var(--bs-select-border-radius);
|
|
1147
|
+
padding-left: var(--bs-select-padding-x);
|
|
1148
|
+
padding-right: var(--bs-select-padding-x);
|
|
1149
|
+
background-color: var(--bs-select-bg);
|
|
1150
|
+
cursor: pointer;
|
|
1151
|
+
justify-content: flex-start;
|
|
1152
|
+
align-items: center;
|
|
1153
|
+
min-width: 100%;
|
|
1154
|
+
display: inline-flex;
|
|
1155
|
+
}
|
|
1156
|
+
|
|
1157
|
+
.bs-multi-select > .selected .label {
|
|
1158
|
+
margin-right: calc(var(--spacing) * 1);
|
|
1159
|
+
}
|
|
1160
|
+
|
|
1161
|
+
.bs-multi-select > .selected .label:not(:last-child):after {
|
|
1162
|
+
content: ",";
|
|
1163
|
+
}
|
|
1164
|
+
|
|
1165
|
+
.bs-multi-select > .selected .placeholder {
|
|
1166
|
+
color: var(--bs-select-placeholder);
|
|
1167
|
+
text-overflow: ellipsis;
|
|
1168
|
+
overflow: hidden;
|
|
1169
|
+
}
|
|
1170
|
+
|
|
1171
|
+
.bs-multi-select > .selected .dropdown-btn {
|
|
1172
|
+
font-family: var(--bs-icon-font-family);
|
|
1173
|
+
margin-right: calc(var(--spacing) * -1);
|
|
1174
|
+
margin-left: calc(var(--spacing) * 1);
|
|
1175
|
+
transition-property: transform, translate, scale, rotate;
|
|
1176
|
+
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
1177
|
+
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
1178
|
+
--tw-duration: .2s;
|
|
1179
|
+
-webkit-user-select: none;
|
|
1180
|
+
user-select: none;
|
|
1181
|
+
transition-duration: .2s;
|
|
1182
|
+
}
|
|
1183
|
+
|
|
1184
|
+
.bs-multi-select.popup-open .dropdown-btn {
|
|
1185
|
+
rotate: 180deg;
|
|
1186
|
+
}
|
|
1187
|
+
|
|
1188
|
+
.bs-multi-select.modified > .selected {
|
|
1189
|
+
border-color: var(--bs-select-modified-border) !important;
|
|
1190
|
+
}
|
|
1191
|
+
|
|
1192
|
+
.bs-multi-select.error > .selected {
|
|
1193
|
+
border-color: var(--bs-select-error-border) !important;
|
|
1194
|
+
color: var(--bs-select-error-text) !important;
|
|
1195
|
+
}
|
|
1196
|
+
|
|
1197
|
+
.bs-multi-select.disabled > .selected {
|
|
1198
|
+
border-color: var(--bs-select-disabled-border) !important;
|
|
1199
|
+
background-color: var(--bs-select-disabled-bg) !important;
|
|
1200
|
+
color: var(--bs-select-disabled-text) !important;
|
|
1201
|
+
}
|
|
1202
|
+
|
|
1203
|
+
.bs-multi-select .small-progress {
|
|
1204
|
+
font-size: var(--bs-font-size-sm);
|
|
1205
|
+
font-family: var(--bs-icon-font-family);
|
|
1206
|
+
color: var(--bs-select-placeholder);
|
|
1207
|
+
top: calc(var(--spacing) * 0);
|
|
1208
|
+
padding-inline: calc(var(--spacing) * .5);
|
|
1209
|
+
animation: 1s linear infinite spin;
|
|
1210
|
+
position: absolute;
|
|
1211
|
+
left: 100%;
|
|
1212
|
+
}
|
|
1213
|
+
|
|
1214
|
+
.bs-checkbox-group {
|
|
1215
|
+
display: inline-block;
|
|
1216
|
+
}
|
|
1217
|
+
|
|
1218
|
+
.bs-checkbox-group > .items {
|
|
1219
|
+
gap: var(--bs-check-group-gap-y) var(--bs-check-group-gap-x);
|
|
1220
|
+
flex-wrap: wrap;
|
|
1221
|
+
display: flex;
|
|
1222
|
+
}
|
|
1223
|
+
|
|
1224
|
+
.bs-checkbox-group.vertical > .items {
|
|
1225
|
+
gap: calc(var(--spacing) * 0);
|
|
1226
|
+
flex-direction: column;
|
|
1227
|
+
display: flex;
|
|
1228
|
+
}
|
|
1229
|
+
|
|
1230
|
+
.bs-checkbox-group.nowrap > .items {
|
|
1231
|
+
flex-wrap: nowrap;
|
|
1232
|
+
}
|
|
1233
|
+
|
|
1234
|
+
.bs-radio-button-group {
|
|
1235
|
+
display: inline-block;
|
|
1236
|
+
}
|
|
1237
|
+
|
|
1238
|
+
.bs-radio-button-group > .radio-button-group {
|
|
1239
|
+
gap: var(--bs-check-group-gap-y) var(--bs-check-group-gap-x);
|
|
1240
|
+
flex-wrap: wrap;
|
|
1241
|
+
display: flex;
|
|
1242
|
+
}
|
|
1243
|
+
|
|
1244
|
+
.bs-radio-button-group.vertical > .radio-button-group {
|
|
1245
|
+
gap: calc(var(--spacing) * 0);
|
|
1246
|
+
flex-direction: column;
|
|
1247
|
+
display: flex;
|
|
1248
|
+
}
|
|
1249
|
+
|
|
1250
|
+
.bs-radio-button-group.nowrap > .radio-button-group {
|
|
1251
|
+
flex-wrap: nowrap;
|
|
1252
|
+
}
|
|
1253
|
+
|
|
1254
|
+
.bs-radio-button-group.switch-style .radio-button-group {
|
|
1255
|
+
background-color: var(--bs-radio-switch-bg);
|
|
1256
|
+
gap: calc(var(--spacing) * 0);
|
|
1257
|
+
border-radius: .25rem;
|
|
1258
|
+
overflow: hidden;
|
|
1259
|
+
}
|
|
1260
|
+
|
|
1261
|
+
.bs-radio-button-group.switch-style .bs-radio-button {
|
|
1262
|
+
position: relative;
|
|
1263
|
+
}
|
|
1264
|
+
|
|
1265
|
+
.bs-radio-button-group.switch-style .bs-radio-button input {
|
|
1266
|
+
display: none;
|
|
1267
|
+
position: absolute;
|
|
1268
|
+
}
|
|
1269
|
+
|
|
1270
|
+
.bs-radio-button-group.switch-style .bs-radio-button label {
|
|
1271
|
+
color: var(--bs-radio-switch-inactive-text);
|
|
1272
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
|
|
1273
|
+
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
1274
|
+
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
1275
|
+
--tw-duration: .4s;
|
|
1276
|
+
padding: 7px;
|
|
1277
|
+
transition-duration: .4s;
|
|
1278
|
+
position: relative;
|
|
1279
|
+
}
|
|
1280
|
+
|
|
1281
|
+
.bs-radio-button-group.switch-style .bs-radio-button label:after {
|
|
1282
|
+
content: "";
|
|
1283
|
+
background-color: var(--bs-radio-switch-active-bg);
|
|
1284
|
+
z-index: -1;
|
|
1285
|
+
top: calc(var(--spacing) * 0);
|
|
1286
|
+
border-radius: .25rem;
|
|
1287
|
+
width: 100%;
|
|
1288
|
+
height: 100%;
|
|
1289
|
+
transition: left .5s;
|
|
1290
|
+
position: absolute;
|
|
1291
|
+
}
|
|
1292
|
+
|
|
1293
|
+
.bs-radio-button-group.switch-style .bs-radio-button:first-of-type label:after {
|
|
1294
|
+
left: 100%;
|
|
1295
|
+
}
|
|
1296
|
+
|
|
1297
|
+
.bs-radio-button-group.switch-style .bs-radio-button:nth-of-type(2) label:after {
|
|
1298
|
+
left: -100%;
|
|
1299
|
+
}
|
|
1300
|
+
|
|
1301
|
+
.bs-radio-button-group.switch-style .bs-radio-button.checked label {
|
|
1302
|
+
color: var(--bs-radio-switch-active-text);
|
|
1303
|
+
z-index: 1;
|
|
1304
|
+
--tw-font-weight: var(--font-weight-medium);
|
|
1305
|
+
font-weight: var(--font-weight-medium);
|
|
1306
|
+
position: relative;
|
|
1307
|
+
}
|
|
1308
|
+
|
|
1309
|
+
.bs-radio-button-group.switch-style .bs-radio-button.checked label:after {
|
|
1310
|
+
left: 0;
|
|
1311
|
+
}
|
|
1312
|
+
|
|
1313
|
+
.bs-radio-button-group.switch-style.disabled .bs-radio-button.checked label {
|
|
1314
|
+
color: var(--bs-radio-switch-active-text) !important;
|
|
1315
|
+
}
|
|
1316
|
+
|
|
1317
|
+
.bs-radio-button-group.switch-style.disabled .bs-radio-button.checked label:after {
|
|
1318
|
+
background-color: var(--bs-radio-switch-disabled-bg);
|
|
1319
|
+
}
|
|
1320
|
+
|
|
1321
|
+
.bs-radio-button-group.button-style .radio-button-group {
|
|
1322
|
+
gap: calc(var(--spacing) * 1);
|
|
1323
|
+
}
|
|
1324
|
+
|
|
1325
|
+
.bs-radio-button-group.button-style .bs-radio-button input {
|
|
1326
|
+
display: none;
|
|
1327
|
+
position: absolute;
|
|
1328
|
+
}
|
|
1329
|
+
|
|
1330
|
+
.bs-radio-button-group.button-style .bs-radio-button label {
|
|
1331
|
+
border: 1px solid var(--bs-radio-button-border);
|
|
1332
|
+
border-radius: var(--bs-input-border-radius);
|
|
1333
|
+
color: var(--bs-radio-button-text);
|
|
1334
|
+
padding-inline: calc(var(--spacing) * 2);
|
|
1335
|
+
white-space: nowrap;
|
|
1336
|
+
line-height: 22.9px;
|
|
1337
|
+
}
|
|
1338
|
+
|
|
1339
|
+
.bs-radio-button-group.button-style .bs-radio-button.checked label {
|
|
1340
|
+
background-color: var(--bs-radio-button-active-bg);
|
|
1341
|
+
border-color: var(--bs-radio-button-active-border);
|
|
1342
|
+
}
|
|
1343
|
+
|
|
1344
|
+
.bs-radio-button-group.button-style .bs-radio-button.checked label span {
|
|
1345
|
+
color: var(--bs-radio-button-active-text);
|
|
1346
|
+
}
|
|
1347
|
+
|
|
1348
|
+
.bs-radio-button-group.button-style.disabled .bs-radio-button.checked label {
|
|
1349
|
+
color: var(--bs-radio-button-active-text) !important;
|
|
1350
|
+
}
|
|
1351
|
+
|
|
1352
|
+
.bs-radio-button-group.button-style.modified .bs-radio-button.checked label {
|
|
1353
|
+
background-color: var(--bs-check-icon-modified);
|
|
1354
|
+
border-color: var(--bs-check-icon-modified);
|
|
1355
|
+
color: var(--bs-radio-button-active-text) !important;
|
|
1356
|
+
}
|
|
1357
|
+
|
|
1358
|
+
.bs-radio-button-group.button-group-style .radio-button-group {
|
|
1359
|
+
gap: calc(var(--spacing) * 0);
|
|
1360
|
+
}
|
|
1361
|
+
|
|
1362
|
+
.bs-radio-button-group.button-group-style .bs-radio-button input {
|
|
1363
|
+
display: none;
|
|
1364
|
+
position: absolute;
|
|
1365
|
+
}
|
|
1366
|
+
|
|
1367
|
+
.bs-radio-button-group.button-group-style .bs-radio-button label {
|
|
1368
|
+
border: 1px solid var(--bs-radio-button-border);
|
|
1369
|
+
color: var(--bs-radio-button-text);
|
|
1370
|
+
padding-inline: calc(var(--spacing) * 2);
|
|
1371
|
+
white-space: nowrap;
|
|
1372
|
+
border-radius: 0;
|
|
1373
|
+
line-height: 22.9px;
|
|
1374
|
+
}
|
|
1375
|
+
|
|
1376
|
+
.bs-radio-button-group.button-group-style .bs-radio-button:not(:first-child) {
|
|
1377
|
+
margin-left: -1px;
|
|
1378
|
+
}
|
|
1379
|
+
|
|
1380
|
+
.bs-radio-button-group.button-group-style .bs-radio-button.checked {
|
|
1381
|
+
z-index: 1;
|
|
1382
|
+
}
|
|
1383
|
+
|
|
1384
|
+
.bs-radio-button-group.button-group-style .bs-radio-button.checked label {
|
|
1385
|
+
background-color: var(--bs-radio-button-active-bg);
|
|
1386
|
+
border-color: var(--bs-radio-button-active-border);
|
|
1387
|
+
}
|
|
1388
|
+
|
|
1389
|
+
.bs-radio-button-group.button-group-style .bs-radio-button.checked label span {
|
|
1390
|
+
color: var(--bs-radio-button-active-text);
|
|
1391
|
+
}
|
|
1392
|
+
|
|
1393
|
+
.bs-radio-button-group.button-group-style .bs-radio-button:first-child > label {
|
|
1394
|
+
border-radius: var(--bs-input-border-radius) 0 0 var(--bs-input-border-radius);
|
|
1395
|
+
}
|
|
1396
|
+
|
|
1397
|
+
.bs-radio-button-group.button-group-style .bs-radio-button:last-child > label {
|
|
1398
|
+
border-radius: 0 var(--bs-input-border-radius) var(--bs-input-border-radius) 0;
|
|
1399
|
+
}
|
|
1400
|
+
|
|
1401
|
+
.bs-radio-button-group.button-group-style.disabled .bs-radio-button.checked label {
|
|
1402
|
+
color: var(--bs-radio-button-active-text) !important;
|
|
1403
|
+
}
|
|
1404
|
+
|
|
1405
|
+
.bs-radio-button-group.button-group-style.modified .radio-button-group, .bs-radio-button-group.button-group-style.modified .bs-radio-button {
|
|
1406
|
+
border-color: var(--bs-check-icon-modified);
|
|
1407
|
+
}
|
|
1408
|
+
|
|
1409
|
+
.bs-radio-button-group.button-group-style.modified .bs-radio-button.checked label {
|
|
1410
|
+
background-color: var(--bs-check-icon-modified);
|
|
1411
|
+
color: var(--bs-radio-button-active-text) !important;
|
|
1412
|
+
}
|
|
1413
|
+
|
|
1414
|
+
.bs-date-input {
|
|
1415
|
+
width: var(--bs-date-input-width);
|
|
1416
|
+
flex-direction: column;
|
|
1417
|
+
justify-content: flex-start;
|
|
1418
|
+
align-items: flex-start;
|
|
1419
|
+
display: inline-flex;
|
|
1420
|
+
}
|
|
1421
|
+
|
|
1422
|
+
.bs-date-input .input-area {
|
|
1423
|
+
height: var(--bs-date-input-height);
|
|
1424
|
+
border: 1px solid var(--bs-date-input-border);
|
|
1425
|
+
border-radius: var(--bs-date-input-border-radius);
|
|
1426
|
+
background-color: var(--bs-date-input-bg);
|
|
1427
|
+
justify-content: flex-start;
|
|
1428
|
+
align-items: center;
|
|
1429
|
+
width: 100%;
|
|
1430
|
+
display: inline-flex;
|
|
1431
|
+
}
|
|
1432
|
+
|
|
1433
|
+
.bs-date-input .input-area:hover {
|
|
1434
|
+
border-color: var(--bs-date-input-border-hover);
|
|
1435
|
+
}
|
|
1436
|
+
|
|
1437
|
+
.bs-date-input .input-area:has(:focus) {
|
|
1438
|
+
border-color: var(--bs-date-input-border-focus);
|
|
1439
|
+
}
|
|
1440
|
+
|
|
1441
|
+
.bs-date-input .input-area .bs-icon {
|
|
1442
|
+
font-size: var(--bs-date-input-icon-size);
|
|
1443
|
+
min-width: 26px;
|
|
1444
|
+
padding-inline: calc(var(--spacing) * 1.5);
|
|
1445
|
+
}
|
|
1446
|
+
|
|
1447
|
+
.bs-date-input .input-area input {
|
|
1448
|
+
padding: var(--bs-input-padding-y) var(--bs-input-padding-x);
|
|
1449
|
+
border-left: 1px solid var(--bs-date-input-border);
|
|
1450
|
+
color: var(--bs-date-input-text);
|
|
1451
|
+
border-style: var(--tw-border-style);
|
|
1452
|
+
--tw-outline-style: none;
|
|
1453
|
+
background-color: #0000;
|
|
1454
|
+
border-width: 0;
|
|
1455
|
+
border-radius: 0;
|
|
1456
|
+
outline-style: none;
|
|
1457
|
+
flex-grow: 1;
|
|
1458
|
+
flex-basis: 1em;
|
|
1459
|
+
align-self: stretch;
|
|
1460
|
+
width: 100%;
|
|
1461
|
+
}
|
|
1462
|
+
|
|
1463
|
+
.bs-date-input.disabled .bs-icon {
|
|
1464
|
+
color: var(--bs-input-disabled-text);
|
|
1465
|
+
}
|
|
1466
|
+
|
|
1467
|
+
.bs-date-range {
|
|
1468
|
+
flex-direction: column;
|
|
1469
|
+
justify-content: flex-start;
|
|
1470
|
+
align-items: flex-start;
|
|
1471
|
+
display: inline-flex;
|
|
1472
|
+
}
|
|
1473
|
+
|
|
1474
|
+
.bs-date-range .input-area {
|
|
1475
|
+
height: var(--bs-date-input-height);
|
|
1476
|
+
border: 1px solid var(--bs-date-input-border);
|
|
1477
|
+
border-radius: var(--bs-date-input-border-radius);
|
|
1478
|
+
background-color: var(--bs-date-input-bg);
|
|
1479
|
+
width: 100%;
|
|
1480
|
+
padding-right: calc(var(--spacing) * 2);
|
|
1481
|
+
justify-content: flex-start;
|
|
1482
|
+
align-items: center;
|
|
1483
|
+
display: inline-flex;
|
|
1484
|
+
}
|
|
1485
|
+
|
|
1486
|
+
.bs-date-range .input-area:hover {
|
|
1487
|
+
border-color: var(--bs-date-input-border-hover);
|
|
1488
|
+
}
|
|
1489
|
+
|
|
1490
|
+
.bs-date-range .input-area:has(:focus) {
|
|
1491
|
+
border-color: var(--bs-date-input-border-focus);
|
|
1492
|
+
}
|
|
1493
|
+
|
|
1494
|
+
.bs-date-range .input-area .bs-icon {
|
|
1495
|
+
font-size: var(--bs-date-input-icon-size);
|
|
1496
|
+
min-width: 26px;
|
|
1497
|
+
padding-inline: calc(var(--spacing) * 1.5);
|
|
1498
|
+
}
|
|
1499
|
+
|
|
1500
|
+
.bs-date-range .input-area .bs-icon + input {
|
|
1501
|
+
border-left: 1px solid var(--bs-date-input-border);
|
|
1502
|
+
}
|
|
1503
|
+
|
|
1504
|
+
.bs-date-range .input-area input {
|
|
1505
|
+
padding: var(--bs-input-padding-y) var(--bs-input-padding-x);
|
|
1506
|
+
color: var(--bs-date-input-text);
|
|
1507
|
+
width: calc(var(--spacing) * 16);
|
|
1508
|
+
border-style: var(--tw-border-style);
|
|
1509
|
+
padding-right: calc(var(--spacing) * 0);
|
|
1510
|
+
--tw-outline-style: none;
|
|
1511
|
+
background-color: #0000;
|
|
1512
|
+
border-width: 0;
|
|
1513
|
+
border-radius: 0;
|
|
1514
|
+
outline-style: none;
|
|
1515
|
+
flex-grow: 1;
|
|
1516
|
+
flex-basis: 1em;
|
|
1517
|
+
align-self: stretch;
|
|
1518
|
+
}
|
|
1519
|
+
|
|
1520
|
+
.bs-date-range .input-area input:disabled {
|
|
1521
|
+
color: var(--bs-input-disabled-text);
|
|
1522
|
+
background-color: var(--bs-input-disabled-bg) !important;
|
|
1523
|
+
}
|
|
1524
|
+
|
|
1525
|
+
.bs-date-range.disabled .bs-icon {
|
|
1526
|
+
color: var(--bs-input-disabled-text);
|
|
1527
|
+
}
|
|
1528
|
+
|
|
1529
|
+
.bs-text-input.modified > .input-area, .bs-number-input.modified > .input-area, .bs-price-input.modified > .input-area, .bs-date-input.modified > .input-area, .bs-date-range.modified > .input-area, .bs-multi-lang-text-input.modified > .input-area, .bs-multi-lang-text-area.modified > .input-area, .bs-multi-lang-rich-text.modified > .input-area, .bs-text-area.modified > .input-area, .bs-rich-text.modified > .input-area {
|
|
1530
|
+
border-color: var(--bs-input-modified-border) !important;
|
|
1531
|
+
}
|
|
1532
|
+
|
|
1533
|
+
.bs-text-input.error > .input-area, .bs-number-input.error > .input-area, .bs-price-input.error > .input-area, .bs-date-input.error > .input-area, .bs-date-range.error > .input-area, .bs-multi-lang-text-input.error > .input-area, .bs-multi-lang-text-area.error > .input-area, .bs-multi-lang-rich-text.error > .input-area, .bs-text-area.error > .input-area, .bs-rich-text.error > .input-area {
|
|
1534
|
+
border-color: var(--bs-input-error-border) !important;
|
|
1535
|
+
}
|
|
1536
|
+
|
|
1537
|
+
.bs-text-input.error > .input-area > input, .bs-number-input.error > .input-area > input, .bs-price-input.error > .input-area > input, .bs-date-input.error > .input-area > input, .bs-date-range.error > .input-area > input {
|
|
1538
|
+
color: var(--bs-input-error-text) !important;
|
|
1539
|
+
}
|
|
1540
|
+
|
|
1541
|
+
.bs-text-input.disabled > .input-area, .bs-number-input.disabled > .input-area, .bs-price-input.disabled > .input-area, .bs-date-input.disabled > .input-area, .bs-date-range.disabled > .input-area, .bs-multi-lang-text-input.disabled > .input-area, .bs-multi-lang-text-area.disabled > .input-area, .bs-multi-lang-rich-text.disabled > .input-area, .bs-text-area.disabled > .input-area, .bs-rich-text.disabled > .input-area {
|
|
1542
|
+
border-color: var(--bs-input-disabled-border) !important;
|
|
1543
|
+
background-color: var(--bs-input-disabled-bg) !important;
|
|
1544
|
+
color: var(--bs-input-disabled-text) !important;
|
|
1545
|
+
}
|
|
1546
|
+
|
|
1547
|
+
.bs-text-input.disabled > .input-area > input, .bs-number-input.disabled > .input-area > input, .bs-price-input.disabled > .input-area > input, .bs-date-input.disabled > .input-area > input, .bs-date-range.disabled > .input-area > input {
|
|
1548
|
+
color: var(--bs-input-disabled-text) !important;
|
|
1549
|
+
background-color: var(--bs-input-disabled-bg) !important;
|
|
1550
|
+
}
|
|
1551
|
+
|
|
1552
|
+
.bs-text-area.disabled > .input-area > textarea, .bs-rich-text.disabled > .input-area > textarea {
|
|
1553
|
+
background-color: var(--bs-input-disabled-bg) !important;
|
|
1554
|
+
}
|
|
1555
|
+
|
|
1556
|
+
.bs-date-input .view-mode, .bs-date-range .view-mode {
|
|
1557
|
+
align-items: center;
|
|
1558
|
+
gap: calc(var(--spacing) * 1);
|
|
1559
|
+
white-space: nowrap;
|
|
1560
|
+
display: flex;
|
|
1561
|
+
}
|
|
1562
|
+
|
|
1563
|
+
.bs-date-input .view-mode:before, .bs-date-range .view-mode:before {
|
|
1564
|
+
content: "calendar_month";
|
|
1565
|
+
width: 1em;
|
|
1566
|
+
font-family: var(--bs-icon-font-family);
|
|
1567
|
+
}
|
|
1568
|
+
|
|
1569
|
+
.bs-date-input .extra-dates, .bs-date-range .extra-dates, .bs-calendar .extra-dates, .bs-calendar-range .extra-dates {
|
|
1570
|
+
margin-top: calc(var(--spacing) * 1);
|
|
1571
|
+
color: var(--bs-body-text);
|
|
1572
|
+
}
|
|
1573
|
+
|
|
1574
|
+
.bs-date-input .extra-dates .extra-date, .bs-date-range .extra-dates .extra-date, .bs-calendar .extra-dates .extra-date, .bs-calendar-range .extra-dates .extra-date {
|
|
1575
|
+
align-items: center;
|
|
1576
|
+
gap: calc(var(--spacing) * 1);
|
|
1577
|
+
white-space: nowrap;
|
|
1578
|
+
font-size: .8125rem;
|
|
1579
|
+
display: flex;
|
|
1580
|
+
}
|
|
1581
|
+
|
|
1582
|
+
.bs-date-input .extra-dates .extra-date:before, .bs-date-range .extra-dates .extra-date:before, .bs-calendar .extra-dates .extra-date:before, .bs-calendar-range .extra-dates .extra-date:before {
|
|
1583
|
+
content: "globe";
|
|
1584
|
+
width: 1em;
|
|
1585
|
+
font-family: var(--bs-icon-font-family);
|
|
1586
|
+
}
|
|
1587
|
+
|
|
1588
|
+
.bs-calendar .extra-dates, .bs-calendar-range .extra-dates {
|
|
1589
|
+
padding-top: calc(var(--spacing) * 2);
|
|
1590
|
+
border-top: 1px solid var(--bs-border);
|
|
1591
|
+
}
|
|
1592
|
+
|
|
1593
|
+
.bs-checkbox-base {
|
|
1594
|
+
color: var(--bs-check-icon-color);
|
|
1595
|
+
white-space: nowrap;
|
|
1596
|
+
display: inline-block;
|
|
1597
|
+
}
|
|
1598
|
+
|
|
1599
|
+
.bs-checkbox-base input {
|
|
1600
|
+
margin: calc(var(--spacing) * 0);
|
|
1601
|
+
appearance: none;
|
|
1602
|
+
--tw-outline-style: none;
|
|
1603
|
+
outline-style: none;
|
|
1604
|
+
}
|
|
1605
|
+
|
|
1606
|
+
.bs-checkbox-base input:before {
|
|
1607
|
+
font-size: var(--bs-check-icon-size);
|
|
1608
|
+
font-family: var(--bs-icon-font-family);
|
|
1609
|
+
color: var(--bs-check-icon-color);
|
|
1610
|
+
cursor: pointer;
|
|
1611
|
+
vertical-align: middle;
|
|
1612
|
+
}
|
|
1613
|
+
|
|
1614
|
+
.bs-checkbox-base input:hover, .bs-checkbox-base input:hover ~ label {
|
|
1615
|
+
color: var(--bs-check-icon-hover);
|
|
1616
|
+
}
|
|
1617
|
+
|
|
1618
|
+
.bs-checkbox-base input:focus:before, .bs-checkbox-base input:focus ~ label {
|
|
1619
|
+
color: var(--bs-check-icon-focus);
|
|
1620
|
+
}
|
|
1621
|
+
|
|
1622
|
+
.bs-checkbox-base.modified input:before, .bs-checkbox-base.modified input ~ label {
|
|
1623
|
+
color: var(--bs-check-icon-modified) !important;
|
|
1624
|
+
}
|
|
1625
|
+
|
|
1626
|
+
.bs-checkbox-base.error input:before, .bs-checkbox-base.error input ~ label {
|
|
1627
|
+
color: var(--bs-check-icon-error) !important;
|
|
1628
|
+
}
|
|
1629
|
+
|
|
1630
|
+
.bs-checkbox-base.disabled input:before, .bs-checkbox-base.disabled input ~ label {
|
|
1631
|
+
color: var(--bs-check-icon-disabled) !important;
|
|
1632
|
+
}
|
|
1633
|
+
|
|
1634
|
+
.bs-checkbox-base label {
|
|
1635
|
+
padding: var(--bs-check-label-padding-y) var(--bs-check-label-padding-x);
|
|
1636
|
+
cursor: pointer;
|
|
1637
|
+
vertical-align: middle;
|
|
1638
|
+
display: inline-block;
|
|
1639
|
+
}
|
|
1640
|
+
|
|
1641
|
+
.bs-checkbox-group.modified .bs-checkbox:not(.disabled) .icon-label .bs-icon, .bs-checkbox-group.modified .bs-checkbox:not(.disabled) .text-label, .bs-radio-button-group.modified .bs-radio-button:not(.disabled) .icon-label .bs-icon, .bs-radio-button-group.modified .bs-radio-button:not(.disabled) .text-label {
|
|
1642
|
+
color: var(--bs-check-icon-modified) !important;
|
|
1643
|
+
}
|
|
1644
|
+
|
|
1645
|
+
.bs-checkbox-group.error .bs-checkbox:not(.disabled) .icon-label .bs-icon, .bs-checkbox-group.error .bs-checkbox:not(.disabled) .text-label, .bs-radio-button-group.error .bs-radio-button:not(.disabled) .icon-label .bs-icon, .bs-radio-button-group.error .bs-radio-button:not(.disabled) .text-label {
|
|
1646
|
+
color: var(--bs-check-icon-error) !important;
|
|
1647
|
+
}
|
|
1648
|
+
|
|
1649
|
+
.bs-checkbox-group.disabled .icon-label .bs-icon, .bs-checkbox-group.disabled .text-label, .bs-radio-button-group.disabled .icon-label .bs-icon, .bs-radio-button-group.disabled .text-label {
|
|
1650
|
+
color: var(--bs-check-icon-disabled) !important;
|
|
1651
|
+
}
|
|
1652
|
+
|
|
1653
|
+
.bs-select-wrap {
|
|
1654
|
+
background-color: var(--bs-select-bg);
|
|
1655
|
+
color: var(--bs-select-text);
|
|
1656
|
+
min-width: calc(var(--spacing) * 16);
|
|
1657
|
+
--tw-outline-style: none;
|
|
1658
|
+
outline-style: none;
|
|
1659
|
+
flex-direction: column;
|
|
1660
|
+
justify-content: flex-start;
|
|
1661
|
+
align-items: flex-start;
|
|
1662
|
+
display: inline-flex;
|
|
1663
|
+
position: relative;
|
|
1664
|
+
}
|
|
1665
|
+
|
|
1666
|
+
.bs-select-wrap .message {
|
|
1667
|
+
font-size: var(--bs-font-size-sm);
|
|
1668
|
+
margin-top: calc(var(--spacing) * 1);
|
|
1669
|
+
}
|
|
1670
|
+
|
|
1671
|
+
.bs-select-wrap:hover > .selected {
|
|
1672
|
+
border-color: var(--bs-select-border-hover);
|
|
1673
|
+
}
|
|
1674
|
+
|
|
1675
|
+
.bs-select-wrap:focus > .selected {
|
|
1676
|
+
border-color: var(--bs-select-border-focus);
|
|
1677
|
+
}
|
|
1678
|
+
|
|
1679
|
+
.bs-select-wrap > .selected {
|
|
1680
|
+
height: var(--bs-select-height);
|
|
1681
|
+
border: 1px solid var(--bs-select-border);
|
|
1682
|
+
border-radius: var(--bs-select-border-radius);
|
|
1683
|
+
padding-left: var(--bs-select-padding-x);
|
|
1684
|
+
padding-right: var(--bs-select-padding-x);
|
|
1685
|
+
background-color: var(--bs-select-bg);
|
|
1686
|
+
cursor: pointer;
|
|
1687
|
+
justify-content: flex-start;
|
|
1688
|
+
align-items: center;
|
|
1689
|
+
min-width: 100%;
|
|
1690
|
+
display: flex;
|
|
1691
|
+
}
|
|
1692
|
+
|
|
1693
|
+
.bs-select-wrap > .selected .label {
|
|
1694
|
+
text-overflow: ellipsis;
|
|
1695
|
+
white-space: nowrap;
|
|
1696
|
+
flex-grow: 1;
|
|
1697
|
+
overflow: hidden;
|
|
1698
|
+
}
|
|
1699
|
+
|
|
1700
|
+
.bs-select-wrap > .selected .placeholder {
|
|
1701
|
+
color: var(--bs-select-placeholder);
|
|
1702
|
+
text-overflow: ellipsis;
|
|
1703
|
+
overflow: hidden;
|
|
1704
|
+
}
|
|
1705
|
+
|
|
1706
|
+
.bs-select-wrap > .selected .dropdown-btn {
|
|
1707
|
+
font-family: var(--bs-icon-font-family);
|
|
1708
|
+
margin-right: calc(var(--spacing) * -1);
|
|
1709
|
+
margin-left: calc(var(--spacing) * 1);
|
|
1710
|
+
transition-property: transform, translate, scale, rotate;
|
|
1711
|
+
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
1712
|
+
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
1713
|
+
--tw-duration: .2s;
|
|
1714
|
+
-webkit-user-select: none;
|
|
1715
|
+
user-select: none;
|
|
1716
|
+
transition-duration: .2s;
|
|
1717
|
+
}
|
|
1718
|
+
|
|
1719
|
+
.bs-select-wrap.popup-open .dropdown-btn {
|
|
1720
|
+
rotate: 180deg;
|
|
1721
|
+
}
|
|
1722
|
+
|
|
1723
|
+
.bs-select-wrap.modified > .selected {
|
|
1724
|
+
border-color: var(--bs-select-modified-border) !important;
|
|
1725
|
+
}
|
|
1726
|
+
|
|
1727
|
+
.bs-select-wrap.error > .selected {
|
|
1728
|
+
border-color: var(--bs-select-error-border) !important;
|
|
1729
|
+
color: var(--bs-select-error-text) !important;
|
|
1730
|
+
}
|
|
1731
|
+
|
|
1732
|
+
.bs-select-wrap.disabled > .selected {
|
|
1733
|
+
border-color: var(--bs-select-disabled-border) !important;
|
|
1734
|
+
background-color: var(--bs-select-disabled-bg) !important;
|
|
1735
|
+
color: var(--bs-select-disabled-text) !important;
|
|
1736
|
+
}
|
|
1737
|
+
|
|
1738
|
+
.bs-select-wrap.view-mode {
|
|
1739
|
+
background-color: #0000;
|
|
1740
|
+
}
|
|
1741
|
+
|
|
1742
|
+
.bs-select-wrap .small-progress {
|
|
1743
|
+
font-size: var(--bs-font-size-sm);
|
|
1744
|
+
font-family: var(--bs-icon-font-family);
|
|
1745
|
+
color: var(--bs-select-placeholder);
|
|
1746
|
+
top: calc(var(--spacing) * 0);
|
|
1747
|
+
padding-inline: calc(var(--spacing) * .5);
|
|
1748
|
+
animation: 1s linear infinite spin;
|
|
1749
|
+
position: absolute;
|
|
1750
|
+
left: 100%;
|
|
1751
|
+
}
|
|
1752
|
+
|
|
1753
|
+
.bs-field-error {
|
|
1754
|
+
margin-top: calc(var(--spacing) * 1);
|
|
1755
|
+
color: var(--bs-color-error);
|
|
1756
|
+
}
|
|
1757
|
+
|
|
1758
|
+
.component-shadow-base {
|
|
1759
|
+
box-shadow: var(--bs-popup-shadow);
|
|
1760
|
+
}
|
|
1761
|
+
|
|
1762
|
+
[data-theme="dark"] .component-shadow-base {
|
|
1763
|
+
box-shadow: 2px 2px 8px #ffffff1a;
|
|
1764
|
+
}
|
|
1765
|
+
|
|
1766
|
+
.fade-enter-active, .fade-leave-active {
|
|
1767
|
+
transition-property: opacity;
|
|
1768
|
+
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
1769
|
+
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
1770
|
+
--tw-duration: .3s;
|
|
1771
|
+
transition-duration: .3s;
|
|
1772
|
+
}
|
|
1773
|
+
|
|
1774
|
+
.fade-enter-from, .fade-leave-to {
|
|
1775
|
+
opacity: 0;
|
|
1776
|
+
}
|
|
1777
|
+
|
|
1778
|
+
.text-description {
|
|
1779
|
+
margin-top: calc(var(--spacing) * .5);
|
|
1780
|
+
color: var(--bs-gray-400);
|
|
1781
|
+
font-size: .923em;
|
|
1782
|
+
}
|
|
1783
|
+
|
|
1784
|
+
.bs-drop-position {
|
|
1785
|
+
z-index: 100;
|
|
1786
|
+
border-radius: var(--radius-sm);
|
|
1787
|
+
opacity: .7;
|
|
1788
|
+
border: 1px solid var(--bs-primary);
|
|
1789
|
+
background-color: var(--bs-primary-400);
|
|
1790
|
+
position: absolute;
|
|
1791
|
+
}
|
|
1792
|
+
|
|
1793
|
+
.bs-drop-position.vertical {
|
|
1794
|
+
left: calc(var(--spacing) * 0);
|
|
1795
|
+
height: calc(var(--spacing) * 2);
|
|
1796
|
+
width: 100%;
|
|
1797
|
+
}
|
|
1798
|
+
|
|
1799
|
+
.bs-drop-position.vertical.before {
|
|
1800
|
+
top: calc(var(--spacing) * -1);
|
|
1801
|
+
}
|
|
1802
|
+
|
|
1803
|
+
.bs-drop-position.vertical.after {
|
|
1804
|
+
bottom: calc(var(--spacing) * -1);
|
|
1805
|
+
}
|
|
1806
|
+
|
|
1807
|
+
.bs-drop-position.horizontal {
|
|
1808
|
+
left: calc(var(--spacing) * 0);
|
|
1809
|
+
height: 100%;
|
|
1810
|
+
width: calc(var(--spacing) * 2);
|
|
1811
|
+
}
|
|
1812
|
+
|
|
1813
|
+
.bs-drop-position.horizontal.before {
|
|
1814
|
+
left: calc(var(--spacing) * -1);
|
|
1815
|
+
}
|
|
1816
|
+
|
|
1817
|
+
.bs-drop-position.horizontal.after {
|
|
1818
|
+
right: calc(var(--spacing) * -1);
|
|
1819
|
+
}
|
|
1820
|
+
|
|
1821
|
+
.bs-droppable-horizontal {
|
|
1822
|
+
transition-property: transform, translate, scale, rotate;
|
|
1823
|
+
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
1824
|
+
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
1825
|
+
--tw-duration: .3s;
|
|
1826
|
+
--tw-ease: var(--ease-in-out);
|
|
1827
|
+
transition-duration: .3s;
|
|
1828
|
+
transition-timing-function: var(--ease-in-out);
|
|
1829
|
+
}
|
|
1830
|
+
|
|
1831
|
+
.bs-droppable-horizontal.bs-dropping-before, .bs-droppable-horizontal.bs-dropping-after-following {
|
|
1832
|
+
z-index: 1;
|
|
1833
|
+
--tw-translate-x: calc(var(--spacing) * 3);
|
|
1834
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
1835
|
+
}
|
|
1836
|
+
|
|
1837
|
+
.bs-droppable-horizontal.bs-dropping-after, .bs-droppable-horizontal.bs-dropping-before-preceding {
|
|
1838
|
+
z-index: 1;
|
|
1839
|
+
--tw-translate-x: calc(var(--spacing) * -3);
|
|
1840
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
1841
|
+
}
|
|
1842
|
+
|
|
1843
|
+
.bs-dragging-source {
|
|
1844
|
+
opacity: .5;
|
|
1845
|
+
}
|
|
1846
|
+
|
|
1847
|
+
@keyframes spin {
|
|
1848
|
+
to {
|
|
1849
|
+
transform: rotate(360deg);
|
|
1850
|
+
}
|
|
1851
|
+
}
|
|
1852
|
+
|
|
1853
|
+
@property --tw-rotate-x {
|
|
1854
|
+
syntax: "*";
|
|
1855
|
+
inherits: false
|
|
1856
|
+
}
|
|
1857
|
+
|
|
1858
|
+
@property --tw-rotate-y {
|
|
1859
|
+
syntax: "*";
|
|
1860
|
+
inherits: false
|
|
1861
|
+
}
|
|
1862
|
+
|
|
1863
|
+
@property --tw-rotate-z {
|
|
1864
|
+
syntax: "*";
|
|
1865
|
+
inherits: false
|
|
1866
|
+
}
|
|
1867
|
+
|
|
1868
|
+
@property --tw-skew-x {
|
|
1869
|
+
syntax: "*";
|
|
1870
|
+
inherits: false
|
|
1871
|
+
}
|
|
1872
|
+
|
|
1873
|
+
@property --tw-skew-y {
|
|
1874
|
+
syntax: "*";
|
|
1875
|
+
inherits: false
|
|
1876
|
+
}
|
|
1877
|
+
|
|
1878
|
+
@property --tw-border-style {
|
|
1879
|
+
syntax: "*";
|
|
1880
|
+
inherits: false;
|
|
1881
|
+
initial-value: solid;
|
|
1882
|
+
}
|
|
1883
|
+
|
|
1884
|
+
@property --tw-outline-style {
|
|
1885
|
+
syntax: "*";
|
|
1886
|
+
inherits: false;
|
|
1887
|
+
initial-value: solid;
|
|
1888
|
+
}
|
|
1889
|
+
|
|
1890
|
+
@property --tw-blur {
|
|
1891
|
+
syntax: "*";
|
|
1892
|
+
inherits: false
|
|
1893
|
+
}
|
|
1894
|
+
|
|
1895
|
+
@property --tw-brightness {
|
|
1896
|
+
syntax: "*";
|
|
1897
|
+
inherits: false
|
|
1898
|
+
}
|
|
1899
|
+
|
|
1900
|
+
@property --tw-contrast {
|
|
1901
|
+
syntax: "*";
|
|
1902
|
+
inherits: false
|
|
1903
|
+
}
|
|
1904
|
+
|
|
1905
|
+
@property --tw-grayscale {
|
|
1906
|
+
syntax: "*";
|
|
1907
|
+
inherits: false
|
|
1908
|
+
}
|
|
1909
|
+
|
|
1910
|
+
@property --tw-hue-rotate {
|
|
1911
|
+
syntax: "*";
|
|
1912
|
+
inherits: false
|
|
1913
|
+
}
|
|
1914
|
+
|
|
1915
|
+
@property --tw-invert {
|
|
1916
|
+
syntax: "*";
|
|
1917
|
+
inherits: false
|
|
1918
|
+
}
|
|
1919
|
+
|
|
1920
|
+
@property --tw-opacity {
|
|
1921
|
+
syntax: "*";
|
|
1922
|
+
inherits: false
|
|
1923
|
+
}
|
|
1924
|
+
|
|
1925
|
+
@property --tw-saturate {
|
|
1926
|
+
syntax: "*";
|
|
1927
|
+
inherits: false
|
|
1928
|
+
}
|
|
1929
|
+
|
|
1930
|
+
@property --tw-sepia {
|
|
1931
|
+
syntax: "*";
|
|
1932
|
+
inherits: false
|
|
1933
|
+
}
|
|
1934
|
+
|
|
1935
|
+
@property --tw-drop-shadow {
|
|
1936
|
+
syntax: "*";
|
|
1937
|
+
inherits: false
|
|
1938
|
+
}
|
|
1939
|
+
|
|
1940
|
+
@property --tw-drop-shadow-color {
|
|
1941
|
+
syntax: "*";
|
|
1942
|
+
inherits: false
|
|
1943
|
+
}
|
|
1944
|
+
|
|
1945
|
+
@property --tw-drop-shadow-alpha {
|
|
1946
|
+
syntax: "<percentage>";
|
|
1947
|
+
inherits: false;
|
|
1948
|
+
initial-value: 100%;
|
|
1949
|
+
}
|
|
1950
|
+
|
|
1951
|
+
@property --tw-drop-shadow-size {
|
|
1952
|
+
syntax: "*";
|
|
1953
|
+
inherits: false
|
|
1954
|
+
}
|
|
1955
|
+
|
|
1956
|
+
@property --tw-leading {
|
|
1957
|
+
syntax: "*";
|
|
1958
|
+
inherits: false
|
|
1959
|
+
}
|
|
1960
|
+
|
|
1961
|
+
@property --tw-duration {
|
|
1962
|
+
syntax: "*";
|
|
1963
|
+
inherits: false
|
|
1964
|
+
}
|
|
1965
|
+
|
|
1966
|
+
@property --tw-font-weight {
|
|
1967
|
+
syntax: "*";
|
|
1968
|
+
inherits: false
|
|
1969
|
+
}
|
|
1970
|
+
|
|
1971
|
+
@property --tw-ease {
|
|
1972
|
+
syntax: "*";
|
|
1973
|
+
inherits: false
|
|
1974
|
+
}
|
|
1975
|
+
|
|
1976
|
+
@property --tw-translate-x {
|
|
1977
|
+
syntax: "*";
|
|
1978
|
+
inherits: false;
|
|
1979
|
+
initial-value: 0;
|
|
1980
|
+
}
|
|
1981
|
+
|
|
1982
|
+
@property --tw-translate-y {
|
|
1983
|
+
syntax: "*";
|
|
1984
|
+
inherits: false;
|
|
1985
|
+
initial-value: 0;
|
|
1986
|
+
}
|
|
1987
|
+
|
|
1988
|
+
@property --tw-translate-z {
|
|
1989
|
+
syntax: "*";
|
|
1990
|
+
inherits: false;
|
|
1991
|
+
initial-value: 0;
|
|
1992
|
+
}
|
|
1993
|
+
|
|
1994
|
+
.bs-button {
|
|
1995
|
+
height: var(--bs-button-height);
|
|
1996
|
+
padding: var(--bs-button-padding-y) var(--bs-button-padding-x);
|
|
1997
|
+
border-radius: var(--bs-button-border-radius);
|
|
1998
|
+
font-size: var(--bs-button-font-size);
|
|
1999
|
+
color: var(--bs-color-text);
|
|
2000
|
+
border: none;
|
|
2001
|
+
margin-right: 1px;
|
|
2002
|
+
display: inline-flex;
|
|
2003
|
+
align-items: center;
|
|
2004
|
+
justify-content: center;
|
|
2005
|
+
line-height: 1;
|
|
2006
|
+
vertical-align: middle;
|
|
2007
|
+
white-space: nowrap;
|
|
2008
|
+
text-decoration-line: none;
|
|
2009
|
+
font-weight: 400;
|
|
2010
|
+
cursor: pointer;
|
|
2011
|
+
}
|
|
2012
|
+
.bs-button.border-0 > .bs-icon.left { margin-right: 0;
|
|
2013
|
+
}
|
|
2014
|
+
.bs-button.border-0 > .bs-icon.right { margin-left: 0;
|
|
2015
|
+
}
|
|
2016
|
+
.bs-button.bg-transparent:not(:disabled):hover,
|
|
2017
|
+
.bs-button.bg-transparent:not(:disabled):active { opacity: 0.8;
|
|
2018
|
+
}
|
|
2019
|
+
.bs-button:disabled { cursor: default; opacity: 0.6;
|
|
2020
|
+
}
|
|
2021
|
+
|
|
2022
|
+
/* Default */
|
|
2023
|
+
.bs-button.default {
|
|
2024
|
+
background-color: var(--bs-button-bg);
|
|
2025
|
+
border: 1px solid var(--bs-button-border);
|
|
2026
|
+
color: var(--bs-button-text);
|
|
2027
|
+
}
|
|
2028
|
+
.bs-button.default:not(:disabled):hover { background-color: var(--bs-gray-100);
|
|
2029
|
+
}
|
|
2030
|
+
.bs-button.default:not(:disabled):active { background-color: var(--bs-gray-200);
|
|
2031
|
+
}
|
|
2032
|
+
|
|
2033
|
+
/* Blue */
|
|
2034
|
+
.bs-button.blue {
|
|
2035
|
+
background-color: var(--bs-button-blue-bg);
|
|
2036
|
+
border: 1px solid var(--bs-button-blue-bg);
|
|
2037
|
+
color: var(--bs-button-blue-text);
|
|
2038
|
+
}
|
|
2039
|
+
.bs-button.blue:not(:disabled):hover { background-color: color-mix(in srgb, var(--bs-button-blue-bg) 90%, black 10%);
|
|
2040
|
+
}
|
|
2041
|
+
.bs-button.blue:not(:disabled):active { background-color: color-mix(in srgb, var(--bs-button-blue-bg) 80%, black 20%);
|
|
2042
|
+
}
|
|
2043
|
+
|
|
2044
|
+
/* Red */
|
|
2045
|
+
.bs-button.red { background-color: var(--bs-button-red-bg); color: var(--bs-button-red-text);
|
|
2046
|
+
}
|
|
2047
|
+
.bs-button.red:not(:disabled):hover { background-color: color-mix(in srgb, var(--bs-button-red-bg) 90%, black 10%);
|
|
2048
|
+
}
|
|
2049
|
+
.bs-button.red:not(:disabled):active { background-color: color-mix(in srgb, var(--bs-button-red-bg) 80%, black 20%);
|
|
2050
|
+
}
|
|
2051
|
+
|
|
2052
|
+
/* Orange */
|
|
2053
|
+
.bs-button.orange { background-color: var(--bs-button-orange-bg); color: var(--bs-button-orange-text);
|
|
2054
|
+
}
|
|
2055
|
+
.bs-button.orange:not(:disabled):hover { background-color: color-mix(in srgb, var(--bs-button-orange-bg) 90%, black 10%);
|
|
2056
|
+
}
|
|
2057
|
+
.bs-button.orange:not(:disabled):active { background-color: color-mix(in srgb, var(--bs-button-orange-bg) 80%, black 20%);
|
|
2058
|
+
}
|
|
2059
|
+
|
|
2060
|
+
/* Green */
|
|
2061
|
+
.bs-button.green { background-color: var(--bs-button-green-bg); color: var(--bs-button-green-text);
|
|
2062
|
+
}
|
|
2063
|
+
.bs-button.green:not(:disabled):hover { background-color: color-mix(in srgb, var(--bs-button-green-bg) 90%, black 10%);
|
|
2064
|
+
}
|
|
2065
|
+
.bs-button.green:not(:disabled):active { background-color: color-mix(in srgb, var(--bs-button-green-bg) 80%, black 20%);
|
|
2066
|
+
}
|
|
2067
|
+
|
|
2068
|
+
/* Gray */
|
|
2069
|
+
.bs-button.gray { background-color: var(--bs-button-gray-bg); color: var(--bs-button-gray-text);
|
|
2070
|
+
}
|
|
2071
|
+
.bs-button.gray:not(:disabled):hover { background-color: color-mix(in srgb, var(--bs-button-gray-bg) 90%, black 10%);
|
|
2072
|
+
}
|
|
2073
|
+
.bs-button.gray:not(:disabled):active { background-color: color-mix(in srgb, var(--bs-button-gray-bg) 80%, black 20%);
|
|
2074
|
+
}
|
|
2075
|
+
|
|
2076
|
+
/* Black */
|
|
2077
|
+
.bs-button.black { background-color: var(--bs-button-black-bg); color: var(--bs-button-black-text);
|
|
2078
|
+
}
|
|
2079
|
+
.bs-button.black:not(:disabled):hover { background-color: color-mix(in srgb, var(--bs-button-black-bg) 90%, black 10%);
|
|
2080
|
+
}
|
|
2081
|
+
.bs-button.black:not(:disabled):active { background-color: color-mix(in srgb, var(--bs-button-black-bg) 80%, black 20%);
|
|
2082
|
+
}
|
|
2083
|
+
|
|
2084
|
+
/* Underline */
|
|
2085
|
+
.bs-button.underline {
|
|
2086
|
+
padding: 0 0.5rem;
|
|
2087
|
+
border-radius: 0;
|
|
2088
|
+
text-decoration-line: underline;
|
|
2089
|
+
text-underline-offset: 2px;
|
|
2090
|
+
background-color: var(--bs-button-bg);
|
|
2091
|
+
color: var(--bs-button-text);
|
|
2092
|
+
border: 0 none;
|
|
2093
|
+
}
|
|
2094
|
+
.bs-button.underline.blue:not(:disabled):hover { background-color: color-mix(in srgb, var(--bs-button-blue-bg) 95%, black 5%);
|
|
2095
|
+
}
|
|
2096
|
+
.bs-button.underline.blue:not(:disabled):active { background-color: color-mix(in srgb, var(--bs-button-blue-bg) 90%, black 10%);
|
|
2097
|
+
}
|
|
2098
|
+
.bs-button.underline.red:not(:disabled):active { background-color: color-mix(in srgb, var(--bs-button-red-bg) 90%, black 10%);
|
|
2099
|
+
}
|
|
2100
|
+
.bs-button.underline.orange:not(:disabled):active { background-color: color-mix(in srgb, var(--bs-button-orange-bg) 90%, black 10%);
|
|
2101
|
+
}
|
|
2102
|
+
.bs-button.underline.green:not(:disabled):active { background-color: color-mix(in srgb, var(--bs-button-green-bg) 90%, black 10%);
|
|
2103
|
+
}
|
|
2104
|
+
.bs-button.underline.gray:not(:disabled):active { background-color: color-mix(in srgb, var(--bs-button-gray-bg) 90%, black 10%);
|
|
2105
|
+
}
|
|
2106
|
+
.bs-button.border-0 { border: 0;
|
|
2107
|
+
}
|
|
2108
|
+
|
|
2109
|
+
/* Dark theme */
|
|
2110
|
+
[data-theme="dark"] .bs-button.default:not(:disabled):hover { background-color: var(--bs-gray-800);
|
|
2111
|
+
}
|
|
2112
|
+
[data-theme="dark"] .bs-button.default:not(:disabled):active { background-color: var(--bs-gray-700);
|
|
2113
|
+
}
|
|
2114
|
+
|
|
2115
|
+
.bs-icon {
|
|
2116
|
+
display: inline-flex;
|
|
2117
|
+
align-items: center;
|
|
2118
|
+
justify-content: center;
|
|
2119
|
+
width: 1em;
|
|
2120
|
+
height: 1em;
|
|
2121
|
+
}
|
|
2122
|
+
.bs-icon > svg {
|
|
2123
|
+
width: 100%;
|
|
2124
|
+
height: 100%;
|
|
2125
|
+
fill: currentColor;
|
|
2126
|
+
}
|
|
2127
|
+
.bs-icon.spin {
|
|
2128
|
+
animation: spin 1s linear infinite;
|
|
2129
|
+
}
|
|
2130
|
+
|
|
2131
|
+
.page-navigation {
|
|
2132
|
+
padding: 0.5rem;
|
|
2133
|
+
display: flex;
|
|
2134
|
+
gap: 0.125rem;
|
|
2135
|
+
align-items: center;
|
|
2136
|
+
justify-content: center;
|
|
2137
|
+
line-height: 1;
|
|
2138
|
+
color: var(--bs-page-nav-button-text);
|
|
2139
|
+
}
|
|
2140
|
+
.page-navigation > span {
|
|
2141
|
+
display: inline-flex;
|
|
2142
|
+
align-items: center;
|
|
2143
|
+
justify-content: center;
|
|
2144
|
+
user-select: none;
|
|
2145
|
+
cursor: pointer;
|
|
2146
|
+
width: var(--bs-page-nav-button-size);
|
|
2147
|
+
height: var(--bs-page-nav-button-size);
|
|
2148
|
+
background-color: var(--bs-page-nav-button-bg);
|
|
2149
|
+
border-radius: var(--bs-page-nav-button-border-radius);
|
|
2150
|
+
}
|
|
2151
|
+
.page-navigation > span:hover {
|
|
2152
|
+
background-color: var(--bs-page-nav-button-hover-bg);
|
|
2153
|
+
}
|
|
2154
|
+
.page-navigation > span:active {
|
|
2155
|
+
filter: opacity(50%);
|
|
2156
|
+
}
|
|
2157
|
+
.page-navigation > span.on {
|
|
2158
|
+
background-color: var(--bs-page-nav-button-active-bg);
|
|
2159
|
+
color: var(--bs-page-nav-button-active-text);
|
|
2160
|
+
}
|
|
2161
|
+
.page-navigation > span.nav-icon {
|
|
2162
|
+
font-size: 1.4em;
|
|
2163
|
+
}
|
|
2164
|
+
.page-navigation > span.disabled {
|
|
2165
|
+
cursor: default;
|
|
2166
|
+
color: var(--bs-gray-400);
|
|
2167
|
+
filter: opacity(40%);
|
|
2168
|
+
}
|
|
2169
|
+
.page-navigation > span:not(.disabled):hover {
|
|
2170
|
+
border-radius: var(--bs-page-nav-button-border-radius);
|
|
2171
|
+
}
|
|
2172
|
+
|
|
2173
|
+
.bs-loading-icon {
|
|
2174
|
+
display: flex;
|
|
2175
|
+
align-items: center;
|
|
2176
|
+
justify-content: center;
|
|
2177
|
+
color: var(--bs-loading-color);
|
|
2178
|
+
font-size: var(--bs-loading-size);
|
|
2179
|
+
}
|
|
2180
|
+
|
|
2181
|
+
.bs-popup {
|
|
2182
|
+
position: fixed;
|
|
2183
|
+
min-width: 3rem;
|
|
2184
|
+
min-height: 1.5rem;
|
|
2185
|
+
border: 1px solid var(--bs-popup-border);
|
|
2186
|
+
border-radius: var(--bs-popup-border-radius);
|
|
2187
|
+
background-color: var(--bs-popup-bg);
|
|
2188
|
+
color: var(--bs-body-text);
|
|
2189
|
+
z-index: 300;
|
|
2190
|
+
box-shadow: var(--bs-popup-shadow);
|
|
2191
|
+
}
|
|
2192
|
+
[data-theme="dark"] .bs-popup {
|
|
2193
|
+
box-shadow: 2px 2px 8px rgba(255, 255, 255, 0.1);
|
|
2194
|
+
}
|
|
2195
|
+
|
|
2196
|
+
.bs-tooltip {
|
|
2197
|
+
position: fixed;
|
|
2198
|
+
max-width: 15rem;
|
|
2199
|
+
z-index: 10000;
|
|
2200
|
+
padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
|
|
2201
|
+
border-radius: var(--bs-tooltip-border-radius);
|
|
2202
|
+
border: 1px solid var(--bs-primary);
|
|
2203
|
+
background-color: var(--bs-tooltip-bg);
|
|
2204
|
+
color: var(--bs-tooltip-text);
|
|
2205
|
+
font-size: var(--bs-tooltip-font-size);
|
|
2206
|
+
box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.2), 0 1px 2px -1px rgb(0 0 0 / 0.2);
|
|
2207
|
+
}
|
|
2208
|
+
.bs-tooltip:before {
|
|
2209
|
+
position: absolute;
|
|
2210
|
+
width: 0.75rem;
|
|
2211
|
+
height: 0.75rem;
|
|
2212
|
+
border-radius: 0.125rem;
|
|
2213
|
+
content: " ";
|
|
2214
|
+
left: calc(50% - 6px);
|
|
2215
|
+
top: -6px;
|
|
2216
|
+
border: 1px solid var(--bs-primary);
|
|
2217
|
+
background-color: var(--bs-tooltip-bg);
|
|
2218
|
+
transform: rotate(135deg);
|
|
2219
|
+
clip-path: polygon(0% 10%, 0% 100%, 90% 100%);
|
|
2220
|
+
z-index: -1;
|
|
2221
|
+
}
|
|
2222
|
+
.bs-tooltip.center {
|
|
2223
|
+
transform: translateX(-50%);
|
|
2224
|
+
}
|
|
2225
|
+
.bs-tooltip > div {
|
|
2226
|
+
overflow: auto;
|
|
2227
|
+
}
|
|
2228
|
+
|
|
2229
|
+
.bs-select-popup {
|
|
2230
|
+
min-width: 7.5rem;
|
|
2231
|
+
max-height: 300px;
|
|
2232
|
+
overflow: hidden;
|
|
2233
|
+
line-height: 1;
|
|
2234
|
+
}
|
|
2235
|
+
.bs-select-popup > .popup-search { padding: 0.25rem;
|
|
2236
|
+
}
|
|
2237
|
+
.bs-select-popup > .popup-search > input {
|
|
2238
|
+
border-radius: 0.125rem;
|
|
2239
|
+
padding: 0.125rem 0.25rem;
|
|
2240
|
+
width: 100%;
|
|
2241
|
+
outline: 0;
|
|
2242
|
+
border: 1px solid var(--bs-border);
|
|
2243
|
+
background-color: var(--bs-body-bg);
|
|
2244
|
+
color: var(--bs-body-text);
|
|
2245
|
+
}
|
|
2246
|
+
.bs-select-popup > .popup-search > input:focus { border-color: var(--bs-color-focus);
|
|
2247
|
+
}
|
|
2248
|
+
.bs-select-popup > .popup-items { flex-grow: 1; height: 100%; overflow: auto;
|
|
2249
|
+
}
|
|
2250
|
+
.bs-select-popup > .popup-items > .popup-item { padding: 0.375rem 1rem; height: 1.75rem; cursor: pointer; display: flex; align-items: center;
|
|
2251
|
+
}
|
|
2252
|
+
.bs-select-popup > .popup-items > .popup-item .checkbox { display: inline-flex; width: 1.25rem; margin-left: -0.625rem;
|
|
2253
|
+
}
|
|
2254
|
+
.bs-select-popup > .popup-items > .popup-item .label { flex-grow: 1; white-space: nowrap; cursor: pointer;
|
|
2255
|
+
}
|
|
2256
|
+
.bs-select-popup > .popup-items > .popup-item .label.null-label { color: var(--bs-color-text-light);
|
|
2257
|
+
}
|
|
2258
|
+
.bs-select-popup > .popup-items > .popup-item.hovered { background-color: var(--bs-color-hover);
|
|
2259
|
+
}
|
|
2260
|
+
.bs-select-popup > .popup-items > .popup-item.selected-item { color: var(--bs-primary); font-weight: bold;
|
|
2261
|
+
}
|
|
2262
|
+
[data-theme="dark"] .bs-select-popup > .popup-items > .popup-item.selected-item { color: var(--bs-primary-400);
|
|
2263
|
+
}
|
|
2264
|
+
|
|
2265
|
+
/* Styles defined in components.css */
|
|
2266
|
+
|
|
2267
|
+
.bs-calendar { display: inline-flex; flex-direction: column; align-items: center;
|
|
2268
|
+
}
|
|
2269
|
+
.bs-calendar .bs-calendar-head { display: flex; flex-direction: row; justify-content: space-between; align-items: center; gap: 0.5rem;
|
|
2270
|
+
}
|
|
2271
|
+
.bs-calendar .year-month { padding: 0.5rem 0.5rem 0.5rem 0; display: flex; gap: 0.25rem;
|
|
2272
|
+
}
|
|
2273
|
+
.bs-calendar .year-month .bs-button { border: 0; padding: 0;
|
|
2274
|
+
}
|
|
2275
|
+
.bs-calendar table { font-size: 0.75rem; line-height: 1rem; display: inline-table;
|
|
2276
|
+
}
|
|
2277
|
+
.bs-calendar table tr th,
|
|
2278
|
+
.bs-calendar table tr td { height: 34px; text-align: center; vertical-align: middle; padding-top: 0.25rem;
|
|
2279
|
+
}
|
|
2280
|
+
.bs-calendar table tr th { font-weight: 500;
|
|
2281
|
+
}
|
|
2282
|
+
.bs-calendar table tr td { cursor: pointer; user-select: none; text-align: center;
|
|
2283
|
+
}
|
|
2284
|
+
.bs-calendar table tr td > div { min-width: 34px; height: 34px; display: inline-flex; justify-content: center; align-items: center; aspect-ratio: 1;
|
|
2285
|
+
}
|
|
2286
|
+
.bs-calendar table tr td.today > div { background-color: var(--bs-calendar-today-bg); border-radius: 50%;
|
|
2287
|
+
}
|
|
2288
|
+
.bs-calendar table tr td.other-month > div { opacity: var(--bs-calendar-other-month-opacity);
|
|
2289
|
+
}
|
|
2290
|
+
.bs-calendar table tr td.dow-0 > div { color: var(--bs-calendar-sunday-text);
|
|
2291
|
+
}
|
|
2292
|
+
.bs-calendar table tr td.dow-6 > div { color: var(--bs-calendar-saturday-text);
|
|
2293
|
+
}
|
|
2294
|
+
.bs-calendar table tr td.selected > div { background-color: var(--bs-calendar-selected-bg); color: var(--bs-calendar-selected-text); border-radius: 50%;
|
|
2295
|
+
}
|
|
2296
|
+
.bs-calendar table tr td.range-selected > div { background-color: var(--bs-calendar-selected-bg); color: var(--bs-calendar-selected-text); border-radius: 0;
|
|
2297
|
+
}
|
|
2298
|
+
.bs-calendar table tr td:first-child.range-selected > div,
|
|
2299
|
+
.bs-calendar table tr td.range-selected-start > div { border-radius: 50% 0 0 50%;
|
|
2300
|
+
}
|
|
2301
|
+
.bs-calendar table tr td:last-child.range-selected > div,
|
|
2302
|
+
.bs-calendar table tr td.range-selected-end > div { border-radius: 0 50% 50% 0;
|
|
2303
|
+
}
|
|
2304
|
+
.bs-calendar table tr td.range-selected-start.range-selected-end > div,
|
|
2305
|
+
.bs-calendar table tr td:first-child.range-selected-end > div,
|
|
2306
|
+
.bs-calendar table tr td:last-child.range-selected-start > div { border-radius: 50%;
|
|
2307
|
+
}
|
|
2308
|
+
.bs-calendar table tr.weekdays { border-bottom: 1px solid var(--bs-calendar-weekdays-border);
|
|
2309
|
+
}
|
|
2310
|
+
.bs-calendar table.disabled { background-color: var(--bs-calendar-disabled-bg); border-radius: 4px; opacity: 0.7;
|
|
2311
|
+
}
|
|
2312
|
+
.bs-calendar table.disabled tr > td { cursor: default;
|
|
2313
|
+
}
|
|
2314
|
+
.bs-calendar .bs-calendar-time { margin-top: 0.5rem; align-self: stretch; display: flex; flex-direction: row; justify-content: center; align-items: center; padding: 0.5rem;
|
|
2315
|
+
}
|
|
2316
|
+
.bs-calendar .bs-calendar-time .select-wrap { width: 100%; display: flex; justify-content: center; align-items: center; padding: 0.5rem; background-color: var(--bs-calendar-time-bg);
|
|
2317
|
+
}
|
|
2318
|
+
.bs-calendar .bs-calendar-time .select-wrap > span { padding: 0 0.25rem;
|
|
2319
|
+
}
|
|
2320
|
+
|
|
2321
|
+
.bs-calendar-range .tilde {
|
|
2322
|
+
font-size: 1.2rem;
|
|
2323
|
+
padding: 0.5rem;
|
|
2324
|
+
}
|
|
2325
|
+
|
|
2326
|
+
.bs-text-input.value-right input {
|
|
2327
|
+
text-align: right;
|
|
2328
|
+
}
|
|
2329
|
+
.bs-text-input.value-center input {
|
|
2330
|
+
text-align: center;
|
|
2331
|
+
}
|
|
2332
|
+
|
|
2333
|
+
.bs-number-input.value-right input {
|
|
2334
|
+
text-align: right;
|
|
2335
|
+
}
|
|
2336
|
+
.bs-number-input.value-center input {
|
|
2337
|
+
text-align: center;
|
|
2338
|
+
}
|
|
2339
|
+
|
|
2340
|
+
/* Styles defined in components.css */
|
|
2341
|
+
|
|
2342
|
+
/* Styles defined in components.css */
|
|
2343
|
+
|
|
2344
|
+
/* Styles defined in components.css */
|
|
2345
|
+
|
|
2346
|
+
/* Styles defined in components.css */
|
|
2347
|
+
|
|
2348
|
+
/* Styles defined in components.css */
|
|
2349
|
+
|
|
2350
|
+
/* Styles defined in components.css */
|
|
2351
|
+
|
|
2352
|
+
.bs-date-input-popup {
|
|
2353
|
+
padding: 0.5rem 1rem;
|
|
2354
|
+
}
|
|
2355
|
+
.bs-date-input-popup .buttons {
|
|
2356
|
+
display: flex;
|
|
2357
|
+
gap: 0.25rem;
|
|
2358
|
+
justify-content: center;
|
|
2359
|
+
align-items: center;
|
|
2360
|
+
margin-top: 0.5rem;
|
|
2361
|
+
}
|
|
2362
|
+
.bs-date-input-popup .buttons .bs-button {
|
|
2363
|
+
min-width: 5rem;
|
|
2364
|
+
}
|
|
2365
|
+
|
|
2366
|
+
/* Styles defined in components.css */
|
|
2367
|
+
|
|
2368
|
+
.bs-date-range-popup {
|
|
2369
|
+
display: flex;
|
|
2370
|
+
padding: 0.5rem 1rem;
|
|
2371
|
+
}
|
|
2372
|
+
.bs-date-range-popup .buttons {
|
|
2373
|
+
display: flex;
|
|
2374
|
+
gap: 0.25rem;
|
|
2375
|
+
justify-content: center;
|
|
2376
|
+
align-items: center;
|
|
2377
|
+
margin-top: 0.5rem;
|
|
2378
|
+
}
|
|
2379
|
+
.bs-date-range-popup .buttons .bs-button {
|
|
2380
|
+
min-width: 5rem;
|
|
2381
|
+
}
|
|
2382
|
+
|
|
2383
|
+
/* Styles defined in components.css */
|
|
2384
|
+
|
|
2385
|
+
.bs-card-layout {
|
|
2386
|
+
width: 100%;
|
|
2387
|
+
border: 1px solid var(--bs-card-border);
|
|
2388
|
+
border-radius: var(--bs-card-border-radius);
|
|
2389
|
+
background-color: var(--bs-card-bg);
|
|
2390
|
+
box-shadow: 4px 4px 4px var(--bs-gray-100);
|
|
2391
|
+
}
|
|
2392
|
+
.bs-card-layout > .card-layout-header {
|
|
2393
|
+
height: 2.75rem;
|
|
2394
|
+
border-radius: 0.25rem;
|
|
2395
|
+
padding: var(--bs-card-header-padding-y) var(--bs-card-header-padding-x);
|
|
2396
|
+
background-color: var(--bs-card-header-bg);
|
|
2397
|
+
color: var(--bs-card-header-text);
|
|
2398
|
+
}
|
|
2399
|
+
.bs-card-layout.expanded > .card-layout-header {
|
|
2400
|
+
border-bottom: 1px solid var(--bs-border-light);
|
|
2401
|
+
border-bottom-left-radius: 0;
|
|
2402
|
+
border-bottom-right-radius: 0;
|
|
2403
|
+
}
|
|
2404
|
+
.bs-card-layout .card-layout-title { font-size: 1rem; line-height: 1.5rem; margin-left: 0.375rem;
|
|
2405
|
+
}
|
|
2406
|
+
.bs-card-layout .expand-btn {
|
|
2407
|
+
display: inline-block;
|
|
2408
|
+
font-size: 1.4rem;
|
|
2409
|
+
transition: transform 200ms;
|
|
2410
|
+
transform: rotate(0);
|
|
2411
|
+
color: var(--bs-gray-500);
|
|
2412
|
+
}
|
|
2413
|
+
.bs-card-layout.expanded .expand-btn { transform: rotate(90deg);
|
|
2414
|
+
}
|
|
2415
|
+
.bs-card-layout .title-icon {
|
|
2416
|
+
font-size: 1.4rem;
|
|
2417
|
+
color: var(--bs-gray-700);
|
|
2418
|
+
}
|
|
2419
|
+
.bs-card-layout .title-icon-box {
|
|
2420
|
+
width: 1rem;
|
|
2421
|
+
height: 1rem;
|
|
2422
|
+
border-radius: 0.125rem;
|
|
2423
|
+
margin: 0 0.375rem 0 0.25rem;
|
|
2424
|
+
background-color: var(--bs-gray-700);
|
|
2425
|
+
}
|
|
2426
|
+
.bs-card-layout.blue > .card-layout-header { background-color: var(--bs-blue-bg);
|
|
2427
|
+
}
|
|
2428
|
+
.bs-card-layout.red > .card-layout-header { background-color: var(--bs-red-bg);
|
|
2429
|
+
}
|
|
2430
|
+
.bs-card-layout.orange > .card-layout-header { background-color: var(--bs-orange-bg);
|
|
2431
|
+
}
|
|
2432
|
+
.bs-card-layout.green > .card-layout-header { background-color: var(--bs-green-bg);
|
|
2433
|
+
}
|
|
2434
|
+
.bs-card-layout.gray > .card-layout-header { background-color: var(--bs-gray-bg);
|
|
2435
|
+
}
|
|
2436
|
+
|
|
2437
|
+
.modal-wrapper {
|
|
2438
|
+
position: fixed;
|
|
2439
|
+
inset: 0;
|
|
2440
|
+
z-index: 201;
|
|
2441
|
+
}
|
|
2442
|
+
.modal-wrapper > .modal-panel {
|
|
2443
|
+
padding: 1.5rem;
|
|
2444
|
+
outline: none;
|
|
2445
|
+
cursor: move;
|
|
2446
|
+
position: relative;
|
|
2447
|
+
background-color: var(--bs-modal-bg);
|
|
2448
|
+
color: var(--bs-modal-text);
|
|
2449
|
+
border: 1px solid var(--bs-border);
|
|
2450
|
+
border-radius: var(--bs-modal-border-radius);
|
|
2451
|
+
box-shadow: var(--bs-modal-shadow);
|
|
2452
|
+
}
|
|
2453
|
+
.modal-wrapper > .modal-panel.maximized {
|
|
2454
|
+
cursor: default;
|
|
2455
|
+
margin: 0.5rem;
|
|
2456
|
+
width: calc(100% - 16px) !important;
|
|
2457
|
+
height: calc(100% - 16px) !important;
|
|
2458
|
+
}
|
|
2459
|
+
[data-theme="dark"] .modal-wrapper > .modal-panel {
|
|
2460
|
+
box-shadow: 0 4px 8px rgba(255, 255, 255, 0.1);
|
|
2461
|
+
}
|
|
2462
|
+
|
|
2463
|
+
.bs-modal-container .modal-curtain {
|
|
2464
|
+
position: fixed;
|
|
2465
|
+
inset: 0;
|
|
2466
|
+
z-index: 200;
|
|
2467
|
+
background-color: var(--bs-modal-overlay-bg);
|
|
2468
|
+
}
|
|
2469
|
+
|
|
2470
|
+
.bs-modal-frame {
|
|
2471
|
+
cursor: default;
|
|
2472
|
+
height: 100%;
|
|
2473
|
+
}
|
|
2474
|
+
.bs-modal-frame > .title-bar {
|
|
2475
|
+
padding-bottom: 1.5rem;
|
|
2476
|
+
}
|
|
2477
|
+
.bs-modal-frame > .title-bar .title {
|
|
2478
|
+
font-size: 1.3846em;
|
|
2479
|
+
}
|
|
2480
|
+
.bs-modal-frame > .title-bar .title-buttons {
|
|
2481
|
+
text-align: right;
|
|
2482
|
+
}
|
|
2483
|
+
.bs-modal-frame > .title-bar .close-btn {
|
|
2484
|
+
padding: 0.25rem;
|
|
2485
|
+
}
|
|
2486
|
+
.bs-modal-frame > .title-bar .close-btn .bs-icon {
|
|
2487
|
+
font-size: 1.6em;
|
|
2488
|
+
}
|
|
2489
|
+
.bs-modal-frame > .buttons {
|
|
2490
|
+
padding-top: 1.5rem;
|
|
2491
|
+
}
|
|
2492
|
+
|
|
2493
|
+
.bs-notification-container > .top-notification {
|
|
2494
|
+
position: fixed;
|
|
2495
|
+
z-index: 250;
|
|
2496
|
+
top: 50px;
|
|
2497
|
+
left: 50%;
|
|
2498
|
+
transform: translateX(-50%);
|
|
2499
|
+
}
|
|
2500
|
+
.bs-notification-container > .top-notification > div {
|
|
2501
|
+
position: relative;
|
|
2502
|
+
display: flex;
|
|
2503
|
+
align-items: center;
|
|
2504
|
+
justify-content: center;
|
|
2505
|
+
padding: 11px 0.75rem;
|
|
2506
|
+
line-height: 1.4;
|
|
2507
|
+
border: 1px solid var(--bs-notification-success-accent);
|
|
2508
|
+
border-radius: var(--bs-notification-border-radius);
|
|
2509
|
+
color: var(--bs-notification-success-accent);
|
|
2510
|
+
background-color: var(--bs-notification-bg);
|
|
2511
|
+
box-shadow: var(--bs-notification-shadow);
|
|
2512
|
+
}
|
|
2513
|
+
.bs-notification-container > .top-notification > div .notification-icon {
|
|
2514
|
+
width: 1.0769em;
|
|
2515
|
+
height: 1.0769em;
|
|
2516
|
+
margin-right: 0.375rem;
|
|
2517
|
+
}
|
|
2518
|
+
.bs-notification-container > .top-notification > div.error {
|
|
2519
|
+
border: 1px solid var(--bs-notification-error-accent);
|
|
2520
|
+
color: var(--bs-notification-error-accent);
|
|
2521
|
+
}
|
|
2522
|
+
.bs-notification-container > .bottom-notification {
|
|
2523
|
+
position: fixed;
|
|
2524
|
+
z-index: 250;
|
|
2525
|
+
bottom: 1.25rem;
|
|
2526
|
+
right: 1.25rem;
|
|
2527
|
+
}
|
|
2528
|
+
.bs-notification-container > .bs-loading-icon {
|
|
2529
|
+
position: fixed;
|
|
2530
|
+
inset: 0;
|
|
2531
|
+
z-index: 300;
|
|
2532
|
+
background-color: #000;
|
|
2533
|
+
opacity: 0.1;
|
|
2534
|
+
}
|
|
2535
|
+
.bs-notification-container > .bs-loading-icon > .bs-icon {
|
|
2536
|
+
font-size: 52px;
|
|
2537
|
+
opacity: 1;
|
|
2538
|
+
color: var(--bs-white);
|
|
2539
|
+
}
|
|
2540
|
+
[data-theme="dark"] .bs-notification-container > .top-notification > div {
|
|
2541
|
+
box-shadow: 0 4px 4px rgba(255, 255, 255, 0.1);
|
|
2542
|
+
}
|
|
2543
|
+
|
|
2544
|
+
.bs-context-menu {
|
|
2545
|
+
padding: 0.25rem 0;
|
|
2546
|
+
min-width: 7.5rem;
|
|
2547
|
+
overflow: auto;
|
|
2548
|
+
cursor: default;
|
|
2549
|
+
min-height: auto;
|
|
2550
|
+
max-height: 500px;
|
|
2551
|
+
background-color: var(--bs-context-menu-bg);
|
|
2552
|
+
color: var(--bs-context-menu-text);
|
|
2553
|
+
border: 1px solid var(--bs-context-menu-border);
|
|
2554
|
+
border-radius: var(--bs-context-menu-border-radius);
|
|
2555
|
+
box-shadow: var(--bs-context-menu-shadow);
|
|
2556
|
+
}
|
|
2557
|
+
.bs-context-menu > .menu {
|
|
2558
|
+
padding: 0.375rem 0.75rem;
|
|
2559
|
+
display: flex;
|
|
2560
|
+
align-items: flex-start;
|
|
2561
|
+
white-space: nowrap;
|
|
2562
|
+
cursor: pointer;
|
|
2563
|
+
}
|
|
2564
|
+
.bs-context-menu > .menu.disabled {
|
|
2565
|
+
color: var(--bs-gray-400);
|
|
2566
|
+
}
|
|
2567
|
+
.bs-context-menu > .menu:not(.disabled):hover {
|
|
2568
|
+
background-color: var(--bs-context-menu-item-hover-bg);
|
|
2569
|
+
}
|
|
2570
|
+
.bs-context-menu > .menu.has-submenu::after {
|
|
2571
|
+
content: "chevron_right";
|
|
2572
|
+
position: absolute;
|
|
2573
|
+
right: 0.125rem;
|
|
2574
|
+
font-size: 1rem;
|
|
2575
|
+
line-height: 1.5rem;
|
|
2576
|
+
max-width: 1em;
|
|
2577
|
+
font-family: var(--bs-icon-font-family);
|
|
2578
|
+
}
|
|
2579
|
+
.bs-context-menu > .menu.separator {
|
|
2580
|
+
padding: 0;
|
|
2581
|
+
margin: 0.25rem 0;
|
|
2582
|
+
border-bottom: 1px solid var(--bs-context-menu-separator);
|
|
2583
|
+
}
|
|
2584
|
+
.bs-context-menu > .menu.no-padding {
|
|
2585
|
+
padding: 0;
|
|
2586
|
+
}
|
|
2587
|
+
.bs-context-menu > .menu a {
|
|
2588
|
+
text-decoration-line: none;
|
|
2589
|
+
width: 100%;
|
|
2590
|
+
padding: 0.375rem 0.75rem;
|
|
2591
|
+
color: var(--bs-context-menu-text);
|
|
2592
|
+
}
|
|
2593
|
+
|
|
2594
|
+
.bs-context-menu-container .context-menu-curtain {
|
|
2595
|
+
position: fixed;
|
|
2596
|
+
inset: 0;
|
|
2597
|
+
z-index: 300;
|
|
2598
|
+
}
|