Template:Styles/Default.css: Difference between revisions

Content deleted Content added
update frequency options grid to allow any number of options i.e. prep for Annual
using max-width for footer
 
(5 intermediate revisions by the same user not shown)
Line 143:
}
 
/* --- Hide non-monthlyrecurring capable payment methods on monthlyrecurring forms --- */
 
.form-monthly .not-monthly-capable {,
form[data-frequency="monthly"] .not-monthly-capable,
form[data-frequency="annual"] .not-monthly-capable {
display: none;
}
Line 212 ⟶ 214:
align-items: center;
flex-wrap: wrap;
text-align: center;
height: 50px;
padding: 0 2px;
Line 217 ⟶ 220:
font-family: inherit;
font-weight: 500;
line-height: 1.2;
cursor: pointer;
transition: background-color 100ms, color 100ms, border-color 100ms, box-shadow 100ms;
Line 451 ⟶ 455:
#donate-footer {
width: 100%;
textmax-alignwidth: center948px;
margin: 24px 0 0 0auto;
text-align: left;
font-size: 12px13px;
line-height: 1.4;
paddingcolor: 24px 15% 8px#54595d;
}
 
#donate-footer > div {
margin-bottom: 16px1em;
}
 
.donate-smallprint,
#donor-policy-block {
font-size: 12px;
}
 
Line 470 ⟶ 472:
margin: 0;
text-align: center;
font-size: 15px;
}
 
Line 581 ⟶ 584:
#form-wrapper {
padding: 16px;
}
 
/* Smallprint and links */
#donate-footer {
margin: 24px 0 0 0;
padding: 0;
}
 
Line 612 ⟶ 609:
#content {
padding: 140px 8px 8px 8px;
}
#donate-footer {
max-width: 380px;
}