Penambahan FrontEnd All-New-Manufacture
This commit is contained in:
56
public/scss/pages/_analytics.scss
Normal file
56
public/scss/pages/_analytics.scss
Normal file
@@ -0,0 +1,56 @@
|
||||
.bar-chart{
|
||||
.apexcharts-legend-text{
|
||||
.value{
|
||||
margin-#{$dlab-pos-left}:1.25rem;
|
||||
font-size:1.25rem;
|
||||
font-weight:700;
|
||||
}
|
||||
}
|
||||
}
|
||||
.donut-chart-sale{
|
||||
small i{
|
||||
font-size: 1.75rem;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
#{$dlab-pos-left}: 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
top: 0;
|
||||
justify-content: center;
|
||||
font-weight: 600;
|
||||
color:var(--primary);
|
||||
}
|
||||
}
|
||||
.chart-link{
|
||||
span{
|
||||
font-size:0.6875rem;
|
||||
}
|
||||
}
|
||||
.chart-content{
|
||||
@include respond ('phone'){
|
||||
margin-top:1.875rem;
|
||||
}
|
||||
}
|
||||
.form-switch{
|
||||
.form-check-input{
|
||||
width:3em;
|
||||
}
|
||||
}
|
||||
.bar-chart{
|
||||
.apexcharts-bar-series{
|
||||
.apexcharts-series:nth-child(2){
|
||||
path{
|
||||
fill:var(--primary);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.Sales-1{
|
||||
.apexcharts-series{
|
||||
.apexcharts-line{
|
||||
stroke:var(--primary);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user