parent
91dc17b639
commit
d948b16c4a
10 changed files with 598 additions and 226 deletions
@ -1,84 +1,110 @@ |
||||
.auth-code{ |
||||
width: 100%; |
||||
height: 100%; |
||||
justify-content:center; |
||||
align-items:center; |
||||
direction: ltr; |
||||
position: relative; |
||||
input { |
||||
width: 50px; |
||||
background-color: inherit; |
||||
border : 0px; |
||||
border-bottom: 2px solid white; |
||||
margin : 0px 7px; |
||||
font-size: 24px; |
||||
color : white; |
||||
text-align: center; |
||||
direction : ltr; |
||||
&:focus{ |
||||
outline: 0px; |
||||
width: 100vw; |
||||
height: 100vh; |
||||
&__box { |
||||
width: 100%; |
||||
max-width: 1000px; |
||||
border: 1px solid #ddd; |
||||
border-radius: 20px; |
||||
justify-content: space-between; |
||||
height: 80%; |
||||
img { |
||||
margin-bottom: 30px; |
||||
} |
||||
button{ |
||||
margin-top: 20px; |
||||
width: 100%; |
||||
max-width: 300px; |
||||
border: 0px; |
||||
font-family: numeralMedium; |
||||
background-color: #6CBE44; |
||||
color: white; |
||||
border-radius: 7px; |
||||
padding: 8px; |
||||
} |
||||
&--codes{ |
||||
direction: ltr; |
||||
input { |
||||
max-width: 60px; |
||||
max-height: 60px; |
||||
background-color: #f2f2f2; |
||||
border : 0px; |
||||
margin : 0px 10px; |
||||
color: #6F7074; |
||||
text-align: center; |
||||
direction : ltr; |
||||
border-radius: 5px; |
||||
padding: 10px 15px; |
||||
&:focus{ |
||||
outline: 0px; |
||||
} |
||||
} |
||||
div{ |
||||
letter-spacing:-1px; |
||||
} |
||||
} |
||||
} |
||||
} |
||||
|
||||
.mobile-auth-code{ |
||||
width: 100%; |
||||
height: 100%; |
||||
justify-content:center; |
||||
align-items:center; |
||||
direction: ltr; |
||||
position: relative; |
||||
max-width: 360px; |
||||
margin: 0px auto; |
||||
img { |
||||
margin-bottom: 30px; |
||||
position: relative; |
||||
bottom: 40px; |
||||
} |
||||
h1 { |
||||
font-family: numeralBold; |
||||
font-size: calc(100vw / 15); |
||||
color: #6f7074; |
||||
position: relative; |
||||
bottom: 40px; |
||||
} |
||||
p { |
||||
font-family: numeralLight; |
||||
font-size: calc(100vw / 25); |
||||
color: #6f7074; |
||||
letter-spacing: -1px; |
||||
position: relative; |
||||
bottom: 40px; |
||||
} |
||||
button{ |
||||
margin-top: 20px; |
||||
|
||||
.mobile-auth-code{ |
||||
width: 100%; |
||||
max-width: 300px; |
||||
border: 0px; |
||||
font-family: numeralMedium; |
||||
background-color: #6CBE44; |
||||
color: white; |
||||
border-radius: 7px; |
||||
padding: 8px; |
||||
font-size: calc(100vw / 20); |
||||
} |
||||
&__codes{ |
||||
height: 100%; |
||||
justify-content:center; |
||||
align-items:center; |
||||
direction: ltr; |
||||
input { |
||||
max-width: 60px; |
||||
max-height: 60px; |
||||
background-color: #f2f2f2; |
||||
border : 0px; |
||||
margin : 0px 10px; |
||||
color: #6F7074; |
||||
text-align: center; |
||||
direction : ltr; |
||||
position: relative; |
||||
max-width: 360px; |
||||
margin: 0px auto; |
||||
img { |
||||
margin-bottom: 30px; |
||||
position: relative; |
||||
bottom: 40px; |
||||
} |
||||
h1 { |
||||
font-family: numeralBold; |
||||
font-size: calc(100vw / 15); |
||||
border-radius: 5px; |
||||
padding: 10px 15px; |
||||
&:focus{ |
||||
outline: 0px; |
||||
color: #6f7074; |
||||
position: relative; |
||||
bottom: 40px; |
||||
} |
||||
p { |
||||
font-family: numeralLight; |
||||
font-size: calc(100vw / 25); |
||||
color: #6f7074; |
||||
letter-spacing: -1px; |
||||
position: relative; |
||||
bottom: 40px; |
||||
} |
||||
button{ |
||||
margin-top: 20px; |
||||
width: 100%; |
||||
max-width: 300px; |
||||
border: 0px; |
||||
font-family: numeralMedium; |
||||
background-color: #6CBE44; |
||||
color: white; |
||||
border-radius: 7px; |
||||
padding: 8px; |
||||
font-size: calc(100vw / 20); |
||||
} |
||||
&__codes{ |
||||
direction: ltr; |
||||
input { |
||||
max-width: 60px; |
||||
max-height: 60px; |
||||
background-color: #f2f2f2; |
||||
border : 0px; |
||||
margin : 0px 10px; |
||||
color: #6F7074; |
||||
text-align: center; |
||||
direction : ltr; |
||||
font-size: calc(100vw / 15); |
||||
border-radius: 5px; |
||||
padding: 10px 15px; |
||||
&:focus{ |
||||
outline: 0px; |
||||
} |
||||
} |
||||
} |
||||
} |
||||
|
||||
} |
Loading…
Reference in new issue