demarches-normaliennes/app/assets/stylesheets/demande.scss
2023-07-04 10:47:41 +02:00

52 lines
768 B
SCSS

@import "colors";
@import "constants";
.dossier-show {
.champ-row {
@media (min-width: 48em) {
display: flex;
}
}
.champ-label {
font-weight: 600;
margin-bottom: 0;
@media (min-width: 48em) {
flex: 3;
margin-right: 1rem;
}
}
.champ-content {
padding: 0 0 0.5rem;
color: var(--text-action-high--grey);
@media (min-width: 48em) {
flex: 4;
}
p {
padding: 0;
margin: 0;
}
ul {
margin-block-start: 0;
}
}
.champ-updated {
float: right;
}
.champ-repetition {
.champ-updated {
margin-right: -1rem; // align with non repetition contents and badges
}
}
.top-bordered {
border-top: 1px solid var(--border-default-grey);
}
}