additional pending claim style fixes
This commit is contained in:
parent
4316f7b913
commit
b896b9c5af
3 changed files with 4 additions and 4 deletions
|
@ -36,7 +36,7 @@ class ModalPublishSuccess extends React.PureComponent<Props> {
|
|||
closeModal();
|
||||
}}
|
||||
>
|
||||
<p className="card__subtitle">
|
||||
<p className="section__subtitle">
|
||||
{__(`Your %publishMessage% pending on LBRY. It will take a few minutes to appear for other users.`, {
|
||||
publishMessage,
|
||||
})}
|
||||
|
|
|
@ -27,13 +27,13 @@
|
|||
.card--reward-total {
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
color: var(--color-white); //white;
|
||||
color: var(--color-white);
|
||||
font-size: var(--font-large);
|
||||
font-weight: var(--font-weight-bold);
|
||||
}
|
||||
|
||||
.card--inline {
|
||||
border: 1px solid black; //gray-1;
|
||||
border: 1px solid var(--color-border);
|
||||
border-radius: var(--card-radius);
|
||||
margin-bottom: var(--spacing-medium);
|
||||
|
||||
|
|
|
@ -186,6 +186,6 @@
|
|||
}
|
||||
|
||||
.claim-upload__progress--inner {
|
||||
background: black; //teal-1;
|
||||
background: var(--color-primary-alt);
|
||||
padding: var(--spacing-miniscule);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue