Implementation for copay distribution sass.
This commit is contained in:
parent
52a690e31e
commit
73a06b595f
105 changed files with 1150 additions and 480 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue