Template:Styles/Default.css: Difference between revisions
Content deleted Content added
No edit summary |
re-working buttons - attempting to fix phab:T216830 |
||
Line 173:
.payment-method-button {
display: block;
line-height: 50px;
color: #222;
border: 1px solid #
border-radius: 2px;
▲ padding: 1em .1em;
text-align: center;
cursor: pointer;▼
font-family: inherit;
font-weight: 500;
transition: all
▲ cursor: pointer;
}
.frequency-options label:hover,
.amount-options label:hover {
▲ background-color: #fff;
color: #444;
}
Line 224 ⟶ 220:
box-shadow: inset 0 0 0 1px #36c, inset 0 0 0 2px #fff;
}
/* --- Donation Amounts --- */
Line 245 ⟶ 240:
}
.amount-options label {
height:
line-height:
}
.input_amount_other label {
line-height: 1;
}
.input_amount_other label span {
font-size:
}
Line 289 ⟶ 285:
margin: 0;
width: 100%;
color: #
font-size: 1.1em;
-webkit-appearance: none;
Line 297 ⟶ 293:
padding: 0;
height: 50px;
line-height: initial;
}
|