feat(design): improve design of wallet color selection

This commit is contained in:
Jason Dreyzehner 2016-10-12 20:10:22 -04:00
commit d4cd402294
5 changed files with 21 additions and 9 deletions

View file

@ -61,6 +61,7 @@
width: 25px;
height: 25px;
padding:.1rem;
box-shadow: 0px 1px 5px rgba($mid-gray, .1);
}
}
}
@ -112,3 +113,14 @@
border-style: solid;
}
}
.settings-color-name {
margin-left: 1rem;
}
.settings-color-block {
display: inline-block;
width: 24px;
height: 24px;
border-radius: 50%;
box-shadow: 0px 0px 10px;
float: left; // we don't want these indicators to affect their container's sizing
}