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

@ -14,7 +14,7 @@
padding-left: 10px;
font-size: 20px;
font-weight: bold;
color: $dark-gray;
color: $v-dark-gray;
}
.rating {
text-align: right;
@ -25,11 +25,11 @@
font-size: 1rem;
line-height: 1.5em;
font-weight: 300;
color: $dark-gray;
color: $v-dark-gray;
}
.user-feedback {
border-top: 1px solid $subtle-gray;
border-bottom: 1px solid $subtle-gray;
border-top: 1px solid $v-subtle-gray;
border-bottom: 1px solid $v-subtle-gray;
padding: 20px;
width: 100%;
margin-bottom: 20px;