File "_chart.scss"
Full path: /var/www/html/cemeau/wp-content/plugins/wp-statistics/assets/dev/sass/component/_chart.scss
File size: 1.59 KB
MIME-type: text/plain
Charset: utf-8
Download Open Edit Advanced Editor Back
.c-chart {
}
.c-wps-post-summary-panel-chart{
position: relative;
}
.c-wps-mini-chart-post-summary-tooltip {
box-shadow: 1px 1px 2px 0 #00000005;
border: 0.5px solid #DADCE0;
border-radius: 2px;
background: #fff;
padding: 12px;
opacity: 1;
pointer-events:none;
min-width: 105px;
margin: 0;
position: absolute;
transition: all .1s ease;
z-index: 99999;
.chart-title {
color: #0C0C0D;
font-size: 12px;
font-weight: 500;
line-height: 14.06px;
padding-bottom: 8px;
text-align: left;
.rtl & {
text-align: right;
}
}
.content-item {
display: flex;
justify-content: space-between;
span:first-child {
font-size: 13px;
font-style: italic;
font-weight: 400;
line-height: 15.23px;
color: #56585A;
display: block !important;
}
span:last-child {
color: #0C0C0D;
font-size: 13px;
font-style: italic;
font-weight: 500;
line-height: 15.23px;
display: block !important;
}
}
}
.c-wps-horizontal-bar__container {
margin-top: 20px;
.o-wrap--no-data {
padding-top: 0 !important;
}
}
.c-wps-search-engine-chart {
canvas{
height: 222px !important;
width: 100% !important;
margin-top: 20px;
}
}
.c-wps-performance-chart__items {
.current-data{
font-size: 16px;
font-weight: 600;
line-height: 25.78px;
color: #0c0c0d;
}
}
.c-chart--limited-height {
max-height: 444px;
canvas {
max-height: 444px;
}
}
.c-chart__wps-skeleton{
canvas{
display: none!important;
}
&--legend{
display: none!important;
}
}