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

@ -37,10 +37,10 @@
.big-icon-svg {
padding: 0 7px;
> .bg {
border-radius: 50%;
border-radius: $v-icon-border-radius;
width: 40px;
height: 40px;
box-shadow: $hovering-box-shadow;
box-shadow: $v-hovering-box-shadow;
background-repeat:no-repeat;
background-clip: padding-box;
background-size: 103%;
@ -61,12 +61,12 @@
&.circle{
left:8px;
.bg {
border-radius: 50%;
border-radius: $v-icon-border-radius;
width: 70px;
height: 70px;
padding:.1rem;
margin: 0.2rem;
box-shadow: 0px 1px 5px rgba($mid-gray, .1);
box-shadow: 0px 1px 5px rgba($v-mid-gray, .1);
display:flex;
margin:auto;
}