Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/phabricator
Path: blob/master/webroot/rsrc/css/application/phortune/phortune.css
12242 views
1
/**
2
* @provides phortune-css
3
*/
4
5
.phortune-payment-icon {
6
width: 34px;
7
height: 34px;
8
}
9
10
.phortune-payment-onetime-list {
11
width: 280px;
12
}
13
14
.phortune-payment-onetime-list button {
15
margin: 0 0 8px 0;
16
width: 100%;
17
}
18
19
.printable.phortune-cart-page .phui-two-column-view .phui-two-column-content
20
.phui-main-column {
21
width: auto;
22
}
23
24
.printable.phortune-cart-page .phui-two-column-view .phui-two-column-content
25
.phui-side-column {
26
display: none;
27
}
28
29