demarches-normaliennes/app/assets/stylesheets/new_design/dossier_show.scss

26 lines
346 B
SCSS
Raw Normal View History

2018-08-08 17:09:02 +02:00
@import "colors";
@import "constants";
#dossier-show {
h1 {
color: $black;
font-size: 22px;
margin-bottom: 0;
.icon.folder {
vertical-align: -3px;
}
}
h2 {
margin-left: 31px;
margin-bottom: $default-padding;
color: $grey;
font-weight: bold;
}
.sub-header .label {
flex-shrink: 0;
}
}