fix(context-pad): remove icon margins introduced by Fontello
Closes bpmn-io/diagram-js#232
This commit is contained in:
parent
9416eae126
commit
fa7c06801a
|
@ -31,7 +31,7 @@
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
text-decoration: inherit;
|
text-decoration: inherit;
|
||||||
width: 1em;
|
width: 1em;
|
||||||
margin-right: .2em;
|
/* margin-right: .2em; */
|
||||||
text-align: center;
|
text-align: center;
|
||||||
/* opacity: .8; */
|
/* opacity: .8; */
|
||||||
|
|
||||||
|
@ -44,7 +44,7 @@
|
||||||
|
|
||||||
/* Animation center compensation - margins should be symmetric */
|
/* Animation center compensation - margins should be symmetric */
|
||||||
/* remove if not needed */
|
/* remove if not needed */
|
||||||
margin-left: .2em;
|
/* margin-left: .2em; */
|
||||||
|
|
||||||
/* you can be more comfortable with increased icons size */
|
/* you can be more comfortable with increased icons size */
|
||||||
/* font-size: 120%; */
|
/* font-size: 120%; */
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
text-decoration: inherit;
|
text-decoration: inherit;
|
||||||
width: 1em;
|
width: 1em;
|
||||||
margin-right: .2em;
|
/* margin-right: .2em; */
|
||||||
text-align: center;
|
text-align: center;
|
||||||
/* opacity: .8; */
|
/* opacity: .8; */
|
||||||
|
|
||||||
|
@ -41,7 +41,7 @@
|
||||||
|
|
||||||
/* Animation center compensation - margins should be symmetric */
|
/* Animation center compensation - margins should be symmetric */
|
||||||
/* remove if not needed */
|
/* remove if not needed */
|
||||||
margin-left: .2em;
|
/* margin-left: .2em; */
|
||||||
|
|
||||||
/* you can be more comfortable with increased icons size */
|
/* you can be more comfortable with increased icons size */
|
||||||
/* font-size: 120%; */
|
/* font-size: 120%; */
|
||||||
|
|
Loading…
Reference in New Issue