Paypal is now working
This commit is contained in:
@@ -28,24 +28,32 @@
|
||||
padding: 0.5em 1em;
|
||||
vertical-align: middle;
|
||||
|
||||
&.organization, &.secondary {
|
||||
&.organization, &.secondary, &.best {
|
||||
background-color: $organization-color;
|
||||
}
|
||||
|
||||
&.article {
|
||||
&.article, &.good {
|
||||
background-color: $article-color;
|
||||
}
|
||||
|
||||
&.better {
|
||||
background-color: darken($warning-color, 2);
|
||||
}
|
||||
|
||||
&:hover {
|
||||
color: $primary-color;
|
||||
border: 0.15em solid;
|
||||
background-color: transparent;
|
||||
|
||||
&.organization {
|
||||
&.organization, &.secondary, &.best {
|
||||
color: $organization-color;
|
||||
}
|
||||
|
||||
&.article {
|
||||
&.better {
|
||||
color: darken($warning-color, 2);
|
||||
}
|
||||
|
||||
&.article, &.good {
|
||||
color: $article-color;
|
||||
}
|
||||
}
|
||||
@@ -625,3 +633,24 @@ article {
|
||||
p.help {
|
||||
font-size: 1.1em;
|
||||
}
|
||||
|
||||
.small-form {
|
||||
> .field {
|
||||
display: inline-block;
|
||||
vertical-align: baseline;
|
||||
width: 10em;
|
||||
|
||||
input {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
label {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.actions {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user