63 lines
707 B
SCSS
63 lines
707 B
SCSS
@import "colors";
|
|
@import "fonts";
|
|
|
|
.new-header,
|
|
.accompagnateur-header,
|
|
footer {
|
|
display: none;
|
|
}
|
|
|
|
.print-header {
|
|
display: block;
|
|
margin-top: 30px;
|
|
font-size: 30px;
|
|
line-height: 50px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
body {
|
|
font-family: "Muli";
|
|
}
|
|
|
|
.subtitle {
|
|
margin-top: -20px;
|
|
color: $grey;
|
|
}
|
|
|
|
th,
|
|
td {
|
|
vertical-align: top;
|
|
}
|
|
|
|
th {
|
|
text-align: left;
|
|
|
|
&.header-section {
|
|
padding-top: 1.2em;
|
|
font-size: 1.2em;
|
|
}
|
|
}
|
|
|
|
.messagerie {
|
|
.messages-list {
|
|
list-style: none;
|
|
padding-left: 0;
|
|
max-height: none;
|
|
|
|
li {
|
|
margin-bottom: 40px;
|
|
}
|
|
|
|
h2 {
|
|
font-size: 110%;
|
|
}
|
|
|
|
.person-icon {
|
|
display: none;
|
|
}
|
|
}
|
|
}
|
|
|
|
.updated-at {
|
|
display: none;
|
|
}
|