regluit/static/less/pledge.less

79 lines
1023 B
Plaintext

@import "variables.less";
#content-block .jsmod-content, .book-detail {
float: left;
width: auto;
}
input[type="submit"] {
float: right;
font-size: 17px;
margin: 10px;
cursor: pointer;
}
.pledge_amount {
padding: 10px;
font-size: 17px;
background: @pale-blue;
&.premium_level {
margin-top: 3px;
}
}
form.pledgeform {
width: 470px;
}
#id_preapproval_amount {
width: 50%;
line-height: 30px;
font-size: 16px;
}
ul.support li, ul.support li:hover {
background-image: none;
}
p {
margin: 7px auto;
}
.jsmodule.pledge {
margin: auto;
.jsmod-content {
float: right !important;
}
}
.modify_notification {
width: 452px;
margin-bottom: 7px;
border: solid 2px @call-to-action;
.one-border-radius(5px);
padding: 7px;
h4 {
margin: 0 0 5px 0;
}
}
.cancel_notice {
width: 470px;
padding: 5px;
margin-top: 10px;
}
#fakepledgesubmit {
background-color: @alert;
cursor: pointer;
font-weight: bold;
font-size: 17px;
display: none;
}
span.menu-item-price {
float: none !important;
}