NewDesign: add dossier messagerie show
This commit is contained in:
parent
d5535aaaaa
commit
497f898e1b
5 changed files with 46 additions and 0 deletions
23
app/assets/stylesheets/new_design/dossier_messagerie.scss
Normal file
23
app/assets/stylesheets/new_design/dossier_messagerie.scss
Normal file
|
@ -0,0 +1,23 @@
|
|||
@import "colors";
|
||||
@import "common";
|
||||
@import "constants";
|
||||
|
||||
#dossier-messagerie {
|
||||
li {
|
||||
margin-bottom: 2 * $default-padding;
|
||||
}
|
||||
|
||||
h2 {
|
||||
margin-bottom: $default-spacer;
|
||||
}
|
||||
|
||||
.mail {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.date {
|
||||
font-size: 12px;
|
||||
color: $grey;
|
||||
float: right;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue