OpenDroneMap-WebODM/app/static/app/js/css/Dashboard.scss

20 wiersze
316 B
SCSS

#dashboard-app{
.project-list-item-panel{
min-height: 100px;
}
.row{
&.no-margin{
margin: 0;
}
}
.progress{
height: 20px;
margin-bottom: 4px;
.progress-bar{
font-size: 14px;
line-height: 18px;
}
}
}