dossier: add details header
This commit is contained in:
parent
97960369db
commit
18d13d76d8
4 changed files with 44 additions and 4 deletions
25
app/assets/stylesheets/new_design/dossier_show.scss
Normal file
25
app/assets/stylesheets/new_design/dossier_show.scss
Normal 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;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue