Added margin override to the signup card input

no issues

- some themes have global styles applied to inputs and it breaks the card input layout because of the style conflict
- this adds some default margin values to fix the issue
This commit is contained in:
Sodbileg Gansukh 2023-07-25 14:11:53 +08:00
parent ec46993e0f
commit 0b00c653cc

View File

@ -207,7 +207,7 @@
.kg-signup-card-input {
width: 100%;
height: 4.6rem;
margin-right: 3px;
margin: 0 3px 0 0;
padding: 12px 16px;
border: none;
background: #FFFFFF;