Browse Source

Fix circular icon centering

pull/1335/head
jlukic 9 years ago
parent
commit
1764809062
1 changed files with 1 additions and 1 deletions
  1. 2
      src/themes/default/elements/icon.variables

2
src/themes/default/elements/icon.variables

@ -18,7 +18,7 @@
@loadingDuration: 2s;
@circularSize: 2em;
@circularPadding: 0.5em 0.35em;
@circularPadding: 0.5em 0.5em;
@circularShadow: 0em 0em 0em 0.1em rgba(0, 0, 0, 0.1) inset;
@borderedSize: 2em;

Loading…
Cancel
Save