demarches-normaliennes/app/assets/stylesheets/new_design/dossier-edit.scss
2018-07-11 17:13:18 +02:00

34 lines
719 B
SCSS

@import "colors";
@import "constants";
.dossier-edit {
.dossier-header {
background-color: $light-grey;
margin-bottom: $default-padding;
.container {
padding: $default-padding;
}
h1 {
font-size: 22px;
}
}
.prologue {
margin: (1.5 * $default-padding) 0;
display: flex;
flex-wrap: wrap;
align-items: baseline;
.mandatory-explanation {
flex-grow: 1; // Push the "notice" button to the right
flex-shrink: 1; // Allow the text to shrink
margin-bottom: $default-spacer; // Leave space when the "notice" button wraps under the text
}
.button.notice {
flex-shrink: 0; // Display the button label on a single line
}
}
}