2019-10-09 01:29:35 +03:00
|
|
|
.pledge-form .form-field {
|
|
|
|
margin-bottom: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pledge-form .form-field label {
|
|
|
|
margin-bottom: 8px;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pledge-form .form-field input[type=text],
|
|
|
|
.pledge-form .form-field input[type=url],
|
|
|
|
.pledge-form .form-field input[type=number],
|
|
|
|
.pledge-form .form-field input[type=email],
|
|
|
|
.pledge-form .form-field textarea {
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
padding: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pledge-form .form-field input[type=number] {
|
|
|
|
max-width: 10em;
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pledge-form .form-field > p {
|
|
|
|
margin-top: 8px;
|
|
|
|
font-size: 0.9em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pledge-form .form-field__logo input {
|
|
|
|
padding: 8px 0;
|
|
|
|
line-height: 1;
|
|
|
|
}
|
|
|
|
|
2019-11-12 18:10:12 +02:00
|
|
|
.pledge-form .form-field .email-status {
|
|
|
|
font-size: 1.1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pledge-form .email-status.is-confirmed {
|
|
|
|
color: #297531;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pledge-form .email-status.is-unconfirmed {
|
|
|
|
color: #c92c2c;
|
2019-10-09 01:29:35 +03:00
|
|
|
}
|
2019-11-12 19:33:32 +02:00
|
|
|
|
|
|
|
.contributor-list li * {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
.contributor-list .button-link-delete {
|
|
|
|
text-decoration: none;
|
|
|
|
margin-right: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.contributor-list .avatar {
|
|
|
|
margin-right: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.contributor-list .contributor-list__name {
|
|
|
|
font-size: 1.1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.contributor-list .button {
|
|
|
|
float: right;
|
|
|
|
}
|