UNPKG
@pusdn/gatsby-theme-antv
Version:
latest (1.1.18-beta.11)
1.1.18-beta.11
1.1.18-beta.10
1.1.18-beta.9
1.1.18-beta.8
1.1.18-beta.7
1.1.18-beta.6
1.1.18-beta.5
1.1.18-beta.4
1.1.18-beta.3
1.1.18-beta.2
1.1.18-beta.1
1.1.18-beta.0
Ant Visualization solution home page
antvis.github.io
antvis/gatsby-theme-antv
@pusdn/gatsby-theme-antv
/
site
/
components
/
ExternalLinkIcon.module.less
17 lines
(15 loc)
•
238 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
a
{
.export
svg
{
width
:
12px
;
height
:
12px
;
margin-left
:
3px
;
opacity
:
0.3
;
position
: relative;
top
:
1.5px
;
transition
: all
0.3s
;
margin-right
: -
6px
; } &
:hover
.export
svg
{
opacity
:
0.5
; } }