2021-01-28 15:27:29 +01:00
|
|
|
@import "colors";
|
2016-02-12 15:39:14 +01:00
|
|
|
|
2021-02-23 14:09:01 +01:00
|
|
|
@media print {
|
|
|
|
.new-header,
|
|
|
|
.sub-header,
|
|
|
|
footer {
|
|
|
|
display: none;
|
|
|
|
}
|
2016-02-12 15:39:14 +01:00
|
|
|
|
2021-02-23 14:09:01 +01:00
|
|
|
.print-header {
|
|
|
|
display: block;
|
|
|
|
margin-top: 30px;
|
|
|
|
font-size: 30px;
|
|
|
|
line-height: 50px;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2016-02-12 15:39:14 +01:00
|
|
|
|
2021-02-23 14:09:01 +01:00
|
|
|
body {
|
2022-08-17 11:13:10 +02:00
|
|
|
font-family: "Marianne";
|
2021-02-23 14:09:01 +01:00
|
|
|
}
|
2017-02-01 14:24:24 +01:00
|
|
|
|
2021-02-23 14:09:01 +01:00
|
|
|
.subtitle {
|
|
|
|
margin-top: -20px;
|
|
|
|
color: $dark-grey;
|
|
|
|
}
|
2017-02-01 14:24:24 +01:00
|
|
|
|
2021-02-23 14:09:01 +01:00
|
|
|
th,
|
|
|
|
td {
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
2017-02-01 14:24:24 +01:00
|
|
|
|
2021-02-23 14:09:01 +01:00
|
|
|
th {
|
|
|
|
text-align: left;
|
2017-02-01 14:24:24 +01:00
|
|
|
|
2021-02-23 14:09:01 +01:00
|
|
|
&.header-section {
|
|
|
|
padding-top: 1.2em;
|
|
|
|
font-size: 1.2em;
|
|
|
|
}
|
2017-02-01 14:24:24 +01:00
|
|
|
}
|
2021-01-28 15:27:29 +01:00
|
|
|
|
2021-02-23 14:09:01 +01:00
|
|
|
.messagerie {
|
|
|
|
.messages-list {
|
|
|
|
list-style: none;
|
|
|
|
padding-left: 0;
|
|
|
|
max-height: none;
|
2021-01-28 15:27:29 +01:00
|
|
|
|
2021-02-23 14:09:01 +01:00
|
|
|
h2 {
|
|
|
|
font-size: 110%;
|
|
|
|
}
|
2021-01-28 15:27:29 +01:00
|
|
|
}
|
2017-02-01 14:24:24 +01:00
|
|
|
}
|
2021-01-28 15:27:29 +01:00
|
|
|
|
2021-02-23 14:09:01 +01:00
|
|
|
.message {
|
|
|
|
margin-bottom: 40px;
|
|
|
|
}
|
2021-01-28 15:27:29 +01:00
|
|
|
|
2021-02-23 14:09:01 +01:00
|
|
|
.updated-at {
|
|
|
|
display: none;
|
|
|
|
}
|
2021-01-28 15:27:29 +01:00
|
|
|
}
|