Path: blob/master/webroot/rsrc/css/phui/phui-chart.css
12241 views
/**1* @provides phui-chart-css2*/34.chart .axis line,5.chart .axis path {6fill: none;7stroke: {$blueborder};8shape-rendering: crispEdges;9}1011.chart .axis text {12font: {$basefont};13fill: {$darkgreytext};14}1516.chart .outer,17.chart .inner {18shape-rendering: crispEdges;19}2021.chart .outer {22fill: none;23stroke: none;24}2526.chart .inner {27fill: {$lightbluebackground};28stroke: {$lightblueborder};29}3031.chart .line {32fill: none;33stroke: {$blue};34stroke-width: 2px;35}3637.chart .point {38fill: #ffffff;39stroke: {$blue};40stroke-width: 2px;41position: relative;42cursor: pointer;43}4445.chart-tooltip {46position: absolute;47text-align: center;48width: 120px;49overflow: hidden;50padding: 2px;51background: {$lightbluebackground};52border: 1px solid {$blueborder};53border-radius: 8px;54pointer-events: none;55}5657.chart-hardpoint {58min-height: 480px;59overflow: hidden;60position: relative;61}6263.device-desktop .chart-container {64position: absolute;65bottom: 0;66top: 0;67left: 0;68right: 300px;69}7071.device .chart-container {72min-height: 480px;73}7475.device-desktop .chart-curtain {76width: 300px;77position: absolute;78bottom: 0;79top: 0;80right: 0;81}8283.chart-function-label-list {84background: {$lightbluebackground};85border: 1px solid {$lightblueborder};86padding: 8px 12px;87}8889.device-desktop .chart-function-label-list {90margin-top: 23px;91}9293.chart-function-label-list-item .phui-icon-view {94margin-right: 8px;95}969798