Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

shahzaib / KYC-805 / remove expiry date for nimc slip from manual upload screen #10702

Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
display: flex;

&--mobile {
padding: 2.4rem 1.6rem;
shahzaib-deriv marked this conversation as resolved.
Show resolved Hide resolved
padding: 2.4rem;
}

h3 {
Expand All @@ -21,7 +21,7 @@
}
&__fields-wrap {
display: flex;
margin-bottom: 0.7rem;
margin-bottom: 2rem;

.manual-poi-details--mobile & {
flex-wrap: wrap;
Expand All @@ -30,6 +30,12 @@
.dc-datepicker {
margin-left: 2.4rem;
}

@include mobile {
.dc-input {
margin-bottom: 2rem;
}
}
}
&__field {
margin-bottom: 1.75rem;
Expand Down Expand Up @@ -182,5 +188,10 @@
.dc-btn:not(:last-of-type) {
margin-right: 0.8rem;
}
@include mobile {
height: auto;
padding-bottom: unset;
padding-top: 2rem;
}
}
}
Loading