PluginProbe
WP Ultimate Post Grid / 3.9.2
WP Ultimate Post Grid v3.9.2
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 / link.scss

link.scss in WP Ultimate Post Grid 3.9.2, at assets/css/template/shortcodes/link.scss

35 lines 643 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .wpupg-link {
2 cursor: pointer;
3 text-decoration: none;
4
5 &.wpupg-link-inline-button {
6 display: inline-block;
7 margin: 0 5px 5px 0;
8 }
9
10 &.wpupg-link-button {
11 display: table;
12 margin: 5px auto;
13 }
14
15 &.wpupg-link-wide-button {
16 display: block;
17 width: auto;
18 margin: 5px 0;
19 text-align: center;
20 }
21
22 &.wpupg-link-button,
23 &.wpupg-link-inline-button,
24 &.wpupg-link-wide-button {
25 border-width: 1px;
26 border-style: solid;
27 padding: 5px;
28 }
29 }
30
31 .rtl .wpupg-link {
32 &.wpupg-link-inline-button {
33 margin: 0 0 5px 5px;
34 }
35 }