UNPKG
vcm-utils
Version:
latest (1.0.2)
1.0.2
1.0.1
effective tools to develop by js
vcm-utils
/
lib
/
style
/
bbb-daeec51d69.css
9 lines
(8 loc)
•
219 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
.ex
{
text-indent
:
2em
; -webkit-
transform
:
translate
(
50%
,
50%
); -ms-
transform
:
translate
(
50%
,
50%
);
transform
:
translate
(
50%
,
50%
);
display
: -webkit-box;
display
: -ms-flexbox;
display
: flex; }