Skip to content

Commit

Permalink
[#1584] Remove old custom antd input styles
Browse files Browse the repository at this point in the history
  • Loading branch information
ifirmawan committed Sep 4, 2023
1 parent a68b91b commit 3c1c459
Showing 1 changed file with 0 additions and 57 deletions.
57 changes: 0 additions & 57 deletions frontend/src/modules/email-signup/styles.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -106,42 +106,6 @@
}
}
}
.ant-input-password {
border: none !important;
padding: 0px 11px;
background: #edf2f7;
border-radius: 5px;
.ant-form-item-has-success {
border: none;
}
}
.ant-input-affix-wrapper {
border: none !important;
background: #edf2f7;
border-radius: 5px;
}
.ant-row.ant-form-item.ant-form-item-has-success {
.ant-input,
.ant-input-number-input,
.ant-picker,
.ant-select-selector {
border: none !important;
}
}
input {
height: 42px;
border-radius: 5px;
font-weight: 500;
font-size: 16px;
line-height: 23px;
color: #a5b0c9;
background-color: #edf2f7;
border: none !important;
&::placeholder {
color: #a5b0c9;
font-size: 16px;
}
}
.public-email-switch {
font-weight: 400;
font-size: 16px;
Expand Down Expand Up @@ -172,9 +136,6 @@
}
.ant-row {
.ant-select-selector {
background: #edf2f7;
border: none !important;
height: 42px;
border-radius: 5px;
.ant-select-selection-placeholder {
font-weight: 500;
Expand All @@ -189,7 +150,6 @@
color: #a5b0c9;
}
input {
height: 42px;
background-color: transparent;
}
}
Expand Down Expand Up @@ -219,24 +179,7 @@
}
}
.next-button {
border: 2px solid #18162f;
border-radius: 23.5px;
font-weight: 700;
font-size: 16px;
line-height: 22px;
display: flex;
align-items: center;
text-align: center;
color: #18162f;
margin: 40px auto 10px auto;
justify-content: center;
padding: 20px 45px;
background: transparent;
&:hover {
border-color: $blue12;
color: #fff;
background: $blue12;
}
}
}
}
Expand Down

0 comments on commit 3c1c459

Please sign in to comment.