Template:Styles/Default.css: Difference between revisions
Content deleted Content added
Tag: Undo |
convert buttons to flex |
||
Line 144:
width: 100%;
border: 0;
margin: 0
padding: 0;
}
Line 150:
.frequency-options ul,
.amount-options ul {
display:
margin: 0;
padding: 0;
Line 160 ⟶ 158:
.frequency-options ul li,
.amount-options ul li {
padding: 4px;
vertical-align: top;▼
}
Line 191 ⟶ 188:
.frb-btn,
.payment-method-button {
display:
align-content: center;
align-items: center;
flex-wrap: wrap;
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;
font-size: 15px;
}
Line 272 ⟶ 270:
.country-VN .amount-options .frb-btn {
font-size: 13px;
padding: 0 8px;▼
}
Line 286 ⟶ 278:
margin-bottom: 2px;
white-space: normal;
}
Line 302 ⟶ 295:
-moz-appearance: none;
appearance: none;
}
Line 414 ⟶ 408:
.payment-method-button {
margin: 0;
width: 100%;
Line 421 ⟶ 414:
-moz-appearance: none;
appearance: none;
}
|