Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/phabricator
Path: blob/master/webroot/rsrc/css/application/phortune/phortune-invoice.css
12242 views
1
/**
2
* @provides phortune-invoice-css
3
*/
4
5
.phortune-invoice-view {
6
max-width: 800px;
7
margin: 16px auto;
8
background: #fff;
9
}
10
11
.phortune-invoice-view .phabricator-main-menu {
12
display: none;
13
}
14
15
.phortune-invoice-view .phabricator-standard-page-footer {
16
display: none;
17
}
18
19
.device-desktop .phortune-invoice-view .phui-property-list-key {
20
width: 16%;
21
}
22
23
.device-desktop .phortune-invoice-view .phui-property-list-value {
24
width: 80%;
25
}
26
27
.phortune-invoice-logo {
28
margin-bottom: 24px;
29
}
30
31
.phortune-invoice-logo img {
32
margin: 0 auto;
33
}
34
35
.phortune-invoice-contact {
36
margin-bottom: 32px;
37
}
38
39
.phortune-invoice-contact td {
40
padding: 4px 16px;
41
}
42
43
.phortune-invoice-to {
44
border-right: 1px solid {$lightblueborder};
45
}
46
47
.phortune-mini-header {
48
color: {$lightbluetext};
49
font-weight: bold;
50
text-transform: uppercase;
51
margin-bottom: 4px;
52
letter-spacing: 0.25em;
53
}
54
55
.phortune-invoice-status {
56
margin-bottom: 24px;
57
}
58
59
.phortune-invoice-status .phui-info-view {
60
margin: 0;
61
}
62
63
.phortune-invoice-view .phui-box.phui-object-box {
64
margin-bottom: 24px;
65
}
66
67
.phortune-invoice-footer {
68
color: {$lightgreytext};
69
margin: 48px 0 64px;
70
text-align: center;
71
}
72
73
.phortune-invoice-footer strong {
74
color: #000;
75
}
76
77