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

@ -12,10 +12,10 @@
content: '';
}
&.item-divider {
color: $dark-gray;
color: $v-dark-gray;
}
.item-note {
color: $dark-gray;
color: $v-dark-gray;
}
}
.has-comment {
@ -24,7 +24,7 @@
.comment {
padding: 15px;
background-color: #fff;
color: $mid-gray;
color: $v-mid-gray;
font-size:0.9em;
}
}