# wp-ultimate-post-grid/4.0.1/assets/css/template/shortcodes/general.scss

WP Ultimate Post Grid, version 4.0.1. 48 lines.

- Page: https://pluginprobe.com/plugins/wp-ultimate-post-grid/4.0.1/code/assets/css/template/shortcodes/general.scss
- Raw: https://pluginprobe.com/plugins/wp-ultimate-post-grid/4.0.1/raw/assets/css/template/shortcodes/general.scss
- Modified: 2020-01-24T07:47:12+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/wp-ultimate-post-grid/4.0.1/code/assets/css/template/shortcodes/general.scss#L10-L20`.

```scss
.wpupg-block-text-normal {
    font-weight: 400;
    font-style: normal;
    text-transform: none;
}
.wpupg-block-text-light {
    font-weight: 300 !important;
}
.wpupg-block-text-bold {
    font-weight: bold !important;
}
.wpupg-block-text-italic {
    font-style: italic !important;
}
.wpupg-block-text-uppercase {
    text-transform: uppercase !important;
}
.wpupg-block-text-faded {
    opacity: 0.6;
}
.wpupg-block-text-uppercase-faded {
    text-transform: uppercase !important;
    opacity: 0.6;
}
.wpupg-block-text-bigger {
    font-size: 1.1em;
}
.wpupg-block-text-smaller {
    font-size: 0.9em;
}

.wpupg-align-left {
    text-align: left;
}
.wpupg-align-center {
    text-align: center;
}
.wpupg-align-right {
    text-align: right;
}

.wpupg-hover {
    display: none;

    &.wpupg-hovering {
        display: block;
    }
}
```
