improve responsiveness
This commit is contained in:
parent
47729129c9
commit
9049c3148d
2 changed files with 25 additions and 2 deletions
|
|
@ -7,6 +7,9 @@
|
||||||
}
|
}
|
||||||
.img-container-copay {
|
.img-container-copay {
|
||||||
padding: 20%;
|
padding: 20%;
|
||||||
|
@media(min-width: 480px) {
|
||||||
|
max-height: 150px;
|
||||||
|
}
|
||||||
.big-icon-svg {
|
.big-icon-svg {
|
||||||
> .bg {
|
> .bg {
|
||||||
@include img-frame;
|
@include img-frame;
|
||||||
|
|
@ -16,6 +19,9 @@
|
||||||
}
|
}
|
||||||
.img-container-bitpay {
|
.img-container-bitpay {
|
||||||
padding: 20%;
|
padding: 20%;
|
||||||
|
@media(min-width: 480px) {
|
||||||
|
max-height: 150px;
|
||||||
|
}
|
||||||
.big-icon-svg {
|
.big-icon-svg {
|
||||||
> .bg {
|
> .bg {
|
||||||
@include img-frame;
|
@include img-frame;
|
||||||
|
|
|
||||||
|
|
@ -32,25 +32,42 @@
|
||||||
width: 60%;
|
width: 60%;
|
||||||
margin: 10% auto;
|
margin: 10% auto;
|
||||||
}
|
}
|
||||||
|
@media(min-width: 480px) {
|
||||||
|
span {
|
||||||
|
font-size: 30px;
|
||||||
|
width: 90%;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.block-code {
|
.block-code {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
@media(min-width: 480px) {
|
||||||
|
width: 25%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.block-buttons {
|
.block-buttons {
|
||||||
.col {
|
.col {
|
||||||
padding: 5%;
|
padding: 5%;
|
||||||
}
|
}
|
||||||
|
color: $v-dark-gray;
|
||||||
|
font-size: 1.7rem;
|
||||||
|
font-family: $v-font-family-light;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 3%;
|
bottom: 3%;
|
||||||
left: 5%;
|
left: 5%;
|
||||||
width: 90%;
|
width: 90%;
|
||||||
|
@media(min-width: 480px) {
|
||||||
|
left: 15%;
|
||||||
|
width: 70%;
|
||||||
|
max-height: 55%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@mixin circle {
|
@mixin circle {
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
box-shadow: 0 0 1px 0px rgb( 255, 255, 255);
|
box-shadow: 0 0 3px 0px #5b5b5b;
|
||||||
transition: background-color .2s ease-in-out;
|
transition: background-color .2s ease-in-out;
|
||||||
padding: 7%;
|
padding: 7%;
|
||||||
margin: 5%;
|
margin: 5%;
|
||||||
|
|
@ -67,7 +84,7 @@
|
||||||
background-color: $v-accent-color;
|
background-color: $v-accent-color;
|
||||||
}
|
}
|
||||||
.filled-bitpay {
|
.filled-bitpay {
|
||||||
background-color: $v-primary-color;
|
background-color: #1f3598;
|
||||||
}
|
}
|
||||||
.error {
|
.error {
|
||||||
color: #f13333;
|
color: #f13333;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue