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-07-06 09:41:28 +02:00
|
|
|
.champ-row {
|
2023-07-03 22:41:46 +02:00
|
|
|
padding: 0.5rem 1rem;
|
2018-08-20 17:20:51 +02:00
|
|
|
}
|
|
|
|
|
2023-06-27 12:25:29 +02:00
|
|
|
.champ-label {
|
|
|
|
margin-bottom: 0;
|
2023-07-07 12:08:52 +02:00
|
|
|
font-size: 0.8rem;
|
|
|
|
font-weight: 300;
|
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-07-07 12:08:52 +02:00
|
|
|
font-weight: 600;
|
|
|
|
|
|
|
|
a {
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
2023-07-03 16:50:07 +02:00
|
|
|
|
2023-06-27 12:25:29 +02:00
|
|
|
p {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
2023-07-03 16:50:07 +02:00
|
|
|
|
|
|
|
ul {
|
|
|
|
margin-block-start: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-07-07 12:08:52 +02:00
|
|
|
.champ-blank {
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
2023-07-03 16:50:07 +02:00
|
|
|
.champ-updated {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.champ-repetition {
|
|
|
|
.champ-updated {
|
|
|
|
margin-right: -1rem; // align with non repetition contents and badges
|
|
|
|
}
|
2023-06-27 12:25:29 +02:00
|
|
|
}
|
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);
|
|
|
|
}
|
|
|
|
}
|