fix toggle switch on create wallet

This commit is contained in:
Javier 2016-05-19 18:18:05 -03:00
commit 453b129892
3 changed files with 16 additions and 8 deletions

View file

@ -16,6 +16,14 @@
display: inherit;
}
.bct {
background-color: transparent !important;
margin-top: -25px;
padding-bottom: 30px;
right: -27px !important;
border-width: 0px;
}
.item-toggle .toggle {
right: 28px;
}