styling dead view
This commit is contained in:
parent
014995fd36
commit
1df951ad85
8 changed files with 159 additions and 10 deletions
36
src/sass/views/deadview.scss
Normal file
36
src/sass/views/deadview.scss
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
#dead-view {
|
||||
@mixin img-frame {
|
||||
height: 60px;
|
||||
width: 60px;
|
||||
box-shadow: none;
|
||||
margin: auto;
|
||||
}
|
||||
.img-container-copay {
|
||||
padding: 20%;
|
||||
.big-icon-svg {
|
||||
> .bg {
|
||||
@include img-frame;
|
||||
background-image: url("../img/icon-fingerprint-copay.svg");
|
||||
}
|
||||
}
|
||||
}
|
||||
.img-container-bitpay {
|
||||
padding: 20%;
|
||||
.big-icon-svg {
|
||||
> .bg {
|
||||
@include img-frame;
|
||||
background-image: url("../img/icon-fingerprint-bitpay.svg");
|
||||
}
|
||||
}
|
||||
}
|
||||
.comments {
|
||||
text-align: center;
|
||||
.header {
|
||||
font-size: 20px;
|
||||
}
|
||||
.text-content {
|
||||
width: 90%;
|
||||
margin: 5% auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -47,3 +47,4 @@
|
|||
@import "integrations/integrations";
|
||||
@import "custom-amount";
|
||||
@import "pincode";
|
||||
@import "deadview";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue