add pincode view-controller
This commit is contained in:
parent
aba86e3db5
commit
86b8bd4326
6 changed files with 170 additions and 2 deletions
38
src/sass/views/pincode.scss
Normal file
38
src/sass/views/pincode.scss
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
.button-stretch {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.col-offset-15 {
|
||||
margin-left: 15%;
|
||||
}
|
||||
|
||||
@mixin centerer {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
||||
|
||||
.content {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.block-code {
|
||||
@include centerer;
|
||||
top: 20% !important;
|
||||
width: 50%;
|
||||
|
||||
> .row > .col {
|
||||
border-bottom: 1px solid #3E3E3E;
|
||||
padding: 5px;
|
||||
margin: 10px;
|
||||
height: 35px;
|
||||
}
|
||||
}
|
||||
|
||||
.block-buttons {
|
||||
@include centerer;
|
||||
padding: 20px;
|
||||
}
|
||||
|
|
@ -46,3 +46,4 @@
|
|||
@import "includes/accountSelector";
|
||||
@import "integrations/integrations";
|
||||
@import "custom-amount";
|
||||
@import "pincode";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue