5c5e663e by Jeff Balicki

new find

1 parent 3049d72a
......@@ -17507,8 +17507,9 @@ input[type=radio]:checked {
}
}
.find-cont,
.download-cont {
background-color: #FFB81C;
background-color: #981E97;
margin-top: -30px;
padding-top: 10px;
padding-bottom: 40px;
......@@ -17516,28 +17517,36 @@ input[type=radio]:checked {
padding-right: 40px;
}
@media (max-width: 786px) {
.download-cont {
.find-cont,
.download-cont {
padding-left: 26px;
padding-right: 26px;
margin-right: 5px;
margin-left: 5px;
}
}
.download-cont h2, .download-cont .h2 {
.find-cont h2, .find-cont .h2,
.download-cont h2,
.download-cont .h2 {
color: #fff;
margin-bottom: 10px;
}
@media (max-width: 786px) {
.download-cont h2, .download-cont .h2 {
.find-cont h2, .find-cont .h2,
.download-cont h2,
.download-cont .h2 {
font-size: 1.75rem !important;
}
}
.find-cont p,
.download-cont p {
color: #333F48;
color: #fff;
font-size: 1.25rem;
line-height: 1.3125rem;
}
@media (max-width: 786px) {
.download-cont p {
.find-cont p,
.download-cont p {
font-size: 1.125rem !important;
line-height: 1.3125rem !important;
}
......@@ -17568,6 +17577,47 @@ input[type=radio]:checked {
}
}
.find-button {
width: 100% !important;
}
.find-button .wp-block-button__link {
width: 365px;
height: 56px;
vertical-align: middle;
padding-top: 15px !important;
font-size: 1.25rem !important;
}
@media (max-width: 786px) {
.find-button .wp-block-button__link {
width: 100%;
font-size: 1.125rem !important;
}
}
.find-button .wp-block-button__link::before {
content: "";
width: 22px;
height: 32px;
margin-top: -8px;
display: inline-block;
position: relative;
margin-right: 10px;
background-repeat: no-repeat;
vertical-align: middle;
background-position: center;
background-image: url("/wp-content/themes/understrap-child/src/images/pin.svg");
}
.find-cont {
background-color: #FFB81C;
}
.find-cont h2, .find-cont .h2 {
color: #012169;
}
.find-cont p {
color: #333F48;
}
body {
font-family: "Calibri";
}
......
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.
......@@ -947,8 +947,9 @@ span.wpcf7-list-item {
}
}
.find-cont,
.download-cont{
background-color: #FFB81C;
background-color: #981E97;
margin-top: -30px;
padding-top: 10px;
padding-bottom: 40px;
......@@ -961,13 +962,14 @@ span.wpcf7-list-item {
margin-left: 5px;
}
h2{
color:#fff;
margin-bottom: 10px;
@media (max-width: 786px) {
font-size: 28px !important;
}
}
p{
color: #333F48;
color: #fff;
font-size: 20px;
line-height: 21px;
@media (max-width: 786px) {
......@@ -997,4 +999,43 @@ span.wpcf7-list-item {
@media (max-width: 786px) {
padding-left: 0px;
}
}
.find-button {
width: 100% !important;
.wp-block-button__link{
width: 365px;
height: 56px;
vertical-align: middle;
padding-top: 15px !important;
font-size: 20px !important;
@media (max-width: 786px) {
width: 100%;
font-size: 18px !important;
}
}
}
.find-button .wp-block-button__link::before{
content: "";
width: 22px;
height: 32px;
margin-top: -8px;
display: inline-block;
position: relative;
margin-right: 10px;
background-repeat: no-repeat;
vertical-align: middle;
background-position: center;
background-image: url("/wp-content/themes/understrap-child/src/images/pin.svg");
}
.find-cont{
background-color: #FFB81C;
h2{
color:#012169;
}
p{
color: #333F48;
}
}
\ No newline at end of file
......
......@@ -5,7 +5,7 @@
Author: the Understrap Contributors
Author URI: https://github.com/understrap/understrap-child/graphs/contributors
Template: understrap
Version: 1.1.303895
Version: 1.1.303896
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......