1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
| /**
| * input-phone-code
| * @author Tevin
| */
|
| @import "../../common/sassMixin";
|
| .c-input-phone-code {
| .c-input-phone-btn {
| margin-right: 0.426rem;
| border: none;
| background: #1e8ad2;
| .at-button__text {
| vertical-align: middle;
| }
| }
| }
|
|