2015-09-07 12:03:59 +02:00
|
|
|
|
|
|
|
.notification-contract-download {
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.notification-contract-wrapper{
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.notification-contract-logo {
|
|
|
|
|
|
|
|
img {
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
|
|
|
.notification-contract-header {
|
|
|
|
font-size: 2em;
|
|
|
|
text-transform: uppercase;
|
|
|
|
margin-bottom: 0.8em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.notification-contract-pdf, .notification-contract-footer {
|
|
|
|
width: 100%;
|
|
|
|
max-width: 750px;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
.notification-contract-pdf {
|
|
|
|
embed {
|
|
|
|
border: 1px solid #cccccc;
|
|
|
|
width: 100%;
|
|
|
|
height: 60vh;
|
|
|
|
margin-bottom: 0.4em;
|
|
|
|
}
|
|
|
|
.notification-contract-pdf-download {
|
|
|
|
text-align: left;
|
|
|
|
margin-left: 1em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.notification-contract-footer {
|
|
|
|
text-align: left;
|
|
|
|
padding: 1em;
|
2015-09-09 14:15:00 +02:00
|
|
|
> h1 {
|
2015-09-07 12:03:59 +02:00
|
|
|
margin-top: 0.4em;
|
|
|
|
font-size: 1.4em;
|
|
|
|
}
|
2015-09-09 14:15:00 +02:00
|
|
|
> p {
|
2015-09-07 12:03:59 +02:00
|
|
|
font-size: 0.9em;
|
|
|
|
color: #444444;
|
|
|
|
}
|
2015-09-09 14:15:00 +02:00
|
|
|
> pre {
|
|
|
|
color: #444;
|
|
|
|
cursor: default;
|
|
|
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
|
|
background-color: rgba(0, 0, 0, 0);
|
|
|
|
border: 0;
|
|
|
|
box-shadow: none;
|
|
|
|
margin-bottom: 1em;
|
|
|
|
padding-left: 0;
|
|
|
|
width: 100%;
|
|
|
|
}
|
2015-09-07 12:03:59 +02:00
|
|
|
}
|