You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aggregation-platform/plugins/developer/less/environments.less

51 lines
796 B

.project-dashboard {
.page-header-row {
background: white;
margin-left: -20px;
margin-right: -20px;
margin-top: -20px;
border-bottom: 1px solid #d1d1d1;
margin-bottom: 13px;
padding-bottom: 7px;
}
.card-pf-title {
margin-right: 1em;
}
.no-border {
border: none;
margin-bottom: 0;
}
.no-top-margin {
margin-top: 0;
}
.full-card-width {
margin-left: -20px;
margin-right: -20px;
}
.card-pf.pipeline {
.panel-group {
border-width: 0;
.panel {
box-shadow: none;
}
.panel.panel-default {
border-width: 0;
border-top-width: 1px;
.log-panel {
border: 1px solid #d4d4d4;
}
}
}
}
}