Initial commit
This commit is contained in:
54
app/assets/stylesheets/contract_pdf.scss
Normal file
54
app/assets/stylesheets/contract_pdf.scss
Normal file
@@ -0,0 +1,54 @@
|
||||
dd {
|
||||
width: 60%;
|
||||
}
|
||||
|
||||
dt {
|
||||
font-weight: bold;
|
||||
width: 33%;
|
||||
}
|
||||
|
||||
dt, dd {
|
||||
display: inline-block;
|
||||
padding: 10px 0;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
ol li, ul li {
|
||||
padding: 15px 0;
|
||||
}
|
||||
|
||||
strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
u {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.heading {
|
||||
text-align: center;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.page {
|
||||
page-break-before: always;
|
||||
}
|
||||
|
||||
.logo {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.heading-table {
|
||||
table-layout: fixed;
|
||||
width: 100%;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.heading-table td {
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.serial-number {
|
||||
text-transform: uppercase;
|
||||
padding-right: 15px;
|
||||
}
|
||||
Reference in New Issue
Block a user