forked from rebillar/site-accueil-insa
51 lines
707 B
Text
51 lines
707 B
Text
#topApiRef {
|
|
color: #95aecb;
|
|
}
|
|
|
|
.section-toggler-link {
|
|
font-size: 0.8em;
|
|
font-style: italic;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.section-toggler-link:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.metricEvolution {
|
|
display: inline-block;
|
|
font-size: 9pt;
|
|
opacity: 0.75;
|
|
}
|
|
|
|
.metricEvolution > .positive-evolution {
|
|
color: green;
|
|
}
|
|
|
|
.metricEvolution > .negative-evolution {
|
|
color: #e02a3b;
|
|
}
|
|
|
|
.reportsByDimensionView > .entityList {
|
|
float: left;
|
|
width: 208px;
|
|
min-height: 200px;
|
|
}
|
|
|
|
.dimensionCategory {
|
|
margin-top: 16px;
|
|
}
|
|
|
|
.modal.modal-extra-wide {
|
|
width: 95%;
|
|
max-height: 90%;
|
|
top: 5% !important;
|
|
|
|
.ui-confirm {
|
|
padding: 0 !important;
|
|
}
|
|
}
|
|
|
|
.card .card-content {
|
|
padding: 20px;
|
|
}
|