Summary: See PHI1023. Ref T7607. Occasionally, companies need their billing address (or some other custom text) to appear on invoices to satisfy process or compliance requirements. Allow accounts to have a custom "Billing Name" and a custom "Billing Address" which appear on invoices. Test Plan: {F6134707} Reviewers: amckinley Reviewed By: amckinley Subscribers: PHID-OPKG-gm6ozazyms6q6i22gyam Maniphest Tasks: T7607 Differential Revision: https://secure.phabricator.com/D19979
76 lines
1.2 KiB
CSS
76 lines
1.2 KiB
CSS
/**
|
|
* @provides phortune-invoice-css
|
|
*/
|
|
|
|
.phortune-invoice-view {
|
|
max-width: 800px;
|
|
margin: 16px auto;
|
|
background: #fff;
|
|
}
|
|
|
|
.phortune-invoice-view .phabricator-main-menu {
|
|
display: none;
|
|
}
|
|
|
|
.phortune-invoice-view .phabricator-standard-page-footer {
|
|
display: none;
|
|
}
|
|
|
|
.device-desktop .phortune-invoice-view .phui-property-list-key {
|
|
width: 16%;
|
|
}
|
|
|
|
.device-desktop .phortune-invoice-view .phui-property-list-value {
|
|
width: 80%;
|
|
}
|
|
|
|
.phortune-invoice-logo {
|
|
margin-bottom: 24px;
|
|
}
|
|
|
|
.phortune-invoice-logo img {
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.phortune-invoice-contact {
|
|
margin-bottom: 32px;
|
|
}
|
|
|
|
.phortune-invoice-contact td {
|
|
padding: 4px 16px;
|
|
}
|
|
|
|
.phortune-invoice-to {
|
|
border-right: 1px solid {$lightblueborder};
|
|
}
|
|
|
|
.phortune-mini-header {
|
|
color: {$lightbluetext};
|
|
font-weight: bold;
|
|
text-transform: uppercase;
|
|
margin-bottom: 4px;
|
|
letter-spacing: 0.25em;
|
|
}
|
|
|
|
.phortune-invoice-status {
|
|
margin-bottom: 24px;
|
|
}
|
|
|
|
.phortune-invoice-status .phui-info-view {
|
|
margin: 0;
|
|
}
|
|
|
|
.phortune-invoice-view .phui-box.phui-object-box {
|
|
margin-bottom: 24px;
|
|
}
|
|
|
|
.phortune-invoice-footer {
|
|
color: {$lightgreytext};
|
|
margin: 48px 0 64px;
|
|
text-align: center;
|
|
}
|
|
|
|
.phortune-invoice-footer strong {
|
|
color: #000;
|
|
}
|