| | |
| | | <style lang="scss" scoped> |
| | | @import "@/views/authentication/components/intl.css"; |
| | | |
| | | $inp-b: #f5f5f5; |
| | | |
| | | .inputBackground { |
| | | background: $inp-b; |
| | | border: #d5d5d5 solid 1px; |
| | | } |
| | | |
| | | .textColor { |
| | | color: $mainBgColor; |
| | | color: $text_color; |
| | | } |
| | | |
| | | .inputCom { |
| | | color: $mainBgColor; |
| | | color: $text_color; |
| | | padding-bottom: 22px; |
| | | font-size: 14px; |
| | | |
| | |
| | | display: flex; |
| | | justify-content: space-between; |
| | | align-items: center; |
| | | border-radius: 27.5px; |
| | | // border-radius: 27.5px; |
| | | } |
| | | |
| | | .areaCode { |
| | |
| | | height: 100%; |
| | | border: none; |
| | | padding-left: 10px; |
| | | color: $mainBgColor; |
| | | color: $text_color; |
| | | border-radius: 20px; |
| | | } |
| | | |