last state
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
margin-bottom: 40px;
|
||||
padding-bottom: 20px;
|
||||
border-bottom: 2px solid #333;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.company-info {
|
||||
@@ -193,6 +194,14 @@
|
||||
.logo-size {
|
||||
height: 40px;
|
||||
}
|
||||
.document-type {
|
||||
font-size: 24px;
|
||||
font-weight: bold;
|
||||
margin-bottom: 10px;
|
||||
color: #333;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
@@ -219,6 +228,7 @@
|
||||
accounting@bayarea-cc.com
|
||||
</div>
|
||||
</div>
|
||||
<div class="document-type">INVOICE</div>
|
||||
</div>
|
||||
|
||||
<div class="bill-to-section">
|
||||
|
||||
@@ -29,6 +29,7 @@
|
||||
margin-bottom: 40px;
|
||||
padding-bottom: 20px;
|
||||
border-bottom: 2px solid #333;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.company-info {
|
||||
@@ -193,6 +194,14 @@
|
||||
.logo-size {
|
||||
height: 40px;
|
||||
}
|
||||
.document-type {
|
||||
font-size: 24px;
|
||||
font-weight: bold;
|
||||
margin-bottom: 10px;
|
||||
color: #333;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
@@ -219,6 +228,7 @@
|
||||
support@bayarea-cc.com
|
||||
</div>
|
||||
</div>
|
||||
<div class="document-type">QUOTE</div>
|
||||
</div>
|
||||
|
||||
<div class="bill-to-section">
|
||||
|
||||
Reference in New Issue
Block a user