9a892dd906
Summary: Ref T2787. There were some mega-uggo buttons and such; reduce the uggo-ness by a hair.
Test Plan: {F179686}
Reviewers: btrahan, chad
Reviewed By: chad
Subscribers: epriestley
Maniphest Tasks: T2787
Differential Revision: https://secure.phabricator.com/D10006
27 lines
355 B
CSS
27 lines
355 B
CSS
/**
|
|
* @provides phortune-css
|
|
*/
|
|
|
|
.phortune-payment-icon {
|
|
width: 34px;
|
|
height: 34px;
|
|
}
|
|
|
|
.phortune-payment-method-list {
|
|
margin: 8px 24px 0;
|
|
}
|
|
|
|
.phortune-payment-method-list button {
|
|
margin: 4px 0;
|
|
width: 100%;
|
|
}
|
|
|
|
.phortune-payment-onetime-list {
|
|
width: 280px;
|
|
}
|
|
|
|
.phortune-payment-onetime-list button {
|
|
margin: 0 0 8px 0;
|
|
width: 100%;
|
|
}
|