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
+42
View File
@@ -0,0 +1,42 @@
//
// CRM
//
.crm-dash-map{
height: 300px;
}
.crm-dash-activity{
min-height: 425px;
}
.dash-data-card,
.crm-data-card{
.icon-info {
i {
width: 70px;
height: 70px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
font-size: 26px;
z-index: 5;
margin: 0 auto;
}
}
h3{
font-weight: 600;
font-size: 30px;
}
}
.welcome-img{
position: absolute;
right: 0;
top: 0;
}
.flot-chart {
height: 300px;
}