new find
Showing
6 changed files
with
100 additions
and
9 deletions
| ... | @@ -17507,8 +17507,9 @@ input[type=radio]:checked { | ... | @@ -17507,8 +17507,9 @@ input[type=radio]:checked { |
| 17507 | } | 17507 | } |
| 17508 | } | 17508 | } |
| 17509 | 17509 | ||
| 17510 | .find-cont, | ||
| 17510 | .download-cont { | 17511 | .download-cont { |
| 17511 | background-color: #FFB81C; | 17512 | background-color: #981E97; |
| 17512 | margin-top: -30px; | 17513 | margin-top: -30px; |
| 17513 | padding-top: 10px; | 17514 | padding-top: 10px; |
| 17514 | padding-bottom: 40px; | 17515 | padding-bottom: 40px; |
| ... | @@ -17516,28 +17517,36 @@ input[type=radio]:checked { | ... | @@ -17516,28 +17517,36 @@ input[type=radio]:checked { |
| 17516 | padding-right: 40px; | 17517 | padding-right: 40px; |
| 17517 | } | 17518 | } |
| 17518 | @media (max-width: 786px) { | 17519 | @media (max-width: 786px) { |
| 17519 | .download-cont { | 17520 | .find-cont, |
| 17521 | .download-cont { | ||
| 17520 | padding-left: 26px; | 17522 | padding-left: 26px; |
| 17521 | padding-right: 26px; | 17523 | padding-right: 26px; |
| 17522 | margin-right: 5px; | 17524 | margin-right: 5px; |
| 17523 | margin-left: 5px; | 17525 | margin-left: 5px; |
| 17524 | } | 17526 | } |
| 17525 | } | 17527 | } |
| 17526 | .download-cont h2, .download-cont .h2 { | 17528 | .find-cont h2, .find-cont .h2, |
| 17529 | .download-cont h2, | ||
| 17530 | .download-cont .h2 { | ||
| 17531 | color: #fff; | ||
| 17527 | margin-bottom: 10px; | 17532 | margin-bottom: 10px; |
| 17528 | } | 17533 | } |
| 17529 | @media (max-width: 786px) { | 17534 | @media (max-width: 786px) { |
| 17530 | .download-cont h2, .download-cont .h2 { | 17535 | .find-cont h2, .find-cont .h2, |
| 17536 | .download-cont h2, | ||
| 17537 | .download-cont .h2 { | ||
| 17531 | font-size: 1.75rem !important; | 17538 | font-size: 1.75rem !important; |
| 17532 | } | 17539 | } |
| 17533 | } | 17540 | } |
| 17541 | .find-cont p, | ||
| 17534 | .download-cont p { | 17542 | .download-cont p { |
| 17535 | color: #333F48; | 17543 | color: #fff; |
| 17536 | font-size: 1.25rem; | 17544 | font-size: 1.25rem; |
| 17537 | line-height: 1.3125rem; | 17545 | line-height: 1.3125rem; |
| 17538 | } | 17546 | } |
| 17539 | @media (max-width: 786px) { | 17547 | @media (max-width: 786px) { |
| 17540 | .download-cont p { | 17548 | .find-cont p, |
| 17549 | .download-cont p { | ||
| 17541 | font-size: 1.125rem !important; | 17550 | font-size: 1.125rem !important; |
| 17542 | line-height: 1.3125rem !important; | 17551 | line-height: 1.3125rem !important; |
| 17543 | } | 17552 | } |
| ... | @@ -17568,6 +17577,47 @@ input[type=radio]:checked { | ... | @@ -17568,6 +17577,47 @@ input[type=radio]:checked { |
| 17568 | } | 17577 | } |
| 17569 | } | 17578 | } |
| 17570 | 17579 | ||
| 17580 | .find-button { | ||
| 17581 | width: 100% !important; | ||
| 17582 | } | ||
| 17583 | .find-button .wp-block-button__link { | ||
| 17584 | width: 365px; | ||
| 17585 | height: 56px; | ||
| 17586 | vertical-align: middle; | ||
| 17587 | padding-top: 15px !important; | ||
| 17588 | font-size: 1.25rem !important; | ||
| 17589 | } | ||
| 17590 | @media (max-width: 786px) { | ||
| 17591 | .find-button .wp-block-button__link { | ||
| 17592 | width: 100%; | ||
| 17593 | font-size: 1.125rem !important; | ||
| 17594 | } | ||
| 17595 | } | ||
| 17596 | |||
| 17597 | .find-button .wp-block-button__link::before { | ||
| 17598 | content: ""; | ||
| 17599 | width: 22px; | ||
| 17600 | height: 32px; | ||
| 17601 | margin-top: -8px; | ||
| 17602 | display: inline-block; | ||
| 17603 | position: relative; | ||
| 17604 | margin-right: 10px; | ||
| 17605 | background-repeat: no-repeat; | ||
| 17606 | vertical-align: middle; | ||
| 17607 | background-position: center; | ||
| 17608 | background-image: url("/wp-content/themes/understrap-child/src/images/pin.svg"); | ||
| 17609 | } | ||
| 17610 | |||
| 17611 | .find-cont { | ||
| 17612 | background-color: #FFB81C; | ||
| 17613 | } | ||
| 17614 | .find-cont h2, .find-cont .h2 { | ||
| 17615 | color: #012169; | ||
| 17616 | } | ||
| 17617 | .find-cont p { | ||
| 17618 | color: #333F48; | ||
| 17619 | } | ||
| 17620 | |||
| 17571 | body { | 17621 | body { |
| 17572 | font-family: "Calibri"; | 17622 | font-family: "Calibri"; |
| 17573 | } | 17623 | } | ... | ... |
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 { | ... | @@ -947,8 +947,9 @@ span.wpcf7-list-item { |
| 947 | } | 947 | } |
| 948 | } | 948 | } |
| 949 | 949 | ||
| 950 | .find-cont, | ||
| 950 | .download-cont{ | 951 | .download-cont{ |
| 951 | background-color: #FFB81C; | 952 | background-color: #981E97; |
| 952 | margin-top: -30px; | 953 | margin-top: -30px; |
| 953 | padding-top: 10px; | 954 | padding-top: 10px; |
| 954 | padding-bottom: 40px; | 955 | padding-bottom: 40px; |
| ... | @@ -961,13 +962,14 @@ span.wpcf7-list-item { | ... | @@ -961,13 +962,14 @@ span.wpcf7-list-item { |
| 961 | margin-left: 5px; | 962 | margin-left: 5px; |
| 962 | } | 963 | } |
| 963 | h2{ | 964 | h2{ |
| 965 | color:#fff; | ||
| 964 | margin-bottom: 10px; | 966 | margin-bottom: 10px; |
| 965 | @media (max-width: 786px) { | 967 | @media (max-width: 786px) { |
| 966 | font-size: 28px !important; | 968 | font-size: 28px !important; |
| 967 | } | 969 | } |
| 968 | } | 970 | } |
| 969 | p{ | 971 | p{ |
| 970 | color: #333F48; | 972 | color: #fff; |
| 971 | font-size: 20px; | 973 | font-size: 20px; |
| 972 | line-height: 21px; | 974 | line-height: 21px; |
| 973 | @media (max-width: 786px) { | 975 | @media (max-width: 786px) { |
| ... | @@ -998,3 +1000,42 @@ span.wpcf7-list-item { | ... | @@ -998,3 +1000,42 @@ span.wpcf7-list-item { |
| 998 | padding-left: 0px; | 1000 | padding-left: 0px; |
| 999 | } | 1001 | } |
| 1000 | } | 1002 | } |
| 1003 | |||
| 1004 | |||
| 1005 | .find-button { | ||
| 1006 | width: 100% !important; | ||
| 1007 | .wp-block-button__link{ | ||
| 1008 | width: 365px; | ||
| 1009 | height: 56px; | ||
| 1010 | vertical-align: middle; | ||
| 1011 | padding-top: 15px !important; | ||
| 1012 | font-size: 20px !important; | ||
| 1013 | @media (max-width: 786px) { | ||
| 1014 | width: 100%; | ||
| 1015 | font-size: 18px !important; | ||
| 1016 | } | ||
| 1017 | } | ||
| 1018 | } | ||
| 1019 | |||
| 1020 | .find-button .wp-block-button__link::before{ | ||
| 1021 | content: ""; | ||
| 1022 | width: 22px; | ||
| 1023 | height: 32px; | ||
| 1024 | margin-top: -8px; | ||
| 1025 | display: inline-block; | ||
| 1026 | position: relative; | ||
| 1027 | margin-right: 10px; | ||
| 1028 | background-repeat: no-repeat; | ||
| 1029 | vertical-align: middle; | ||
| 1030 | background-position: center; | ||
| 1031 | background-image: url("/wp-content/themes/understrap-child/src/images/pin.svg"); | ||
| 1032 | } | ||
| 1033 | .find-cont{ | ||
| 1034 | background-color: #FFB81C; | ||
| 1035 | h2{ | ||
| 1036 | color:#012169; | ||
| 1037 | } | ||
| 1038 | p{ | ||
| 1039 | color: #333F48; | ||
| 1040 | } | ||
| 1041 | } | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
| ... | @@ -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.1.303895 | 8 | Version: 1.1.303896 |
| 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