demarches-normaliennes/app/assets/stylesheets/print.scss

65 lines
797 B
SCSS
Raw Normal View History

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