@deriv-com/smartcharts-champion 1.1.4 → 1.2.0
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/.husky/post-commit +8 -0
- package/.husky/pre-commit +8 -0
- package/CHANGELOG.md +17 -3
- package/dist/chart/flutter_bootstrap.js +1 -1
- package/dist/chart/flutter_service_worker.js +1 -1
- package/dist/chart/main.dart.js +1 -1
- package/dist/flutter-chart-adapter-65c26c.smartcharts.js +2 -0
- package/dist/{flutter-chart-adapter-ed383c.smartcharts.js.map → flutter-chart-adapter-65c26c.smartcharts.js.map} +1 -1
- package/dist/smartcharts.css +1 -1
- package/dist/smartcharts.css.map +1 -1
- package/dist/smartcharts.js +1 -1
- package/dist/smartcharts.js.map +1 -1
- package/package.json +2 -2
- package/dist/flutter-chart-adapter-ed383c.smartcharts.js +0 -2
package/dist/smartcharts.css
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
.sc-scrollbar{overflow-y:auto;overflow-x:hidden;position:relative;margin-right:4px;z-index:1;scrollbar-width:thin}.smartcharts-light .sc-scrollbar{scrollbar-color:#d6dadb rgba(0,0,0,0)}.smartcharts-dark .sc-scrollbar{scrollbar-color:#323738 rgba(0,0,0,0)}.sc-scrollbar::-webkit-scrollbar{width:4px}.sc-scrollbar::-webkit-scrollbar-track{-webkit-box-shadow:rgba(0,0,0,0);border-radius:2px}.sc-scrollbar::-webkit-scrollbar-thumb{border-radius:2px;-webkit-box-shadow:rgba(0,0,0,0)}.smartcharts-light .sc-scrollbar::-webkit-scrollbar-thumb{background:#d6dadb}.smartcharts-dark .sc-scrollbar::-webkit-scrollbar-thumb{background:#323738}.sc-scrollbar::-webkit-scrollbar-button,.sc-scrollbar::-webkit-scrollbar-corner{display:none}.sc-scrollbar--auto-hide{scrollbar-color:rgba(0,0,0,0) rgba(0,0,0,0) !important}.sc-scrollbar--auto-hide::-webkit-scrollbar-thumb{display:none}.sc-scrollbar--freeze{overflow:hidden !important}.smartcharts-light .sc-scrollbar:hover{scrollbar-color:#d6dadb rgba(0,0,0,0) !important}.smartcharts-dark .sc-scrollbar:hover{scrollbar-color:#323738 rgba(0,0,0,0) !important}.sc-scrollbar:hover::-webkit-scrollbar-thumb{display:inherit !important}.smartcharts-mobile .sc-scrollbar--auto-hide::-webkit-scrollbar-thumb{display:inherit !important}
|
|
6
6
|
.ciq-list{position:relative;box-sizing:border-box}.ciq-list .ciq-list-item{cursor:pointer;line-height:normal;font-size:1.2em;height:auto;padding:8px 16px;display:flex;align-items:center;justify-content:flex-start;border-bottom:none;box-sizing:border-box}.smartcharts-light .ciq-list .ciq-list-item{color:#333;background:#fff;border:1px solid #eaeced;border-top:none}.smartcharts-dark .ciq-list .ciq-list-item{color:#c2c2c2;background:#181c25;border:1px solid #1d1f20;border-top:none}.ciq-list .ciq-list-item:first-child{margin-top:18px;border-radius:4px 4px 0 0}.smartcharts-light .ciq-list .ciq-list-item:first-child{border-top:1px solid #eaeced}.smartcharts-dark .ciq-list .ciq-list-item:first-child{border-top:1px solid #1d1f20}.ciq-list .ciq-list-item:last-child{border-radius:0 0 4px 4px;margin-bottom:18px}.smartcharts-light .ciq-list .ciq-list-item:hover{background-color:#e6e9e9}.smartcharts-dark .ciq-list .ciq-list-item:hover{background-color:#242828}.ciq-list .ciq-list-item.active{font-weight:bold}.smartcharts-light .ciq-list .ciq-list-item.active{color:#2a3052;background-color:rgba(0,0,0,.16)}.smartcharts-dark .ciq-list .ciq-list-item.active{color:#fff;background-color:#323738}.ciq-list .ciq-list-item.disabled{pointer-events:none}.ciq-list .ciq-list-item.disabled>*{opacity:.2;cursor:auto}.ciq-list>div:nth-child(3)>div{opacity:.16}.smartcharts-light .ciq-list>div:nth-child(3)>div{background-color:#333 !important}.smartcharts-dark .ciq-list>div:nth-child(3)>div{background-color:#c2c2c2 !important}
|
|
7
7
|
@media(max-width: 767px)and (min-width: 320px){.smartcharts-portal{opacity:0;pointer-events:none;display:none}.smartcharts-portal--open{display:block;pointer-events:auto;opacity:1}.smartcharts-portal .smartcharts .smartcharts-mobile .cq-modal-dropdown.stxMenuActive{z-index:9999}.smartcharts-portal .smartcharts .smartcharts-mobile .cq-menu-dropdown{width:100%;height:auto;left:0px;bottom:auto;transform:translateX(0) translateY(-3em)}.smartcharts-portal .smartcharts .smartcharts-mobile .cq-menu-dropdown.cq-menu-dropdown-enter-done,.smartcharts-portal .smartcharts .smartcharts-mobile .cq-menu-dropdown.cq-menu-dropdown-enter-active{opacity:1;transform:translateX(0) translateY(0em)}.smartcharts-portal .smartcharts .smartcharts-mobile .cq-menu-dropdown.cq-menu-dropdown-enter-done{z-index:6}}
|
|
8
|
-
.sc-dialog{width:auto;top:auto;border-radius:4px;position:absolute;opacity:0;box-shadow:0 0 .63em .03em rgba(0,0,0,.14);z-index:-3;pointer-events:none;transform:translateY(3em);transition:pointer-events .2s cubic-bezier(0.64, 0.04, 0.35, 1), transform .25s cubic-bezier(0.64, 0.04, 0.35, 1), opacity .17s cubic-bezier(0.64, 0.04, 0.35, 1), z-index .17s cubic-bezier(0.64, 0.04, 0.35, 1)}.smartcharts-light .sc-dialog{background:#f2f3f4}.smartcharts-dark .sc-dialog{background:#181c25}.sc-dialog.sc-dialog-enter-done,.sc-dialog.sc-dialog-enter-active{opacity:1;transform:none;z-index:3}.sc-dialog.sc-dialog-enter-done{pointer-events:initial}.sc-dialog__head{display:flex;justify-content:space-between;border-radius:4px 4px 0 0;height:auto;box-sizing:border-box;border-bottom:2px solid}.smartcharts-light .sc-dialog__head{color:#333;background:#fff;border-color:#f4f4f6}.smartcharts-dark .sc-dialog__head{color:#fff;background:#151717;border-color:#181c25}.sc-dialog__head--title{font-size:16px;font-weight:bold;font-style:normal;line-height:1.5;letter-spacing:normal;min-width:240px;padding:16px;border-radius:5px 0 0;position:relative;box-sizing:border-box}.sc-dialog__head--custom{width:100%}.sc-dialog__head--info{display:flex;justify-content:flex-start;align-items:center;font-size:16px;font-weight:bold;font-style:normal;line-height:1.5;letter-spacing:normal;padding:10px 8px 10px 16px}.sc-dialog__head--info .ic-icon{width:32px;height:32px;display:flex;justify-content:center;align-items:center;cursor:pointer;margin-right:4px}.smartcharts-light .sc-dialog__head--info .ic-icon svg{fill:#333}.smartcharts-dark .sc-dialog__head--info .ic-icon svg{fill:#c2c2c2}.smartcharts-light .sc-dialog__head--info .ic-icon:hover{background:#e6e9e9}.smartcharts-dark .sc-dialog__head--info .ic-icon:hover{background:#242828}.sc-dialog__head--search{padding:10px 0px 10px 12px}.sc-dialog__head--action{display:flex;align-items:center;padding:0 16px;border-radius:0 5px 0 0}.sc-dialog__head--action .ic-icon{width:32px;height:32px;line-height:34px;cursor:pointer;border-radius:4px;padding:4px;position:relative}.smartcharts-light .sc-dialog__head--action .ic-icon svg{fill:#333}.smartcharts-dark .sc-dialog__head--action .ic-icon svg{fill:#c2c2c2}.smartcharts-light .sc-dialog__head--action .ic-icon:hover{background:#e6e9e9}.smartcharts-dark .sc-dialog__head--action .ic-icon:hover{background:#242828}.sc-dialog__body{border-radius:0 0 4px 4px;position:relative}.smartcharts-light .sc-dialog--tabular .sc-dialog__head{background:#fff;border-color:#f2f3f4}.smartcharts-dark .sc-dialog--tabular .sc-dialog__head{background:#181c25;border-color:#151717}.sc-dialog--tabular .sc-dialog__head .sc-dialog__head--title{width:200px}.smartcharts-light .sc-dialog--tabular .sc-dialog__head .sc-dialog__head--title{background:#f2f3f4}.smartcharts-dark .sc-dialog--tabular .sc-dialog__head .sc-dialog__head--title{background:#151717}.sc-dialog .info-footnote{line-height:18px;font-size:12px;font-weight:400;padding:16px;text-align:center}.smartcharts-light .sc-dialog .info-footnote{color:#333 !important}.smartcharts-dark .sc-dialog .info-footnote{color:#c2c2c2 !important}.sc-dialog .info-footnote--mobile{font-size:11px}.tabs--vertical{display:flex;border-radius:0 0 4px 4px}.tabs--vertical .react-tabs__tab-list{margin:0px;width:240px;min-width:240px;border-radius:0 0 0 5px;border-bottom:none;padding:0}.smartcharts-light .tabs--vertical .react-tabs__tab-list{background:#f2f3f4}.smartcharts-dark .tabs--vertical .react-tabs__tab-list{background:#151717}.tabs--vertical .react-tabs__tab-list .react-tabs__tab{outline:none !important;box-shadow:none !important}.tabs--vertical .react-tabs__tab-list .react-tabs__tab{width:100%;display:flex;box-sizing:border-box;padding:10px 12px;border:none;border-radius:0px;font-size:14px;font-weight:normal;font-style:normal;line-height:1.43;letter-spacing:normal;align-items:center;cursor:pointer}.smartcharts-light .tabs--vertical .react-tabs__tab-list .react-tabs__tab{color:#333;border-left:4px solid #f2f3f4}.smartcharts-dark .tabs--vertical .react-tabs__tab-list .react-tabs__tab{color:#c2c2c2;border-left:4px solid #151717}.tabs--vertical .react-tabs__tab-list .react-tabs__tab .ic-icon{width:16px;height:16px;line-height:27px;margin-right:16px}.smartcharts-light .tabs--vertical .react-tabs__tab-list .react-tabs__tab .ic-icon{fill:#333}.smartcharts-dark .tabs--vertical .react-tabs__tab-list .react-tabs__tab .ic-icon{fill:#c2c2c2}.tabs--vertical .react-tabs__tab-list .react-tabs__tab .ic-icon svg{width:16px;height:16px}.smartcharts-light .tabs--vertical .react-tabs__tab-list .react-tabs__tab .ic-icon svg{fill:#333}.smartcharts-dark .tabs--vertical .react-tabs__tab-list .react-tabs__tab .ic-icon svg{fill:#c2c2c2}.tabs--vertical .react-tabs__tab-list .react-tabs__tab .sc-notification-badge{position:relative;margin-left:5px;top:0px;left:0px}.smartcharts-light .tabs--vertical .react-tabs__tab-list .react-tabs__tab:hover{border-left-color:#e6e9e9;background:#e6e9e9}.smartcharts-dark .tabs--vertical .react-tabs__tab-list .react-tabs__tab:hover{border-left-color:#242828;background:#242828}.tabs--vertical .react-tabs__tab-list .react-tabs__tab:after{display:none !important}.tabs--vertical .react-tabs__tab-list .react-tabs__tab--selected{border-radius:0px;font-weight:bold}.smartcharts-light .tabs--vertical .react-tabs__tab-list .react-tabs__tab--selected{color:!important;background:#fff !important;border-left-color:#ff444f !important}.smartcharts-dark .tabs--vertical .react-tabs__tab-list .react-tabs__tab--selected{color:#fff !important;background:#181c25 !important;border-left-color:#ff444f !important}.smartcharts-dark .tabs--vertical .react-tabs__tab-list .react-tabs__tab--selected .ic-icon{fill:#fff}.tabs--vertical .react-tabs__tab-panel{width:calc(100% - 200px);border-radius:0 0 4px}.smartcharts-light .tabs--vertical .react-tabs__tab-panel{background:#fff}.smartcharts-dark .tabs--vertical .react-tabs__tab-panel{background:#181c25}.tabs--vertical .react-tabs__tab-panel .items{border-radius:0 0 4px}.smartcharts-mobile .sc-dialog{left:10px;width:calc(100% - 20px)}.smartcharts-mobile .sc-dialog .react-tabs__tab-panel{height:430px}.smartcharts-mobile .sc-dialog--tabular .sc-dtools__panel{width:100%}.smartcharts-mobile .sc-dialog--tabular .sc-dtools__category{margin-top:0}.smartcharts-mobile .sc-dialog--tabular .sc-dtools__category__head{padding-left:1rem}.smartcharts-light .smartcharts-mobile .sc-dialog--tabular .sc-dialog__body{background:#fff}.smartcharts-dark .smartcharts-mobile .sc-dialog--tabular .sc-dialog__body{background:#181c25}.smartcharts-mobile .sc-dialog--tabular .sc-dialog__body .react-tabs__tab-list{display:flex;font-size:14px}.smartcharts-light .smartcharts-mobile .sc-dialog--tabular .sc-dialog__body .react-tabs__tab-list{border-bottom:2px solid #f2f3f4}.smartcharts-dark .smartcharts-mobile .sc-dialog--tabular .sc-dialog__body .react-tabs__tab-list{border-bottom:2px solid #151717}.smartcharts-mobile .sc-dialog--tabular .sc-dialog__body .react-tabs__tab-list .ic-icon svg{height:16px;width:16px}.smartcharts-mobile .sc-dialog--tabular .sc-dialog__body .react-tabs__tab-list .react-tabs__tab{display:flex;width:100%;padding:10px 15px;justify-content:center;align-items:center;gap:10px}.smartcharts-mobile .sc-dialog--tabular .sc-dialog__body .react-tabs__tab-list .react-tabs__tab .sc-notification-badge{width:19px;height:19px;border-radius:10px;top:12px;right:35px;font-size:12px}.smartcharts-mobile .sc-dialog--tabular .sc-dialog__body .react-tabs__tab-list .react-tabs__tab:focus:after{display:none}.smartcharts-mobile .sc-dialog--tabular .sc-dialog__body .react-tabs__tab-list .react-tabs__tab--selected{border:none;font-weight:bold}.smartcharts-light .smartcharts-mobile .sc-dialog--tabular .sc-dialog__body .react-tabs__tab-list .react-tabs__tab--selected{border-bottom:3px solid #ff444f}.smartcharts-dark .smartcharts-mobile .sc-dialog--tabular .sc-dialog__body .react-tabs__tab-list .react-tabs__tab--selected{border-bottom:3px solid #ff444f}.smartcharts-light .smartcharts-mobile .sc-dialog--tabular .sc-dialog__head{background:#fff;border-color:#f2f3f4}.smartcharts-dark .smartcharts-mobile .sc-dialog--tabular .sc-dialog__head{background:#181c25;border-color:#151717}.smartcharts-mobile .sc-dialog--tabular .sc-dialog__head .sc-dialog__head--title{width:150px;min-width:150px;padding:15px}.smartcharts-light .smartcharts-mobile .sc-dialog--tabular .sc-dialog__head .sc-dialog__head--title{background:rgba(0,0,0,0)}.smartcharts-dark .smartcharts-mobile .sc-dialog--tabular .sc-dialog__head .sc-dialog__head--title{background:rgba(0,0,0,0)}.smartcharts-mobile .sc-dialog--tabular .sc-dialog__head .sc-dialog__head--info{position:absolute;left:50px;width:calc(100% - 90px);padding:10px 8px;font-size:14px}.smartcharts-light .smartcharts-mobile .sc-dialog--tabular .sc-dialog__head .sc-dialog__head--info{background:#fff}.smartcharts-dark .smartcharts-mobile .sc-dialog--tabular .sc-dialog__head .sc-dialog__head--info{background:#181c25}.smartcharts-mobile .cq-modal--settings .sc-dialog{width:320px;left:calc(50% - 160px)}
|
|
8
|
+
.sc-dialog{width:auto;top:auto;border-radius:4px;position:absolute;opacity:0;box-shadow:0 0 .63em .03em rgba(0,0,0,.14);z-index:-3;pointer-events:none;transform:translateY(3em);transition:pointer-events .2s cubic-bezier(0.64, 0.04, 0.35, 1), transform .25s cubic-bezier(0.64, 0.04, 0.35, 1), opacity .17s cubic-bezier(0.64, 0.04, 0.35, 1), z-index .17s cubic-bezier(0.64, 0.04, 0.35, 1)}.smartcharts-light .sc-dialog{background:#f2f3f4}.smartcharts-dark .sc-dialog{background:#181c25}.sc-dialog.sc-dialog-enter-done,.sc-dialog.sc-dialog-enter-active{opacity:1;transform:none;z-index:3}.sc-dialog.sc-dialog-enter-done{pointer-events:initial}.sc-dialog__head{display:flex;justify-content:space-between;border-radius:4px 4px 0 0;height:auto;box-sizing:border-box;border-bottom:2px solid}.smartcharts-light .sc-dialog__head{color:#333;background:#fff;border-color:#f4f4f6}.smartcharts-dark .sc-dialog__head{color:#fff;background:#151717;border-color:#181c25}.sc-dialog__head--title{font-size:16px;font-weight:bold;font-style:normal;line-height:1.5;letter-spacing:normal;min-width:240px;padding:16px;border-radius:5px 0 0;position:relative;box-sizing:border-box}.sc-dialog__head--custom{width:100%}.sc-dialog__head--info{display:flex;justify-content:flex-start;align-items:center;font-size:16px;font-weight:bold;font-style:normal;line-height:1.5;letter-spacing:normal;padding:10px 8px 10px 16px}.sc-dialog__head--info .ic-icon{width:32px;height:32px;display:flex;justify-content:center;align-items:center;cursor:pointer;margin-right:4px}.smartcharts-light .sc-dialog__head--info .ic-icon svg{fill:#333}.smartcharts-dark .sc-dialog__head--info .ic-icon svg{fill:#c2c2c2}.smartcharts-light .sc-dialog__head--info .ic-icon:hover{background:#e6e9e9}.smartcharts-dark .sc-dialog__head--info .ic-icon:hover{background:#242828}.sc-dialog__head--search{padding:10px 0px 10px 12px}.sc-dialog__head--action{display:flex;align-items:center;padding:0 16px;border-radius:0 5px 0 0}.sc-dialog__head--action .ic-icon{width:32px;height:32px;line-height:34px;cursor:pointer;border-radius:4px;padding:4px;position:relative}.smartcharts-light .sc-dialog__head--action .ic-icon svg{fill:#333}.smartcharts-dark .sc-dialog__head--action .ic-icon svg{fill:#c2c2c2}.smartcharts-light .sc-dialog__head--action .ic-icon:hover{background:#e6e9e9}.smartcharts-dark .sc-dialog__head--action .ic-icon:hover{background:#242828}.sc-dialog__body{border-radius:0 0 4px 4px;position:relative}.smartcharts-light .sc-dialog--tabular .sc-dialog__head{background:#fff;border-color:#f2f3f4}.smartcharts-dark .sc-dialog--tabular .sc-dialog__head{background:#181c25;border-color:#151717}.sc-dialog--tabular .sc-dialog__head .sc-dialog__head--title{width:200px}.smartcharts-light .sc-dialog--tabular .sc-dialog__head .sc-dialog__head--title{background:#f2f3f4}.smartcharts-dark .sc-dialog--tabular .sc-dialog__head .sc-dialog__head--title{background:#151717}.sc-dialog .info-footnote{line-height:18px;font-size:12px;font-weight:400;padding:16px;text-align:center}.smartcharts-light .sc-dialog .info-footnote{color:#333 !important}.smartcharts-dark .sc-dialog .info-footnote{color:#c2c2c2 !important}.sc-dialog .info-footnote--mobile{font-size:11px}.tabs--vertical{display:flex;border-radius:0 0 4px 4px}.tabs--vertical .react-tabs__tab-list{margin:0px;width:240px;min-width:240px;border-radius:0 0 0 5px;border-bottom:none;padding:0}.smartcharts-light .tabs--vertical .react-tabs__tab-list{background:#f2f3f4}.smartcharts-dark .tabs--vertical .react-tabs__tab-list{background:#151717}.tabs--vertical .react-tabs__tab-list .react-tabs__tab{outline:none !important;box-shadow:none !important}.tabs--vertical .react-tabs__tab-list .react-tabs__tab{width:100%;display:flex;box-sizing:border-box;padding:10px 12px;border:none;border-radius:0px;font-size:14px;font-weight:normal;font-style:normal;line-height:1.43;letter-spacing:normal;align-items:center;cursor:pointer}.smartcharts-light .tabs--vertical .react-tabs__tab-list .react-tabs__tab{color:#333;border-left:4px solid #f2f3f4}.smartcharts-dark .tabs--vertical .react-tabs__tab-list .react-tabs__tab{color:#c2c2c2;border-left:4px solid #151717}.tabs--vertical .react-tabs__tab-list .react-tabs__tab .ic-icon{width:16px;height:16px;line-height:27px;margin-right:16px}.smartcharts-light .tabs--vertical .react-tabs__tab-list .react-tabs__tab .ic-icon{fill:#333}.smartcharts-dark .tabs--vertical .react-tabs__tab-list .react-tabs__tab .ic-icon{fill:#c2c2c2}.tabs--vertical .react-tabs__tab-list .react-tabs__tab .ic-icon svg{width:16px;height:16px}.smartcharts-light .tabs--vertical .react-tabs__tab-list .react-tabs__tab .ic-icon svg{fill:#333}.smartcharts-dark .tabs--vertical .react-tabs__tab-list .react-tabs__tab .ic-icon svg{fill:#c2c2c2}.tabs--vertical .react-tabs__tab-list .react-tabs__tab .sc-notification-badge{position:relative;margin-left:5px;top:0px;left:0px}.smartcharts-light .tabs--vertical .react-tabs__tab-list .react-tabs__tab:hover{border-left-color:#e6e9e9;background:#e6e9e9}.smartcharts-dark .tabs--vertical .react-tabs__tab-list .react-tabs__tab:hover{border-left-color:#242828;background:#242828}.tabs--vertical .react-tabs__tab-list .react-tabs__tab:after{display:none !important}.tabs--vertical .react-tabs__tab-list .react-tabs__tab--selected{border-radius:0px;font-weight:bold}.smartcharts-light .tabs--vertical .react-tabs__tab-list .react-tabs__tab--selected{color:!important;background:#fff !important;border-left-color:#ff444f !important}.smartcharts-dark .tabs--vertical .react-tabs__tab-list .react-tabs__tab--selected{color:#fff !important;background:#181c25 !important;border-left-color:#ff444f !important}.smartcharts-dark .tabs--vertical .react-tabs__tab-list .react-tabs__tab--selected .ic-icon{fill:#fff}.tabs--vertical .react-tabs__tab-panel{width:calc(100% - 200px);border-radius:0 0 4px}.smartcharts-light .tabs--vertical .react-tabs__tab-panel{background:#fff}.smartcharts-dark .tabs--vertical .react-tabs__tab-panel{background:#181c25}.tabs--vertical .react-tabs__tab-panel .items{border-radius:0 0 4px}.smartcharts-mobile .sc-dialog{left:10px;width:calc(100% - 20px)}.smartcharts-mobile .sc-dialog .react-tabs__tab-panel{height:430px}.smartcharts-mobile .sc-dialog--tabular .sc-dtools__panel{width:100%}.smartcharts-mobile .sc-dialog--tabular .sc-dtools__category{margin-top:0}.smartcharts-mobile .sc-dialog--tabular .sc-dtools__category__head{padding-left:1rem}.smartcharts-light .smartcharts-mobile .sc-dialog--tabular .sc-dialog__body{background:#fff}.smartcharts-dark .smartcharts-mobile .sc-dialog--tabular .sc-dialog__body{background:#181c25}.smartcharts-mobile .sc-dialog--tabular .sc-dialog__body .tabs--horizontal .react-tabs__tab-list{display:flex;font-size:14px}.smartcharts-light .smartcharts-mobile .sc-dialog--tabular .sc-dialog__body .tabs--horizontal .react-tabs__tab-list{border-bottom:2px solid #f2f3f4}.smartcharts-dark .smartcharts-mobile .sc-dialog--tabular .sc-dialog__body .tabs--horizontal .react-tabs__tab-list{border-bottom:2px solid #151717}.smartcharts-mobile .sc-dialog--tabular .sc-dialog__body .tabs--horizontal .react-tabs__tab-list .ic-icon svg{height:16px;width:16px}.smartcharts-light .smartcharts-mobile .sc-dialog--tabular .sc-dialog__body .tabs--horizontal .react-tabs__tab-list .ic-icon svg{fill:#333}.smartcharts-dark .smartcharts-mobile .sc-dialog--tabular .sc-dialog__body .tabs--horizontal .react-tabs__tab-list .ic-icon svg{fill:#c2c2c2}.smartcharts-mobile .sc-dialog--tabular .sc-dialog__body .tabs--horizontal .react-tabs__tab-list .react-tabs__tab{display:flex;width:100%;padding:10px 15px;justify-content:center;align-items:center;gap:10px}.smartcharts-light .smartcharts-mobile .sc-dialog--tabular .sc-dialog__body .tabs--horizontal .react-tabs__tab-list .react-tabs__tab{color:#333}.smartcharts-dark .smartcharts-mobile .sc-dialog--tabular .sc-dialog__body .tabs--horizontal .react-tabs__tab-list .react-tabs__tab{color:#c2c2c2}.smartcharts-mobile .sc-dialog--tabular .sc-dialog__body .tabs--horizontal .react-tabs__tab-list .react-tabs__tab .sc-notification-badge{width:19px;height:19px;border-radius:10px;top:12px;left:78%;font-size:12px}.smartcharts-mobile .sc-dialog--tabular .sc-dialog__body .tabs--horizontal .react-tabs__tab-list .react-tabs__tab:focus:after{display:none}.smartcharts-mobile .sc-dialog--tabular .sc-dialog__body .tabs--horizontal .react-tabs__tab-list .react-tabs__tab--selected{border:none;font-weight:bold}.smartcharts-light .smartcharts-mobile .sc-dialog--tabular .sc-dialog__body .tabs--horizontal .react-tabs__tab-list .react-tabs__tab--selected{color:!important;background:#fff !important}.smartcharts-light .smartcharts-mobile .sc-dialog--tabular .sc-dialog__body .tabs--horizontal .react-tabs__tab-list .react-tabs__tab--selected{border-bottom:3px solid #ff444f}.smartcharts-dark .smartcharts-mobile .sc-dialog--tabular .sc-dialog__body .tabs--horizontal .react-tabs__tab-list .react-tabs__tab--selected{color:#fff !important;background:#181c25 !important}.smartcharts-dark .smartcharts-mobile .sc-dialog--tabular .sc-dialog__body .tabs--horizontal .react-tabs__tab-list .react-tabs__tab--selected{border-bottom:3px solid #ff444f}.smartcharts-dark .smartcharts-mobile .sc-dialog--tabular .sc-dialog__body .tabs--horizontal .react-tabs__tab-list .react-tabs__tab--selected .ic-icon{fill:#fff}.smartcharts-light .smartcharts-mobile .sc-dialog--tabular .sc-dialog__head{background:#fff;border-color:#f2f3f4}.smartcharts-dark .smartcharts-mobile .sc-dialog--tabular .sc-dialog__head{background:#181c25;border-color:#151717}.smartcharts-mobile .sc-dialog--tabular .sc-dialog__head .sc-dialog__head--title{width:150px;min-width:150px;padding:15px}.smartcharts-light .smartcharts-mobile .sc-dialog--tabular .sc-dialog__head .sc-dialog__head--title{background:rgba(0,0,0,0)}.smartcharts-dark .smartcharts-mobile .sc-dialog--tabular .sc-dialog__head .sc-dialog__head--title{background:rgba(0,0,0,0)}.smartcharts-mobile .sc-dialog--tabular .sc-dialog__head .sc-dialog__head--info{position:absolute;left:50px;width:calc(100% - 90px);padding:10px 8px;font-size:14px}.smartcharts-light .smartcharts-mobile .sc-dialog--tabular .sc-dialog__head .sc-dialog__head--info{background:#fff}.smartcharts-dark .smartcharts-mobile .sc-dialog--tabular .sc-dialog__head .sc-dialog__head--info{background:#181c25}.smartcharts-mobile .cq-modal--settings .sc-dialog{width:320px;left:calc(50% - 160px)}
|
|
9
9
|
.sc-chart-mode .sc-dialog{width:424px}.sc-chart-mode__menu{position:relative}.sc-chart-mode__menu .ic-icon{margin:auto;width:16px;height:16px;top:-4px;position:relative}.sc-chart-mode__menu .ic-icon svg{stroke:none !important;width:16px !important;height:16px !important}.smartcharts-light .sc-chart-mode__menu .ic-icon svg{fill:#333 !important}.smartcharts-dark .sc-chart-mode__menu .ic-icon svg{fill:#c2c2c2 !important}.sc-chart-mode__menu__timeperiod{position:absolute;top:-9px;left:4px;font-size:8px;font-weight:bold}.smartcharts-light .sc-chart-mode__menu__timeperiod{color:#333 !important}.smartcharts-dark .sc-chart-mode__menu__timeperiod{color:#c2c2c2 !important}.sc-chart-mode__section{border-radius:4px}.smartcharts-light .sc-chart-mode__section{background:#fff}.smartcharts-dark .sc-chart-mode__section{background:#151717}.smartcharts-light .sc-chart-mode__section__item:first-child{border-bottom:4px solid #f2f3f4}.smartcharts-dark .sc-chart-mode__section__item:first-child{border-bottom:4px solid #181c25}.sc-chart-mode__smooth-toggle{margin-top:4px;padding:24px;border-radius:4px}.smartcharts-light .sc-chart-mode__smooth-toggle{background:#fff;border:1px solid #f2f3f4}.smartcharts-dark .sc-chart-mode__smooth-toggle{background:#151717;border:1px solid #181c25}.sc-chart-mode__smooth-toggle-content{display:flex;justify-content:space-between;align-items:center;gap:16px}.sc-chart-mode__smooth-toggle-text{flex:1}.sc-chart-mode__smooth-toggle-title{font-size:14px;font-weight:600;margin-bottom:4px}.smartcharts-light .sc-chart-mode__smooth-toggle-title{color:#333}.smartcharts-dark .sc-chart-mode__smooth-toggle-title{color:#c2c2c2}.sc-chart-mode__smooth-toggle-description{font-size:12px;line-height:1.4}.smartcharts-light .sc-chart-mode__smooth-toggle-description{color:#333}.smartcharts-dark .sc-chart-mode__smooth-toggle-description{color:#999}.sc-toolbar-widget .sc-chart-mode__menu{padding:8px}.sc-toolbar-widget .sc-chart-mode__menu__timeperiod{top:3px;left:8px}@media screen and (max-width: 600px){.sc-toolbar-widget{width:auto !important}.sc-toolbar-widget{display:flex}}.smartcharts-mobile .sc-chart-mode .sc-dialog{width:300px;left:auto;max-height:555px;height:calc(100% - 32px);overflow-x:inherit}
|
|
10
10
|
.form{padding:8px 0px;flex-grow:1;overflow-y:scroll;box-sizing:border-box}.form .form__label{display:flex;justify-content:space-between;align-items:center;font-size:10px;font-weight:normal;font-style:normal;line-height:1.4;letter-spacing:normal}.smartcharts-light .form .form__label{color:#333}.smartcharts-dark .form .form__label{color:#c2c2c2}.form .form__control{display:block}.form__group{box-sizing:border-box;padding:0;margin-bottom:16px;display:flex;flex-direction:column;justify-content:space-around}.form__group--select,.form__group--colorpicker{position:relative;height:40px}.form__group--select .form__label,.form__group--colorpicker .form__label{margin-bottom:-8px;margin-left:10px}.form__group--select .form__label span,.form__group--colorpicker .form__label span{padding-left:2px;padding-right:2px;z-index:1}.smartcharts-light .form__group--select .form__label span,.smartcharts-light .form__group--colorpicker .form__label span{background:#fff}.smartcharts-dark .form__group--select .form__label span,.smartcharts-dark .form__group--colorpicker .form__label span{background:#151717}.form__group--switch{flex-direction:row;justify-content:flex-start}.form__group--switch .form__label{width:auto;min-width:70px;font-size:14px}.form__group--switch .form__control{padding-left:16px;width:auto}.form__group--end{height:20px;margin-bottom:0px}.form__input-group{padding:16px 24px}.smartcharts-light .form__input-group{border-top:4px solid #f2f3f4}.smartcharts-dark .form__input-group{border-top:4px solid #181c25}.form__input-group h4{font-size:14px;font-weight:bold;font-style:normal;line-height:1.43;letter-spacing:normal;margin:0 0 16px}.smartcharts-light .form__input-group h4{color:#333}.smartcharts-dark .form__input-group h4{color:#fff}.form__input-group:first-child{border-top:none}.form__input-group--show-zones{margin-bottom:30px}.form__input-group--show-zones .form__label{font-size:14px}.form--indicator-setting{min-width:320px;max-width:320px;min-height:280px;max-height:280px;overflow:hidden}.smartcharts-light .form--indicator-setting{background:#fff}.smartcharts-dark .form--indicator-setting{background:#151717}.form--indicator-setting .form__input-group{width:320px !important}.form--indicator-setting .form__input-group{box-sizing:border-box}.form--indicator-setting .form__input-group--result:last-child{height:280px}.form--indicator-setting .sc-scrollbar{height:282px}.form--fractal-chaos-bands .form__group--switch{margin-bottom:98px}.form--drawing-tool .sc-scrollbar{height:280px}.sc-slider{width:100%;height:12px;display:flex;align-items:center;position:relative}.sc-slider .sc-slider-range{position:relative;width:calc(100% - 38px);margin-top:9px;padding-right:8px;height:12px}.sc-slider .sc-slider-range>input,.sc-slider .sc-slider-range div{position:absolute;left:0px;top:0px}.sc-slider .sc-slider-range input[type=range]{-webkit-appearance:none;width:100%;margin:0;background:rgba(0,0,0,0);height:12px;top:-5px}.sc-slider .sc-slider-range input[type=range]:focus{outline:none}.sc-slider .sc-slider-range input[type=range]::-webkit-slider-runnable-track{width:100%;height:12px;cursor:pointer;border-radius:0px;background:rgba(0,0,0,0);border:0px solid #010101}.sc-slider .sc-slider-range input[type=range]::-moz-range-track{width:100%;height:12px;cursor:pointer;border-radius:0px;background:rgba(0,0,0,0);border:0px solid #010101;height:14px;margin-top:-3px;top:-3px}.sc-slider .sc-slider-range input[type=range]::-ms-track{width:100%;height:12px;cursor:pointer;border-radius:0px;background:rgba(0,0,0,0);border:0px solid #010101;color:rgba(0,0,0,0)}.sc-slider .sc-slider-range input[type=range]::-ms-thumb{cursor:pointer;width:10px;height:10px;box-sizing:border-box;border-radius:7px;margin-top:0px;margin-top:0px}.smartcharts-light .sc-slider .sc-slider-range input[type=range]::-ms-thumb{background-color:#ff444f;border:2px solid #ff444f}.smartcharts-dark .sc-slider .sc-slider-range input[type=range]::-ms-thumb{background-color:#ff444f;border:2px solid #ff444f}.sc-slider .sc-slider-range input[type=range]::-moz-range-thumb{cursor:pointer;width:10px;height:10px;box-sizing:border-box;border-radius:7px;margin-top:0px;margin-top:0px}.smartcharts-light .sc-slider .sc-slider-range input[type=range]::-moz-range-thumb{background-color:#ff444f;border:2px solid #ff444f}.smartcharts-dark .sc-slider .sc-slider-range input[type=range]::-moz-range-thumb{background-color:#ff444f;border:2px solid #ff444f}.sc-slider .sc-slider-range input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;cursor:pointer;width:10px;height:10px;box-sizing:border-box;border-radius:7px;margin-top:0px;margin-top:1px}.smartcharts-light .sc-slider .sc-slider-range input[type=range]::-webkit-slider-thumb{background-color:#ff444f;border:2px solid #ff444f}.smartcharts-dark .sc-slider .sc-slider-range input[type=range]::-webkit-slider-thumb{background-color:#ff444f;border:2px solid #ff444f}.sc-slider .sc-slider-range input[type=range]::-moz-focus-outer{border:0}.sc-slider .sc-slider-range .sc-slider-bar{width:100%;outline:none;height:2px}.smartcharts-light .sc-slider .sc-slider-range .sc-slider-bar{background:#eaeced}.smartcharts-dark .sc-slider .sc-slider-range .sc-slider-bar{background:#1d1f20}.sc-slider .sc-slider-range .sc-slider-active-bar{height:2px;min-width:10px}.smartcharts-light .sc-slider .sc-slider-range .sc-slider-active-bar{background:#ff444f}.smartcharts-dark .sc-slider .sc-slider-range .sc-slider-active-bar{background:#ff444f}.sc-slider>div:last-child{text-align:right;flex-grow:1;font-weight:bold;font-size:14px;width:26px}.smartcharts-light .sc-slider>div:last-child{color:#333}.smartcharts-dark .sc-slider>div:last-child{color:#fff}.sc-dropdown{position:relative;height:40px;width:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none}.smartcharts-light .sc-dropdown{background:#fff}.smartcharts-dark .sc-dropdown{background:#151717}.sc-dropdown .subtitle{position:absolute;margin-left:10px;top:-6px}.sc-dropdown .subtitle span{padding-left:4px;padding-right:4px;z-index:1;font-size:10px;font-weight:normal;font-style:normal;line-height:1.4;letter-spacing:normal}.smartcharts-light .sc-dropdown .subtitle span{background:#fff;color:#333}.smartcharts-dark .sc-dropdown .subtitle span{background:#151717;color:#c2c2c2}.sc-dropdown .value{height:40px;padding:10px 12px;cursor:pointer;border-radius:4px;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;font-size:14px;font-weight:normal;font-style:normal;line-height:1.43;letter-spacing:normal;text-transform:capitalize}.smartcharts-light .sc-dropdown .value{color:#333 !important}.smartcharts-light .sc-dropdown .value{border:1px solid #d6dadb}.smartcharts-dark .sc-dropdown .value{color:#c2c2c2 !important}.smartcharts-dark .sc-dropdown .value{border:1px solid #323738}.sc-dropdown .value .ic-icon{line-height:35px}.sc-dropdown .value .ic-icon svg{pointer-events:none;transition:transform .6s}.smartcharts-light .sc-dropdown .value .ic-icon svg{fill:#333}.smartcharts-dark .sc-dropdown .value .ic-icon svg{fill:#c2c2c2}.sc-dropdown .value .text{text-overflow:ellipsis;white-space:nowrap;max-width:220px;min-width:210px;overflow:hidden}.sc-dropdown .value:after{content:" ";position:absolute;left:0px;top:0px;width:100%;height:100%}.smartcharts-light .sc-dropdown .value:hover{border-color:#999}.smartcharts-dark .sc-dropdown .value:hover{border-color:#6e6e6e}.smartcharts-light .sc-dropdown .value.active{border-color:#85acb0}.smartcharts-dark .sc-dropdown .value.active{border-color:#85acb0}.sc-dropdown .value.active svg{transform:scaleY(-1)}.sc-dropdown .dropdown{position:absolute;right:-4px;opacity:0;pointer-events:none;z-index:2;max-height:2px;overflow:scroll;box-shadow:0 2px 8px 0 rgba(42,48,82,.14);box-sizing:border-box;border-radius:4px;font-size:14px;width:272px;transform:translateY(-8px);transition:opacity .2s, transform .2s}.smartcharts-light .sc-dropdown .dropdown{background:#fff}.smartcharts-dark .sc-dropdown .dropdown{background:#151717}.sc-dropdown .dropdown.active{opacity:1;max-height:200px;pointer-events:all;transform:translateY(8px)}.smartcharts-light .sc-dropdown .dropdown.active{box-shadow:0 16px 16px 0 rgba(0,0,0,.08),0 0 16px 0 rgba(0,0,0,.08)}.smartcharts-dark .sc-dropdown .dropdown.active{box-shadow:0 16px 16px 0 rgba(0,0,0,.64),0 0 16px 0 rgba(0,0,0,.64)}.sc-dropdown .dropdown .row{cursor:pointer;padding:10px 16px 9px;text-transform:capitalize}.smartcharts-light .sc-dropdown .dropdown .row{color:#333}.smartcharts-dark .sc-dropdown .dropdown .row{color:#c2c2c2}.smartcharts-light .sc-dropdown .dropdown .row:hover{background:#e6e9e9}.smartcharts-dark .sc-dropdown .dropdown .row:hover{background:#242828}.sc-dropdown .dropdown .row--selected{font-weight:bold}.smartcharts-light .sc-dropdown .dropdown .row--selected{background:#d6dadb !important;color:#333 !important}.smartcharts-dark .sc-dropdown .dropdown .row--selected{background:#323738 !important;color:#fff !important}.sc-dropdown .option{display:inline-block;width:100%;pointer-events:none;margin-right:16px}.sc-dropdown .solid-1{border-top-style:solid;border-top-width:1px}.sc-dropdown .dotted-1{border-top-style:dotted;border-top-width:1px}.sc-dropdown .dashed-1{border-top-style:dashed;border-top-width:1px}.sc-dropdown .solid-3{border-top-style:solid;border-top-width:2px}.sc-dropdown .dotted-3{border-top-style:dotted;border-top-width:2px}.sc-dropdown .dashed-3{border-top-style:dashed;border-top-width:2px}.sc-dropdown .solid-5{border-top-style:solid;border-top-width:3px}.sc-dropdown .dotted-5{border-top-style:dotted;border-top-width:3px}.sc-dropdown .dashed-5{border-top-style:dashed;border-top-width:3px}.sc-dropdown.active{position:fixed;z-index:2}.smartcharts-light .sc-dropdown.active .subtitle span{color:#85acb0}.smartcharts-dark .sc-dropdown.active .subtitle span{color:#85acb0}.sc-color-picker{position:relative;height:40px;width:100%}.smartcharts-light .sc-color-picker{background:#fff}.smartcharts-dark .sc-color-picker{background:#151717}.sc-color-picker .subtitle{position:absolute;margin-left:10px;top:-6px;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:1}.sc-color-picker .subtitle span{padding-left:4px;padding-right:4px;z-index:1;font-size:10px;font-weight:normal;font-style:normal;line-height:1.4;letter-spacing:normal}.smartcharts-light .sc-color-picker .subtitle span{background:#fff;color:#333}.smartcharts-dark .sc-color-picker .subtitle span{background:#151717;color:#c2c2c2}.sc-color-picker .value{width:100%;height:40px;line-height:40px;padding:10px 12px;cursor:pointer;border-radius:4px;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;position:relative}.smartcharts-light .sc-color-picker .value{color:#333 !important}.smartcharts-light .sc-color-picker .value{background-color:#fff;border:1px solid #d6dadb}.smartcharts-dark .sc-color-picker .value{color:#c2c2c2 !important}.smartcharts-dark .sc-color-picker .value{background-color:#151717;border:1px solid #323738}.sc-color-picker .value:before{position:absolute;content:" ";width:100%;height:100%;left:0px;top:0px}.sc-color-picker .value .sc-input-color{height:100%;width:100%;border-radius:4px;margin-right:16px}.sc-color-picker .value .ic-icon{line-height:35px}.sc-color-picker .value .ic-icon svg{pointer-events:none;transition:transform .6s}.smartcharts-light .sc-color-picker .value .ic-icon svg{fill:#333}.smartcharts-dark .sc-color-picker .value .ic-icon svg{fill:#c2c2c2}.smartcharts-light .sc-color-picker .value:hover{border-color:#999}.smartcharts-dark .sc-color-picker .value:hover{border-color:#6e6e6e}.sc-color-picker .dropdown{position:absolute;right:0px;opacity:0;pointer-events:none;z-index:2;width:266px;padding:8px;border-radius:4px;transform:translateY(-8px);box-sizing:border-box;transition:opacity .2s, transform .2s}.smartcharts-light .sc-color-picker .dropdown{box-shadow:0 16px 16px 0 rgba(0,0,0,.08),0 0 16px 0 rgba(0,0,0,.08);background:#fff}.smartcharts-dark .sc-color-picker .dropdown{box-shadow:0 16px 16px 0 rgba(0,0,0,.64),0 0 16px 0 rgba(0,0,0,.64);background:#151717}.sc-color-picker .dropdown.open{opacity:1;pointer-events:initial;transform:translateY(8px)}.sc-color-picker .dropdown .row{height:18px;width:100%;display:flex;justify-content:space-between;margin-top:2px;align-items:center}.sc-color-picker .dropdown .row .tile-color{width:15px;height:15px;cursor:pointer}.sc-color-picker.active{position:fixed;z-index:2}.smartcharts-light .sc-color-picker.active .subtitle span{color:#85acb0}.smartcharts-dark .sc-color-picker.active .subtitle span{color:#85acb0}.smartcharts-light .sc-color-picker.active .value{border-color:#85acb0}.smartcharts-dark .sc-color-picker.active .value{border-color:#85acb0}.sc-color-picker.active .value svg{transform:scaleY(-1)}.sc-color-picker .sc-color-picker,.sc-color-picker .sc-numeric-input{min-width:124px;max-width:124px}.sc-switch{width:32px;height:18px;position:relative;cursor:pointer;border-radius:9px}.sc-switch .handle{position:absolute;top:2px;width:14px;height:14px;transition:left .2s;border-radius:7px}.smartcharts-light .sc-switch .handle{background:#fff}.smartcharts-dark .sc-switch .handle{background:#fff}.sc-switch.on .handle{left:16px}.smartcharts-light .sc-switch.on{background:#4bb4b3}.smartcharts-dark .sc-switch.on{background:#00a79e}.sc-switch.off .handle{left:2px}.smartcharts-light .sc-switch.off{background:#eaeced}.smartcharts-dark .sc-switch.off{background:#1d1f20}.sc-checkbox{display:flex;align-items:center;cursor:pointer}.sc-checkbox__label{font-size:14px;font-weight:normal;font-style:normal;line-height:1.43;letter-spacing:normal}.sc-checkbox__box{border-radius:2px}.sc-checkbox__box svg{border-radius:2px}.smartcharts-light .sc-checkbox__box svg{fill:#999}.smartcharts-dark .sc-checkbox__box svg{fill:#6e6e6e}.smartcharts-light .sc-checkbox--checked .sc-checkbox__box svg{background:#ff444f;fill:#ff444f}.smartcharts-dark .sc-checkbox--checked .sc-checkbox__box svg{background:#ff444f;fill:#ff444f}.sc-switch-icon{display:flex}.sc-switch-icon__icon{width:160px;height:120px}.sc-switch-icon__description{padding-left:16px}.sc-numbercolorpicker,.sc-fontsetting{display:inline-flex}.sc-numbercolorpicker{display:flex}.sc-numbercolorpicker input{box-shadow:none !important}.smartcharts-light .sc-numbercolorpicker input{background:#fff;border:1px solid #d6dadb;color:#333}.smartcharts-dark .sc-numbercolorpicker input{background:#151717;border:1px solid rgba(127,131,151,.3);color:#fff}.smartcharts-light .sc-numbercolorpicker input:hover{border-color:#999 !important}.smartcharts-dark .sc-numbercolorpicker input:hover{border-color:#6e6e6e !important}.smartcharts-light .sc-numbercolorpicker input:focus{border-color:#85acb0 !important}.smartcharts-dark .sc-numbercolorpicker input:focus{border-color:#85acb0 !important}.sc-numbercolorpicker .sc-numeric-input{width:124px;min-width:124px}.sc-numbercolorpicker .sc-color-picker{width:124px}.sc-numeric-input{position:relative;height:40px;width:100%;margin-right:25px}.sc-numeric-input .subtitle{position:absolute;margin-left:10px;top:-6px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.sc-numeric-input .subtitle span{padding-left:4px;padding-right:4px;z-index:1;font-size:10px;font-weight:normal;font-style:normal;line-height:1.4;letter-spacing:normal}.smartcharts-light .sc-numeric-input .subtitle span{color:#333;background:#fff}.smartcharts-dark .sc-numeric-input .subtitle span{color:#c2c2c2;background:#151717}.sc-numeric-input input[type=number]{width:100% !important;box-shadow:none !important}.sc-numeric-input input[type=number]{-moz-appearance:textfield;height:40px;line-height:40px;cursor:pointer;border-radius:4px;box-sizing:border-box;padding:10px 12px;outline:none}.smartcharts-light .sc-numeric-input input[type=number]{color:#333 !important}.smartcharts-light .sc-numeric-input input[type=number]{border:1px solid #d6dadb}.smartcharts-dark .sc-numeric-input input[type=number]{color:#c2c2c2 !important}.smartcharts-dark .sc-numeric-input input[type=number]{border:1px solid #323738}.sc-numeric-input input[type=number]::-webkit-outer-spin-button,.sc-numeric-input input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.sc-numeric-input input[type=number]:hover,.sc-numeric-input input[type=number]:focus{-moz-appearance:textfield}.smartcharts-light .sc-numeric-input input[type=number]:hover{border-color:#999 !important}.smartcharts-dark .sc-numeric-input input[type=number]:hover{border-color:#6e6e6e !important}.smartcharts-light .sc-numeric-input input[type=number]:focus{color:#333 !important;border-color:#85acb0 !important}.smartcharts-dark .sc-numeric-input input[type=number]:focus{color:#fff !important;border-color:#85acb0 !important}.smartcharts-light .sc-numeric-input input[type=number]:focus+.subtitle>span{color:#85acb0 !important}.smartcharts-dark .sc-numeric-input input[type=number]:focus+.subtitle>span{color:#85acb0 !important}.sc-numeric-input .sc-numeric-input-buttons{display:flex;flex-direction:column;position:absolute;top:1px;right:1px;border-radius:0 3px 3px 0}.smartcharts-light .sc-numeric-input .sc-numeric-input-buttons{background:#fff}.smartcharts-dark .sc-numeric-input .sc-numeric-input-buttons{background:#151717}.sc-numeric-input .sc-numeric-input-buttons .ic-icon{width:24px;height:19px;line-height:19px;cursor:pointer}.smartcharts-light .sc-numeric-input .sc-numeric-input-buttons .ic-icon svg{fill:#333}.smartcharts-dark .sc-numeric-input .sc-numeric-input-buttons .ic-icon svg{fill:#c2c2c2}.sc-numeric-input .sc-numeric-input-buttons .ic-icon:first-child{border-radius:0 3px 0 0}.sc-numeric-input .sc-numeric-input-buttons .ic-icon:last-child{border-radius:0 0 3px}.smartcharts-light .sc-numeric-input .sc-numeric-input-buttons .ic-icon:hover{background:#e6e9e9}.smartcharts-dark .sc-numeric-input .sc-numeric-input-buttons .ic-icon:hover{background:#242828}.smartcharts-light .sc-numeric-input:hover input[type=number]{border-color:#999}.smartcharts-dark .sc-numeric-input:hover input[type=number]{border-color:#6e6e6e}.sc-changefontsize{width:56px;margin-right:5px}.sc-changefontfamily{width:138px}.sc-toggle{display:flex;justify-content:space-around;align-items:center}.sc-toggle>.ic-icon{width:24px;height:24px}
|
|
11
11
|
.sc-interval{display:flex;padding:24px;flex-direction:column;box-sizing:border-box;border-radius:4px}.smartcharts-light .sc-interval{background:#fff;color:#333}.smartcharts-dark .sc-interval{background:#151717;color:#c2c2c2}.sc-interval__head{display:flex}.sc-interval__head strong{font-size:16px;font-weight:bold;font-style:normal;line-height:1.5;letter-spacing:normal}.smartcharts-dark .sc-interval__head strong{color:#fff}.sc-interval__info{display:none}.sc-interval__content{display:flex;flex-wrap:wrap;padding-top:16px}.sc-interval__content .sc-interval__item{width:23.9%;height:32px;font-size:14px;font-weight:normal;font-style:normal;line-height:1.43;letter-spacing:normal;text-align:center;display:flex;justify-content:center;align-items:center;margin:0 4px 8px 0px;cursor:pointer;border-radius:4px;border:1px solid rgba(0,0,0,0);box-sizing:border-box;position:relative}.smartcharts-light .sc-interval__content .sc-interval__item:hover{background:#e6e9e9}.smartcharts-dark .sc-interval__content .sc-interval__item:hover{background:#242828}.sc-interval__content .sc-interval__item--active{background:rgba(0,0,0,0) !important}.smartcharts-light .sc-interval__content .sc-interval__item--active{color:#333;border-color:#85acb0;font-weight:bold}.smartcharts-dark .sc-interval__content .sc-interval__item--active{color:#fff;border-color:#85acb0;font-weight:bold}.sc-interval__content .sc-interval__item--disabled{background:rgba(0,0,0,0) !important}.sc-interval__content .sc-interval__item--disabled{cursor:auto;cursor:initial}.sc-interval__content .sc-interval__item--disabled span{opacity:.32;pointer-events:none}.smartcharts-mobile .sc-interval{padding:8px 10px 24px}.smartcharts-mobile .sc-interval__info{display:block}.smartcharts-mobile .sc-interval__content .sc-interval__item{width:31.9% !important}.smartcharts-mobile .sc-interval__content .sc-interval__item{margin:0 4px 8px 0px}
|