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