Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Reduced size of complete icon.
Browse files Browse the repository at this point in the history
  • Loading branch information
Damian Konopka committed May 15, 2018
1 parent ae517c1 commit 9ebec50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions theme/imageuploadicon.css
Expand Up @@ -4,7 +4,7 @@
*/

:root {
--ck-image-upload-icon-size: 1.5em;
--ck-image-upload-icon-size: 1.25em;
--ck-image-upload-icon-width: 2px;

--ck-color-image-upload-icon: hsl(0, 0%, 100%);
Expand Down Expand Up @@ -38,7 +38,7 @@
top: 50%;

/* Because of border transformation we need to "hard code" left position. */
left: calc( var(--ck-image-upload-icon-size) / 3.5 );
left: calc( var(--ck-image-upload-icon-size) / 4 );

transform: scaleX(-1) rotate(135deg);
transform-origin: left top;
Expand Down

0 comments on commit 9ebec50

Please sign in to comment.