canvas-editor-engine 1.0.15 → 1.0.16
Sign up to get free protection for your applications and to get access to all the features.
@@ -207,11 +207,16 @@ ExcretionsComponent.css = `
|
|
207
207
|
.crop-button {
|
208
208
|
position: absolute;
|
209
209
|
padding: 3px;
|
210
|
-
right: -
|
210
|
+
right: -35px;
|
211
211
|
top: 0;
|
212
|
-
background: #
|
212
|
+
background: #232222;
|
213
213
|
border: none;
|
214
214
|
border-radius: 4px;
|
215
|
+
width: 30px;
|
216
|
+
height: 30px;
|
217
|
+
display: flex;
|
218
|
+
justify-content: center;
|
219
|
+
alight-items: center;
|
215
220
|
}
|
216
221
|
|
217
222
|
@keyframes border-dance {
|