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

@ -27,7 +27,7 @@
color: #fff;
&.warning-red{
border-color: #EB475A;
background-color: $warning-red;
background-color: $v-warning-color;
}
}
&.error {
@ -151,8 +151,8 @@ input[type=number] {
position: absolute;
font-size: 20px;
right: 10px;
background-color: $subtle-gray;
color: $dark-gray;
background-color: $v-subtle-gray;
color: $v-dark-gray;
border-radius: 4px;
padding: 2px 10px;
cursor: pointer;