Commit 27a78443 authored by redwane mahjoubi's avatar redwane mahjoubi

Update README.md

parent 0515b42d
...@@ -121,78 +121,78 @@ import * as skyid_imp from '../assets/skyid_impl_v1'; //Location of 'skyid_impl_ ...@@ -121,78 +121,78 @@ import * as skyid_imp from '../assets/skyid_impl_v1'; //Location of 'skyid_impl_
} }
.button-36 { .button-36 {
background-image: linear-gradient(92.88deg, #455EB5 9.16%, #5643CC 43.89%, #673FD7 64.72%); background-image: linear-gradient(92.88deg, #455EB5 9.16%, #5643CC 43.89%, #673FD7 64.72%);
border-radius: 8px; border-radius: 8px;
border-style: none; border-style: none;
box-sizing: border-box; box-sizing: border-box;
color: #FFFFFF; color: #FFFFFF;
cursor: pointer; cursor: pointer;
flex-shrink: 0; flex-shrink: 0;
font-family: "Inter UI","SF Pro Display",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif; font-family: "Inter UI","SF Pro Display",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
font-size: 16px; font-size: 16px;
font-weight: 500; font-weight: 500;
height: 4rem; height: 4rem;
padding: 0 1.6rem; padding: 0 1.6rem;
text-align: center; text-align: center;
text-shadow: rgba(0, 0, 0, 0.25) 0 3px 8px; text-shadow: rgba(0, 0, 0, 0.25) 0 3px 8px;
transition: all .5s; transition: all .5s;
user-select: none; user-select: none;
-webkit-user-select: none; -webkit-user-select: none;
touch-action: manipulation; touch-action: manipulation;
} }
.button-36:hover { .button-36:hover {
box-shadow: rgba(80, 63, 205, 0.5) 0 1px 30px; box-shadow: rgba(80, 63, 205, 0.5) 0 1px 30px;
transition-duration: .1s; transition-duration: .1s;
} }
@media (min-width: 768px) { @media (min-width: 768px) {
.button-36 { .button-36 {
padding: 0 2.6rem; padding: 0 2.6rem;
} }
} }
input[type="file"] { input[type="file"] {
display: none; display: none;
} }
.custom-file-upload { .custom-file-upload {
border: 1px solid #ccc; border: 1px solid #ccc;
background-image: linear-gradient(92.88deg, #455EB5 9.16%, #5643CC 43.89%, #673FD7 64.72%); background-image: linear-gradient(92.88deg, #455EB5 9.16%, #5643CC 43.89%, #673FD7 64.72%);
border-radius: 8px; border-radius: 8px;
color: #FFFFFF; color: #FFFFFF;
flex-shrink: 0; flex-shrink: 0;
font-family: "Inter UI","SF Pro Display",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif; font-family: "Inter UI","SF Pro Display",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
display: inline-block; display: inline-block;
padding: 6px 12px; padding: 6px 12px;
cursor: pointer; cursor: pointer;
} }
.custom-file-upload:hover { .custom-file-upload:hover {
box-shadow: rgba(80, 63, 205, 0.5) 0 1px 30px; box-shadow: rgba(80, 63, 205, 0.5) 0 1px 30px;
transition-duration: .1s; transition-duration: .1s;
} }
#skyid_fa_document_container{ #skyid_fa_document_container{
margin: auto; margin: auto;
width: 90%; width: 90%;
text-align: center; text-align: center;
} }
#skyid_da_smart_ocr_button, #skyid_fa_next,#skyid_fa_document_container,#skyid_fa_start_button{ #skyid_da_smart_ocr_button, #skyid_fa_next,#skyid_fa_document_container,#skyid_fa_start_button{
display: none; display: none;
} }
#extracted_feilds{ #extracted_feilds{
display:none; display:none;
border: 2px solid #000; border: 2px solid #000;
overflow: scroll; overflow: scroll;
} }
#liveness_frame{ #liveness_frame{
display: none; display: none;
text-align: center; text-align: center;
} }
#skyid_liveness{ #skyid_liveness{
display: flex; display: flex;
justify-content: center; justify-content: center;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment