feat: add image progress
parent
d5348f0361
commit
e9d41efcec
|
@ -135,6 +135,12 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&-progress {
|
||||||
|
position: absolute;
|
||||||
|
left: 50%;
|
||||||
|
transform: translateX(-50%);
|
||||||
|
}
|
||||||
|
|
||||||
&-icon {
|
&-icon {
|
||||||
font-size: @image-preview-operation-size;
|
font-size: @image-preview-operation-size;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue