mirror of https://github.com/linkerd/linkerd2.git
67 lines
1.1 KiB
CSS
67 lines
1.1 KiB
CSS
@import 'styles.css';
|
|
|
|
.deployment-detail {
|
|
& .upstream-downstream-list {
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
& .deployment-title {
|
|
margin: 6px 0;
|
|
|
|
& h1 {
|
|
display: inline-block;
|
|
}
|
|
|
|
& .unadded-message {
|
|
display: inline;
|
|
}
|
|
}
|
|
|
|
& .status-badge {
|
|
display: inline-block;
|
|
border-radius: 50px;
|
|
padding: 4px 10px;
|
|
margin: 6px 12px;
|
|
font-size: small;
|
|
|
|
&.unadded {
|
|
background: var(--status-gray);
|
|
color: white;
|
|
vertical-align: top;
|
|
}
|
|
}
|
|
|
|
& .deployment-details {
|
|
&.border-container {
|
|
height: 276px; /* override height */
|
|
}
|
|
& .border-container-content {
|
|
height: 260px; /* override height */
|
|
}
|
|
|
|
& .metric {
|
|
padding: 15px 0;
|
|
}
|
|
& .metric:not(:last-child) {
|
|
border-bottom: 1px solid grey;
|
|
}
|
|
}
|
|
|
|
& .border-container {
|
|
height: 151px; /* override height */
|
|
}
|
|
|
|
& .border-container-content {
|
|
height: 135px; /* override height */
|
|
|
|
& .summary-container .metric-info {
|
|
float: left;
|
|
}
|
|
|
|
& .summary-container .metric-value {
|
|
float: right;
|
|
}
|
|
}
|
|
|
|
}
|