Merge branch 'feature-61730/Cis4_DashboardAnpassungen' into merge_C4_25999_61235_61730

This commit is contained in:
Harald Bamberger
2025-05-22 07:48:23 +02:00
13 changed files with 185 additions and 54 deletions
+29
View File
@@ -16,6 +16,18 @@
color: var(--fhc-link);
}
@media (max-width: 576px){
.widget-icon {
max-height: 250px;
object-fit: cover;
}
.widget-icon-container{
max-width: 250px;
margin-left: auto;
margin-right: auto;
}
}
.empty-tile-hover {
height: 100%;
width: 100%;
@@ -30,6 +42,23 @@
height: 100%;
width: 100%;
background-color:white;
position:relative;
}
.dashboard-section > .newGridRow{
position:absolute;
width:20px;
height:20px;
padding:0;
bottom:0;
left:50%;
transform:translate(-50%, 50%);
background-color:white;
}
.newGridRow:hover {
color:white;
background-color:#6c757d;
}
.empty-tile-hover:hover {