1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
| /**
| * input-phone-code
| * @author Tevin
| */
|
| @import "../../common/sassMixin";
|
| .c-input-phone-code {
| .at-button.c-input-phone-btn {
| padding: 0 12px;
| margin-right: 20px;
| line-height: 54px;
| border: none;
| background: #2093df;
| .at-button__text {
| vertical-align: middle;
| }
| }
| .at-input__icon {
| display: none;
| }
| }
|
|