File tree Expand file tree Collapse file tree 2 files changed +24
-9
lines changed Expand file tree Collapse file tree 2 files changed +24
-9
lines changed Original file line number Diff line number Diff line change @@ -301,7 +301,8 @@ export function cloneProject(id) {
301
301
error : response . data
302
302
} ) ) ;
303
303
} ) ;
304
- } ) ;
304
+ } ) ;
305
+ } ;
305
306
}
306
307
307
308
export function showEditProjectName ( ) {
Original file line number Diff line number Diff line change 12
12
border-spacing : 0 ;
13
13
& .sketch-list__dropdown-column {
14
14
width : #{60 / $base-font-size } rem;
15
+ <<<<<<< HEAD
15
16
& .sketch-list__trash-column {
16
17
width : #{36 / $base-font-size } rem;
18
+ =======
19
+ >>>>>>> 807f 06f 0500481edbeebd 6d 5df 4b 09a 56b 5ce 920
17
20
position : relative ;
18
21
}
19
22
}
102
105
& polygon {
103
106
fill : getThemifyVariable (' dropdown-color' );
104
107
}
108
+ }
109
+
110
+ & :nth-last-child (1 ) {
111
+ border-bottom-left-radius : #{6 / $base-font-size } rem;
112
+ border-bottom-right-radius : #{6 / $base-font-size } rem;
113
+ margin-bottom : 0 ;
114
+ }
115
+ }
116
+
117
+ .sketch-list__action-close {
118
+ @include themify (){
119
+ & path :nth-child (2 ) {
120
+ fill : getThemifyVariable (' dropdown-color' );
121
+ }
105
122
}
123
+ position : absolute ;
124
+ top : #{11.604 / $base-font-size } rem;
125
+ right : #{14 / $base-font-size } rem;
126
+ width : #{22 / $base-font-size } rem;
127
+ height : #{18 / $base-font-size } rem;
106
128
}
107
129
108
130
.sketch-list__action-dialogue {
203
225
height : #{18 / $base-font-size } rem;
204
226
}
205
227
206
- .sketch-list__action-close {
207
- position : absolute ;
208
- top : #{14 / $base-font-size } rem;
209
- right : #{14 / $base-font-size } rem;
210
- width : #{18 / $base-font-size } rem;
211
- height : #{18 / $base-font-size } rem;
212
- }
213
-
214
228
215
229
216
230
.sketches-table__empty {
You can’t perform that action at this time.
0 commit comments