73 lines
1.2 KiB
Plaintext
73 lines
1.2 KiB
Plaintext
|
|
table.deployments a,
|
|
table.usage a {
|
|
color: black;
|
|
}
|
|
|
|
table.deployments tbody a:hover,
|
|
.table.usage > thead > tr > th > a:hover,
|
|
.table.deployments > thead > tr > th > a:hover,
|
|
.table.deployments > tbody > tr > td > a:hover,
|
|
table.usage tbody a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
table.deployments th,
|
|
table.usage th {
|
|
font-size: 14px;
|
|
padding: 10px;
|
|
}
|
|
|
|
table.environment td {
|
|
padding: 10px;
|
|
}
|
|
|
|
.version1 {
|
|
background-color: #007a87;
|
|
}
|
|
|
|
.version2 {
|
|
background-color: #3b0083;
|
|
}
|
|
|
|
.table.usage > thead > tr > th,
|
|
.table.deployments > thead > tr > th,
|
|
.table.deployments > tbody > tr > td {
|
|
padding: 10px 20px;
|
|
}
|
|
|
|
.dropdown {
|
|
a.dropdown-toggle:hover {
|
|
text-decoration: none;
|
|
}
|
|
.dropdown-menu > li > a:hover {
|
|
text-decoration: none;
|
|
}
|
|
}
|
|
|
|
.team-dashboard {
|
|
.environment-rows {
|
|
.card-pf {
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
.card-pf-heading, .card-pf-body {
|
|
margin-left: 0;
|
|
margin-right: 0;
|
|
}
|
|
.card-pf-heading {
|
|
margin-bottom: 0;
|
|
.btn {
|
|
margin-top: 15px;
|
|
}
|
|
}
|
|
.card-pf-body {
|
|
margin-top: 0;
|
|
}
|
|
.table.usage th,
|
|
.table.usage td {
|
|
text-align: center;
|
|
}
|
|
}
|
|
}
|
|
}
|