forked from ziaochina/mk-app-modify-password
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.less
49 lines (37 loc) · 921 Bytes
/
style.less
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
47
48
49
.mk-app-modify-password{
width: 100%;
height: 100%;
//padding: 0px 20px 0px 20px;
&-form{
flex: 1;
display: flex;
flex-direction: column;
justify-content: center;
align-items:center;
overflow:hidden;
.mk-form-item{
margin-bottom: 30px
}
.ant-form-item-control-wrapper, .ant-input-group-wrapper{
width: 400px;
}
.ant-form-item-control, .ant-input-wrapper{
height: 50px;
}
.mk-input{
height: 100%;
}
.ant-form-explain{
margin-top: 5px;
}
&-oldPassword, &-password, &-confirmPassword {
.ant-input{
padding-left: 20px !important;
font-size: large
}
}
&-confirmPassword {
margin-bottom: 0px
}
}
}