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;
background-colorheight: #f8f9fa50px;
line-height: 50px;
padding: 1em0 .1em4px;
color: #222;
background-color: #ffff8f9fa;
border: 1px solid #9aa0a7a2a9b1;
border-radius: 2px;
padding: 1em .1em;
text-align: center;
cursor: pointer;
font-family: inherit;
font-weight: 500;
transition: all .25s ease-in-out100ms;
cursor: pointer;
}
.frequency-options label:hover,
.amount-options label:hover {
background-color: #fff;
border-color: #a2a9b1;
color: #444;
}
.payment-method-button:hover {
background-color: #fff;
border-color: #a2a9b1;
}
 
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: 4em60px;
line-height: 260px;
}
 
.input_amount_other label {
paddingdisplay: .5emtable-cell;
linevertical-heightalign: 1.2middle;
line-height: 1;
}
 
.input_amount_other label span {
font-size: .8em12px;
}
 
Line 289 ⟶ 285:
margin: 0;
width: 100%;
color: #3366cc36c;
font-size: 1.1em;
-webkit-appearance: none;
Line 297 ⟶ 293:
padding: 0;
height: 50px;
line-height: initial;
}