File tree 2 files changed +10
-11
lines changed
2 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 258
258
}
259
259
260
260
.form-upload .label-remove : not (.is-hidden ) {
261
- align-items : center;
262
- display : flex;
263
- flex-direction : column;
264
- height : 100% ;
265
- justify-content : center;
266
- left : 0 ;
261
+ background-color : # fff ;
262
+ border : 1px solid rgba (255 , 201 , 0 , 1 );
263
+ border-radius : 50% ;
264
+ cursor : pointer;
265
+ left : auto;
266
+ padding : .8em ;
267
+ position : absolute;
268
+ right : 0 ;
267
269
top : 0 ;
268
- transform : none;
269
- width : 100% ;
270
+ transform : translate (50% , -50% );
270
271
}
271
272
272
273
.icon-remove ,
Original file line number Diff line number Diff line change @@ -95,13 +95,11 @@ <h1 class="headline-1">Report Site Issue</h1>
95
95
</ div >
96
96
97
97
< div class ="label-icon label-remove is-hidden js-remove-upload ">
98
- < svg class ="icon icon-big " role ="presentation " title ="Remove Screenshot ">
98
+ < svg class ="icon " role ="presentation " title ="Remove Screenshot ">
99
99
< use class ="icon-remove " xlink:href ="#svg-x "> Remove Screenshot</ use >
100
100
</ svg >
101
- < small class ="label-icon-message "> Remove screenshot</ small >
102
101
</ div >
103
102
104
-
105
103
< div class ="label-icon label-error is-hidden js-error-upload ">
106
104
< svg class ="icon icon-big " role ="presentation " title ="An error occoured ">
107
105
< use class ="icon-error " xlink:href ="#svg-warning "> An error occoured</ use >
You can’t perform that action at this time.
0 commit comments