Implementation for copay distribution sass.
This commit is contained in:
parent
52a690e31e
commit
73a06b595f
105 changed files with 1150 additions and 480 deletions
|
|
@ -5,7 +5,7 @@
|
|||
font-size: 16px;
|
||||
|
||||
&--total {
|
||||
color: $mid-gray;
|
||||
color: $v-mid-gray;
|
||||
}
|
||||
|
||||
&--available {
|
||||
|
|
@ -21,7 +21,7 @@
|
|||
}
|
||||
|
||||
&--alternative {
|
||||
color: $light-gray;
|
||||
color: $v-light-gray;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
|
|
@ -29,14 +29,14 @@
|
|||
|
||||
&__title {
|
||||
flex-grow: 1;
|
||||
color: $dark-gray;
|
||||
color: $v-dark-gray;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
&__icon {
|
||||
float: left;
|
||||
margin-right: 1rem;
|
||||
color: $light-gray;
|
||||
color: $v-light-gray;
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
|
|
@ -81,13 +81,13 @@
|
|||
|
||||
&__heading {
|
||||
font-size: 17px;
|
||||
color: #445;
|
||||
color: $v-dark-gray;
|
||||
margin: 1rem 1rem 1rem 1rem;
|
||||
}
|
||||
|
||||
&__description {
|
||||
font-size: 12.5px;
|
||||
color: #667;
|
||||
color: $v-mid-gray;
|
||||
margin: 0.7rem;
|
||||
line-height: 16px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue