Primo commit: trasferimento del progetto PPEasy

This commit is contained in:
2024-09-18 10:30:50 +02:00
commit eb475f257e
4233 changed files with 1043848 additions and 0 deletions
+72
View File
@@ -0,0 +1,72 @@
//
// Analytics
//
.dash-chart {
position: relative;
height: 350px;
}
.browser_users{
table{
td{
i{
vertical-align: middle;
}
}
}
}
.impressions-data{
h2{
font-size: 28px;
}
}
// Report
.rep-map{
height: 280px;
}
.chart-report-card{
background-color: lighten($gray-300, 4%);
}
.chart-report-card,
.report-card{
.report-main-icon{
font-size: 28px;
width: 64px;
height: 64px;
align-items: center;
justify-content: center;
display: flex;
border-radius: 50%;
}
h3{
color: $dark;
font-weight: 600;
font-size: 28px;
}
}
.url-list{
li{
i{
font-size: 24px;
vertical-align: middle;
}
}
}
.traffic-card{
margin: 20px 0;
h3{
font-size: 28px;
color: $gray-700;
margin: 20px 0;
}
}