fix(context-pad): remove icon margins introduced by Fontello

Closes bpmn-io/diagram-js#232
This commit is contained in:
Philipp Fromme 2017-10-25 15:18:11 +02:00
parent 9416eae126
commit fa7c06801a
2 changed files with 4 additions and 4 deletions

View File

@ -31,7 +31,7 @@
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
/* margin-right: .2em; */
text-align: center;
/* opacity: .8; */
@ -44,7 +44,7 @@
/* Animation center compensation - margins should be symmetric */
/* remove if not needed */
margin-left: .2em;
/* margin-left: .2em; */
/* you can be more comfortable with increased icons size */
/* font-size: 120%; */

View File

@ -28,7 +28,7 @@
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
/* margin-right: .2em; */
text-align: center;
/* opacity: .8; */
@ -41,7 +41,7 @@
/* Animation center compensation - margins should be symmetric */
/* remove if not needed */
margin-left: .2em;
/* margin-left: .2em; */
/* you can be more comfortable with increased icons size */
/* font-size: 120%; */