updating font size by viewport for next address and share, and current bit address

This commit is contained in:
Jamal Jackson 2016-11-15 15:37:40 -05:00
commit 58c9a054d9

View file

@ -72,6 +72,17 @@
font-size: 1.3rem; font-size: 1.3rem;
} }
} }
#qr-options{
.item{
font-size:.7rem;
@media(min-width:350px){
font-size:.9rem;
}
@media(min-width:450px){
font-size:1rem;
}
}
}
.bit-address { .bit-address {
font-size: .8rem; font-size: .8rem;
// left:10%; // left:10%;
@ -103,8 +114,14 @@
padding-top: 5px; padding-top: 5px;
padding-bottom: 5px; padding-bottom: 5px;
display: inline-block; display: inline-block;
font-size: .8rem; font-size: .7rem;
color:$mid-gray; @media(min-width:350px){
font-size:.9rem;
}
@media(min-width:450px){
font-size:1rem;
}
color:$light-gray;
} }
} }
.qr { .qr {
@ -296,6 +313,9 @@
&-info{ &-info{
height: 100%; height: 100%;
} }
#qr-options{
.item{font-size:1rem;}
}
.qr{ .qr{
height: 70%; height: 70%;
div{ div{
@ -321,6 +341,7 @@
.item{ .item{
top: 40%; top: 40%;
transform: translateY(-40%); transform: translateY(-40%);
font-size:1rem;
} }
} }
} }