demarches-normaliennes/app/assets/stylesheets/demande.scss

58 lines
796 B
SCSS
Raw Normal View History

@import "colors";
@import "constants";
.dossier-show {
&-instructeur {
2023-07-03 16:50:07 +02:00
@media (min-width: 48em) {
.champ-row {
display: flex;
}
.champ-label {
flex: 3;
margin-right: 1rem;
}
.champ-content {
flex: 4;
}
}
}
.champ-row {
padding: 0.5rem 1rem;
}
.champ-label {
font-weight: 600;
margin-bottom: 0;
}
.champ-content {
padding: 0 0 0.5rem;
2023-07-03 16:50:07 +02:00
p {
padding: 0;
margin: 0;
}
2023-07-03 16:50:07 +02:00
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);
}
}