Wallet/src/sass/views/tab-receive.scss

56 lines
962 B
SCSS
Raw Normal View History

#tab-receive {
@extend .deflash-blue;
2017-05-03 16:25:27 -03:00
.address {
background: #fff;
overflow: scroll;
height: 100%;
&-info {
padding: 10% 0 18% 0;
2017-05-03 16:25:27 -03:00
.address-label {
margin-top: 5%;
font-size: 13px;
}
2017-05-03 16:25:27 -03:00
.qr {
position: relative;
top: 15%;
}
2017-05-03 16:25:27 -03:00
.request-button {
padding-top: 20px;
}
2016-10-13 14:28:41 -04:00
}
2016-09-26 11:26:10 -03:00
.incomplete {
2017-05-03 16:25:27 -03:00
height: 100%;
2016-09-26 11:26:10 -03:00
.title {
padding-top: 10%;
2016-09-26 11:26:10 -03:00
font-size: 25px;
color: #444;
2017-05-03 16:25:27 -03:00
text-align: center;
2016-09-26 11:26:10 -03:00
}
.subtitle {
padding: 20px;
color: #444;
margin-top: 10%;
2017-05-03 16:25:27 -03:00
text-align: center;
2016-09-26 11:26:10 -03:00
}
.button {
margin: 10%;
2016-09-26 11:26:10 -03:00
}
}
2016-09-07 13:49:08 -04:00
}
.backup {
position: absolute;
top: 0;
width: 100%;
cursor: pointer;
background-color: orange;
color: #fff;
i {
padding: 10px;
}
}
.wallet-selector {
position: absolute;
bottom: 0;
width: 100%;
}
}