Implementation for copay distribution sass.
This commit is contained in:
parent
52a690e31e
commit
73a06b595f
105 changed files with 1150 additions and 480 deletions
|
|
@ -7,12 +7,15 @@
|
|||
display: inline-block;
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
border-radius: 50%;
|
||||
box-shadow: $subtle-box-shadow;
|
||||
border-radius: $v-icon-border-radius;
|
||||
box-shadow: $v-subtle-box-shadow;
|
||||
background-color: #fa912b;
|
||||
img {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
content: $v-bitcoin-icon;
|
||||
background-color: $v-bitcoin-orange;
|
||||
border-radius: $v-icon-border-radius;
|
||||
}
|
||||
}
|
||||
.explain {
|
||||
|
|
@ -30,6 +33,6 @@
|
|||
}
|
||||
}
|
||||
.item-note {
|
||||
color: $light-gray;
|
||||
color: $v-light-gray;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue