Fix UI from copayers view. Fix redirect to home

This commit is contained in:
Gustavo Maximiliano Cortez 2017-05-24 09:44:04 -03:00
commit e98ce470f7
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
4 changed files with 64 additions and 27 deletions

View file

@ -24,6 +24,7 @@ $v-text-accent-color: #647ce8 !default;
$v-success-color: #13e5b6 !default;
$v-warning-color: #ffa500 !default;
$v-error-color: #ef473a !default;
$v-wallet-color-map: (
0: (color: #dd4b39, name: 'Cinnabar'),

View file

@ -1,13 +1,37 @@
.copayers-secret {
text-align: center;
font-size: 12px;
margin: 10px;
white-space: -moz-pre-wrap !important;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
white-space: pre-wrap;
word-wrap: break-word;
white-space: -webkit-pre-wrap;
word-break: break-all;
white-space: normal;
#copayers-invitation {
@extend .deflash-blue;
.button-share {
color: #fff;
box-shadow: none;
border-color: transparent;
background: transparent;
padding: 0 10px;
.icon:before {
font-size: 26px;
}
}
.button-cancel {
margin-top: 15px;
background: transparent;
border: none;
font-size: 12px;
color: $v-error-color;
i.icon {
vertical-align: middle;
padding-left: 5px;
}
}
.copayers-secret {
text-align: center;
font-size: 12px;
margin: 10px;
white-space: -moz-pre-wrap !important;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
white-space: pre-wrap;
word-wrap: break-word;
white-space: -webkit-pre-wrap;
word-break: break-all;
white-space: normal;
}
}