File tree 2 files changed +19
-1
lines changed
2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 50
50
51
51
& :last-child {
52
52
.nut-cell-divider {
53
- border-top : 0 !important ;
53
+ border-top : 0 ;
54
54
}
55
55
}
56
56
}
Original file line number Diff line number Diff line change 25
25
position : absolute ;
26
26
left : -0.8em ;
27
27
}
28
+
28
29
.nut-form-item-labeltxt {
29
30
font-size : $form-item-label-font-size ;
30
31
height : 10px ;
31
32
position : relative ;
32
33
}
34
+
33
35
& -body {
34
36
flex : 1 ;
35
37
display : flex ;
60
62
61
63
.nut-textarea {
62
64
padding : 0 ;
65
+
63
66
.nut-textarea-textarea {
64
67
font : inherit ;
65
68
text-align : $form-item-body-input-text-align ;
75
78
}
76
79
}
77
80
81
+ .nut-form {
82
+ .nut-cell-group {
83
+ .nut-cell-group-wrap-divider {
84
+ .nut-cell-divider {
85
+ border-top : $cell-divider-border-bottom ;
86
+ }
87
+ }
88
+ }
89
+ }
90
+
78
91
[dir = ' rtl' ] .nut-form-item ,
79
92
.nut-rtl .nut-form-item {
80
93
& -label {
89
102
}
90
103
}
91
104
}
105
+
92
106
& -body {
93
107
& -slots {
94
108
text-align : right ;
109
+
95
110
.nut-icon-ArrowRight ,
96
111
.nut-icon-ArrowLeft {
97
112
transform : rotateY (180deg );
98
113
}
114
+
99
115
.nut-input-text {
100
116
text-align : right ;
101
117
}
118
+
102
119
.nut-textarea-textarea {
103
120
text-align : right ;
104
121
}
105
122
}
106
123
}
124
+
107
125
& -tips {
108
126
text-align : right ;
109
127
}
You can’t perform that action at this time.
0 commit comments