007853fd by Jeff Balicki

sss

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 58fba511
......@@ -14913,6 +14913,11 @@ h2 + .wp-block-pb-accordion-item, .h2 + .wp-block-pb-accordion-item {
.link-block.image-text.no-link {
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.link-block.image-text.no-link .img {
transform: scale(1) !important;
background-position: center;
transition: 0.3s;
}
label[for=quicksearch] {
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 @@
.link-block.image-text.no-link{
box-shadow: 0px 3px 6px #00000029;
.img{
transform: scale(1) !important;
background-position:center;
transition: .3s;
}
}
......
......@@ -5,7 +5,7 @@
Author: the Understrap Contributors
Author URI: https://github.com/understrap/understrap-child/graphs/contributors
Template: understrap
Version: 1.2.0034
Version: 1.2.0035
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......