You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 lines
1.4 KiB
1 lines
1.4 KiB
.v-charts-component-loading{position:absolute;left:0;right:0;top:0;bottom:0;display:flex;justify-content:center;align-items:center;background-color:hsla(0,0%,100%,.9)}.v-charts-mask-status{filter:blur(1px)}.v-charts-component-loading .circular{width:42px;height:42px;animation:loading-rotate 2s linear infinite}.v-charts-component-loading .path{animation:loading-dash 1.5s ease-in-out infinite;stroke-dasharray:90,150;stroke-dashoffset:0;stroke-width:2;stroke:#20a0ff;stroke-linecap:round}@keyframes loading-rotate{to{transform:rotate(1turn)}}@keyframes loading-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40px}to{stroke-dasharray:90,150;stroke-dashoffset:-120px}}.v-charts-data-empty{position:absolute;left:0;right:0;top:0;bottom:0;display:flex;justify-content:center;align-items:center;background-color:hsla(0,0%,100%,.9);color:#888;font-size:14px}.color-list-container{border-top:1px solid #ebeef5;margin-top:15px;padding-top:10px;width:100%}.color-list{max-height:138px;overflow:auto}.color-list-item{height:24px;width:100%;cursor:pointer;margin:2px 0;position:relative}.color-list-item:hover{background:#efefef}.color-list-item-ball{height:20px;width:20px;margin-top:2px;margin-left:5px;border-radius:100%;display:block;position:absolute}.color-list-item-label{margin-left:35px;font-size:13px;line-height:24px;display:inline-block;width:85%;overflow:hidden}.color-list-item-value{float:right}
|