UNPKG
@lyra/components
Version:
latest (0.3.0)
0.3.0
0.2.8
0.2.7
0.2.6
0.2.5
0.2.4
0.2.2
0.2.1
0.2.0
Basic UX components
vegapublish.com
VegaPublish/vega
@lyra/components
/
lib
/
previews
/
styles
/
InlinePreview.css
23 lines
(18 loc)
•
287 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* line-height: 1.428571429; */
.root
{
display
: inline-block;
line-height
:
1em
;
position
: relative; }
.media
{
display
: inline;
position
: relative;
@nest
& img {
height
:
1em
;
display
: inline;
object-fit
: cover; }
@nest
& div {
display
: inline; } }