sss
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
6 changed files
with
11 additions
and
1 deletions
| ... | @@ -14913,6 +14913,11 @@ h2 + .wp-block-pb-accordion-item, .h2 + .wp-block-pb-accordion-item { | ... | @@ -14913,6 +14913,11 @@ h2 + .wp-block-pb-accordion-item, .h2 + .wp-block-pb-accordion-item { |
| 14913 | .link-block.image-text.no-link { | 14913 | .link-block.image-text.no-link { |
| 14914 | box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137); | 14914 | box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137); |
| 14915 | } | 14915 | } |
| 14916 | .link-block.image-text.no-link .img { | ||
| 14917 | transform: scale(1) !important; | ||
| 14918 | background-position: center; | ||
| 14919 | transition: 0.3s; | ||
| 14920 | } | ||
| 14916 | 14921 | ||
| 14917 | label[for=quicksearch] { | 14922 | label[for=quicksearch] { |
| 14918 | font-size: 18px; | 14923 | font-size: 18px; | ... | ... |
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
| ... | @@ -86,5 +86,10 @@ | ... | @@ -86,5 +86,10 @@ |
| 86 | 86 | ||
| 87 | .link-block.image-text.no-link{ | 87 | .link-block.image-text.no-link{ |
| 88 | box-shadow: 0px 3px 6px #00000029; | 88 | box-shadow: 0px 3px 6px #00000029; |
| 89 | .img{ | ||
| 90 | transform: scale(1) !important; | ||
| 91 | background-position:center; | ||
| 92 | transition: .3s; | ||
| 93 | } | ||
| 89 | } | 94 | } |
| 90 | 95 | ... | ... |
| ... | @@ -5,7 +5,7 @@ | ... | @@ -5,7 +5,7 @@ |
| 5 | Author: the Understrap Contributors | 5 | Author: the Understrap Contributors |
| 6 | Author URI: https://github.com/understrap/understrap-child/graphs/contributors | 6 | Author URI: https://github.com/understrap/understrap-child/graphs/contributors |
| 7 | Template: understrap | 7 | Template: understrap |
| 8 | Version: 1.2.0034 | 8 | Version: 1.2.0035 |
| 9 | License: GNU General Public License v2 or later | 9 | License: GNU General Public License v2 or later |
| 10 | License URI: http://www.gnu.org/licenses/gpl-2.0.html | 10 | License URI: http://www.gnu.org/licenses/gpl-2.0.html |
| 11 | Text Domain: understrap-child | 11 | Text Domain: understrap-child | ... | ... |
-
Please register or sign in to post a comment