| 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 |
} |