demarches-normaliennes/app/assets/stylesheets/new_design/dossier_show.scss
2018-08-14 15:25:27 +02:00

37 lines
546 B
SCSS

@import "colors";
@import "constants";
#dossier-show {
.sub-header {
.label {
float: right;
margin-left: $default-spacer;
}
.title-container {
margin-bottom: $default-padding * 2;
padding-left: 32px;
.icon.folder {
float: left;
margin-left: -32px;
margin-top: 3px;
}
}
h1 {
color: $black;
font-size: 22px;
margin-bottom: 0;
}
h2 {
color: $grey;
font-weight: bold;
}
}
.button.edit-form {
float: right;
}
}