mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 01:25:17 +01:00
22aa0139ae
Needed: copyright societies in backend
51 lines
891 B
SCSS
51 lines
891 B
SCSS
|
|
.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;
|
|
h1 {
|
|
margin-top: 0.4em;
|
|
font-size: 1.4em;
|
|
}
|
|
p {
|
|
font-size: 0.9em;
|
|
color: #444444;
|
|
}
|
|
} |