Implementation for copay distribution sass.

This commit is contained in:
Andy Phillipson 2017-02-23 16:46:41 -05:00
commit 73a06b595f
105 changed files with 1150 additions and 480 deletions

View file

@ -202,8 +202,8 @@
}
> div {
border: 3px solid #13e5b6;
border-radius: 50%;
border: 3px solid $v-success-color;
border-radius: $v-icon-border-radius;
display: flex;
height: 26px;
width: 26px;
@ -212,7 +212,7 @@
justify-content: center;
font-weight: 600;
vertical-align: middle;
color: #13e5b6;
color: $v-success-color;
&.rejected {
background: #E15061;
@ -263,6 +263,6 @@
.glidera-description {
text-align: center;
font-size: 12px;
color: $mid-gray;
color: $v-mid-gray;
}
}