2018-09-23 21:47:54 +02:00
|
|
|
@import "colors";
|
2018-08-20 17:20:51 +02:00
|
|
|
@import "constants";
|
|
|
|
|
2023-06-27 12:25:29 +02:00
|
|
|
.dossier-show {
|
2023-04-28 10:33:01 +02:00
|
|
|
@media (max-width: 48em) {
|
|
|
|
.d-block-sm {
|
|
|
|
display: block;
|
|
|
|
}
|
2018-08-20 17:20:51 +02:00
|
|
|
}
|
|
|
|
|
2023-06-27 12:25:29 +02:00
|
|
|
.champ-label {
|
|
|
|
font-weight: 600;
|
|
|
|
margin-bottom: 0;
|
|
|
|
color: var(--text-action-high-grey);
|
2018-08-20 17:20:51 +02:00
|
|
|
}
|
2018-09-23 21:47:54 +02:00
|
|
|
|
2023-06-27 12:25:29 +02:00
|
|
|
.champ-content {
|
|
|
|
padding: 0 0 0.5rem;
|
2023-04-28 10:33:01 +02:00
|
|
|
|
2023-06-27 12:25:29 +02:00
|
|
|
p {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
}
|
2023-04-28 10:33:01 +02:00
|
|
|
|
2023-06-27 12:25:29 +02:00
|
|
|
.top-bordered {
|
|
|
|
border-top: 1px solid var(--border-default-grey);
|
|
|
|
}
|
|
|
|
}
|