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

55 lines
1,012 B
SCSS
Raw Normal View History

#tab-receive {
2017-05-03 16:25:27 -03:00
.address {
background: #fff;
2017-05-03 16:25:27 -03:00
height: 65vh;
@media(max-height: 600px) and (max-width: 320px) {
height: 70vh;
.button {
min-height: 50px;
}
}
&-info {
2016-11-11 13:49:51 -05:00
height: 100%;
display: flex;
flex-direction: column;
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%;
}
.backup {
background-color: orange;
color: #fff;
position: absolute;
z-index: 2;
i {
padding: 10px;
}
}
.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 {
2017-05-03 16:25:27 -03:00
margin-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;
2017-05-03 16:25:27 -03:00
margin-top: 20%;
text-align: center;
2016-09-26 11:26:10 -03:00
}
.button {
2017-05-03 16:25:27 -03:00
margin-top: 20%;
2016-09-26 11:26:10 -03:00
}
}
2016-09-07 13:49:08 -04:00
}
}