Browse
For agents
About
WP Ultimate Post Grid
/
3.9.2
WP Ultimate Post Grid
v3.9.2
Switch version
4.1.1
trunk
1.5
1.6
1.7
1.7.1
1.7.2
1.8
1.9
2.0
2.1
2.2
2.3
2.4.0
2.5.0
2.6.0
2.7.0
2.8.0
2.8.2
3.0.0
3.3.0
3.4.0
3.5.0
3.6.0
3.7.0
All 32 releases
Overview
Code
wp-ultimate-post-grid
/
assets
/
css
/
template
/
shortcodes
/
icon.scss
icon.scss
in WP Ultimate Post Grid 3.9.2, at assets/css/template/shortcodes/icon.scss
26 lines
464 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
.
wpupg-icon
svg
{
2
display
:
inline
;
3
vertical-align
:
middle
;
4
margin-top
:
-0.15
em
;
5
width
:
1.3
em
;
6
height
:
1.3
em
;
7
overflow
:
visible
;
8
}
9
10
.
wpupg-icon-shortcode
{
11
font-size
:
16
px
;
12
height
:
16
px
;
13
14
&
.
wpupg-icon-shortcode-inline
{
15
display
:
inline
;
16
}
17
18
.
wpupg-icon
svg
{
19
display
:
inline
;
20
vertical-align
:
middle
;
21
margin-top
:
0
;
22
width
:
1
em
;
23
height
:
1
em
;
24
overflow
:
visible
;
25
}
26
}