Template:Styles/Default.css: Difference between revisions

Content deleted Content added
Undo revision 36780 by Pcoombe (talk)
Tag: Undo
convert buttons to flex
Line 144:
width: 100%;
border: 0;
margin: 0 auto0 8px 0;
padding: 0;
}
Line 150:
.frequency-options ul,
.amount-options ul {
display: tableflex;
table-layout: fixed;
width: 100%;
margin: 0;
padding: 0;
Line 160 ⟶ 158:
.frequency-options ul li,
.amount-options ul li {
displayflex: table-cell1 0 0;
padding: 4px;
vertical-align: top;
}
 
Line 191 ⟶ 188:
.frb-btn,
.payment-method-button {
display: blockflex;
textjustify-aligncontent: center;
align-content: center;
align-items: center;
flex-wrap: wrap;
height: 50px;
line-height: 50px;
padding: 0 4px;
border-radius: 2px;
text-align: center;
font-family: inherit;
font-weight: 500;
Line 261 ⟶ 260:
.amount-options .frb-btn {
height: 60px;
line-height: 60px;
font-size: 15px;
}
Line 272 ⟶ 270:
.country-VN .amount-options .frb-btn {
font-size: 13px;
}
 
.input_amount_other .frb-btn {
display: table-cell;
vertical-align: middle;
padding: 0 8px;
}
 
Line 286 ⟶ 278:
margin-bottom: 2px;
white-space: normal;
verticaltext-align: topcenter;
}
 
Line 302 ⟶ 295:
-moz-appearance: none;
appearance: none;
paddingmargin: 0 8px4px;
}
 
Line 414 ⟶ 408:
 
.payment-method-button {
display: block;
margin: 0;
width: 100%;
Line 421 ⟶ 414:
-moz-appearance: none;
appearance: none;
white-space: normal;
padding: 0;
height: 50px;
line-height: 1;
}