PluginProbe
WP Ultimate Post Grid / 4.1.1
WP Ultimate Post Grid v4.1.1
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
wp-ultimate-post-grid / assets / css / template / shortcodes / icon.scss

icon.scss in WP Ultimate Post Grid 4.1.1, at assets/css/template/shortcodes/icon.scss

26 lines 464 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .wpupg-icon svg {
2 display: inline;
3 vertical-align: middle;
4 margin-top: -0.15em;
5 width: 1.3em;
6 height: 1.3em;
7 overflow: visible;
8 }
9
10 .wpupg-icon-shortcode {
11 font-size: 16px;
12 height: 16px;
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: 1em;
23 height: 1em;
24 overflow: visible;
25 }
26 }