dossier: add details header

This commit is contained in:
Pierre de La Morinerie 2018-08-08 15:09:02 +00:00
parent 97960369db
commit 18d13d76d8
4 changed files with 44 additions and 4 deletions

View file

@ -0,0 +1,25 @@
@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;
}
}