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 / general.scss

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

48 lines 837 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .wpupg-block-text-normal {
2 font-weight: 400;
3 font-style: normal;
4 text-transform: none;
5 }
6 .wpupg-block-text-light {
7 font-weight: 300 !important;
8 }
9 .wpupg-block-text-bold {
10 font-weight: bold !important;
11 }
12 .wpupg-block-text-italic {
13 font-style: italic !important;
14 }
15 .wpupg-block-text-uppercase {
16 text-transform: uppercase !important;
17 }
18 .wpupg-block-text-faded {
19 opacity: 0.6;
20 }
21 .wpupg-block-text-uppercase-faded {
22 text-transform: uppercase !important;
23 opacity: 0.6;
24 }
25 .wpupg-block-text-bigger {
26 font-size: 1.1em;
27 }
28 .wpupg-block-text-smaller {
29 font-size: 0.9em;
30 }
31
32 .wpupg-align-left {
33 text-align: left;
34 }
35 .wpupg-align-center {
36 text-align: center;
37 }
38 .wpupg-align-right {
39 text-align: right;
40 }
41
42 .wpupg-hover {
43 display: none;
44
45 &.wpupg-hovering {
46 display: block;
47 }
48 }