_sms-login.css
719 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
.sms-login {
.sms-input {
margin-top: 60px;
}
#resend-sms {
background-color: transparent;
width: 148PX;
margin: 0 15PX 0 28PX;
border: 1PX solid #36a74c;
padding: 5PX 0;
border-radius: 20PX;
font-size: 16PX;
color: #36a74c;
&:disabled {
color: #a2a2a2;
border-color: #a2a2a2;
}
}
button {
border: none;
}
}
.sms-login-check {
.clear-input {
right: 175PX;
}
}
.sms-login-msg {
font-size: 28px;
color: #fff;
margin-bottom: 20px;
.tel {
color: #41cbe7;
}
&.small {
font-size: 22px;
color: #858585;
}
}