a7a6db4c by Jeff Balicki

contest

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent b3bffd0f
......@@ -14293,6 +14293,7 @@ figure.woocommerce-product-gallery__wrapper {
display: none;
}
#content,
#full-width-page-wrapper,
#page-wrapper {
position: relative;
......@@ -14302,14 +14303,17 @@ figure.woocommerce-product-gallery__wrapper {
padding-top: 0px;
}
@media only screen and (max-width: 1260px) {
#content,
#full-width-page-wrapper,
#page-wrapper {
width: 100%;
}
}
#content #content,
#full-width-page-wrapper #content,
#page-wrapper #content {
position: relative;
width: 100%;
}
.wrapper .container {
......@@ -14361,6 +14365,81 @@ h1 + p, .h1 + p {
padding-top: 70px;
}
.green-block {
margin: 60px 0px;
padding: 40px 125px;
background-color: #EEF8EF;
display: flex;
align-items: center;
}
.green-block .wp-block-column:nth-of-type(2) {
display: flex;
align-items: center;
}
.nf-form-content .list-select-wrap .nf-field-element > div, .nf-form-content input:not([type=button]), .nf-form-content textarea {
border: 0px solid #c4c4c4 !important;
background: #fff !important;
}
.nf-form-content input[type=button]:not(.nf-fu-fileinput-button) {
text-transform: uppercase;
background-color: #183668;
background: #183668;
color: #fff !important;
border-radius: 0px;
}
.nf-form-content input[type=button]:not(.nf-fu-fileinput-button):hover {
background-color: #132C55;
background: #132C55;
}
.nf-fu-fileinput-button {
all: unset;
width: 100% !important;
background-color: #fff !important;
color: #000 !important;
text-transform: none;
}
.nf-fu-fileinput-button span {
vertical-align: super;
width: calc(100% - 100px);
display: inline-block;
font-size: 16px;
text-transform: none;
}
.nf-fu-fileinput-button:before {
height: 56px;
width: 74px;
display: inline-block;
margin-right: 20px;
content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='74.148' height='56.023' viewBox='0 0 74.148 56.023'%3E%3Cpath id='Path_12' data-name='Path 12' d='M264.869 343.06A4.969 4.969 0 0 0 259.926 348V394.14a4.969 4.969 0 0 0 4.943 4.943h64.262a4.969 4.969 0 0 0 4.943-4.943V348a4.969 4.969 0 0 0-4.943-4.943Zm0 3.3h64.262A1.609 1.609 0 0 1 330.779 348v39.391l-14.443-15.808a1.672 1.672 0 0 0-2.42 0L302.124 384.1l-17.069-19.078a1.638 1.638 0 0 0-2.446-.026l-19.387 20.828V348a1.609 1.609 0 0 1 1.648-1.648Zm37.9 8.238a6.591 6.591 0 1 0 6.591 6.591 6.616 6.616 0 0 0-6.591-6.591Zm0 3.3a3.3 3.3 0 1 1-3.3 3.3A3.271 3.271 0 0 1 302.767 357.89Zm-18.975 10.685 24.356 27.213H264.87a1.609 1.609 0 0 1-1.648-1.648v-3.476ZM315.1 375.14l15.679 17.146v1.854a1.609 1.609 0 0 1-1.648 1.648H312.576l-8.238-9.217Z' transform='translate(-259.926 -343.06)' fill='%231a3668'/%3E%3C/svg%3E");
}
.file_upload-container {
margin-top: -25px;
}
.nf-fu-progress,
.nf-form-fields-required {
display: none;
}
.like-you {
display: flex;
background-color: #1A3668;
height: 423px;
align-items: center;
width: 100%;
}
.like-you p {
color: #fff;
font-size: 28px;
line-height: 36px;
}
.collapsing {
overflow: visible !important;
}
......
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.
......@@ -7,6 +7,7 @@
}
}
#content,
#full-width-page-wrapper,
#page-wrapper {
position: relative;
......@@ -19,6 +20,7 @@
}
#content {
position: relative;
width: 100%;
}
}
......@@ -63,4 +65,84 @@ h1 + p { font-size: 20px; }
#full-width-page-wrapper{
padding-top:70px;
}
\ No newline at end of file
}
.green-block{
margin: 60px 0px;
padding: 40px 125px;
background-color: #EEF8EF;
display: flex;
align-items: center;
.wp-block-column:nth-of-type(2) {
display: flex;
align-items: center;
}
}
.nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]), .nf-form-content textarea{
border: 0px solid #c4c4c4 !important;
background: #fff !important;
}
.nf-form-content input[type=button]:not(.nf-fu-fileinput-button){
text-transform: uppercase;
background-color: #183668;
background:#183668;
color: #fff !important;
border-radius: 0px;
}
.nf-form-content input[type=button]:not(.nf-fu-fileinput-button):hover{
background-color: #132C55;
background:#132C55;
}
.nf-fu-fileinput-button{
all: unset;
width: 100% !important;
background-color: #fff !important;
color: #000 !important;
text-transform: none;
span{
vertical-align: super;
width: calc(100% - 100px);
display: inline-block;
font-size: 16px;
text-transform: none;
}
}
.nf-fu-fileinput-button:before{
height: 56px;
width: 74px;
display: inline-block;
margin-right: 20px;
content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='74.148' height='56.023' viewBox='0 0 74.148 56.023'%3E%3Cpath id='Path_12' data-name='Path 12' d='M264.869 343.06A4.969 4.969 0 0 0 259.926 348V394.14a4.969 4.969 0 0 0 4.943 4.943h64.262a4.969 4.969 0 0 0 4.943-4.943V348a4.969 4.969 0 0 0-4.943-4.943Zm0 3.3h64.262A1.609 1.609 0 0 1 330.779 348v39.391l-14.443-15.808a1.672 1.672 0 0 0-2.42 0L302.124 384.1l-17.069-19.078a1.638 1.638 0 0 0-2.446-.026l-19.387 20.828V348a1.609 1.609 0 0 1 1.648-1.648Zm37.9 8.238a6.591 6.591 0 1 0 6.591 6.591 6.616 6.616 0 0 0-6.591-6.591Zm0 3.3a3.3 3.3 0 1 1-3.3 3.3A3.271 3.271 0 0 1 302.767 357.89Zm-18.975 10.685 24.356 27.213H264.87a1.609 1.609 0 0 1-1.648-1.648v-3.476ZM315.1 375.14l15.679 17.146v1.854a1.609 1.609 0 0 1-1.648 1.648H312.576l-8.238-9.217Z' transform='translate(-259.926 -343.06)' fill='%231a3668'/%3E%3C/svg%3E");
}
.file_upload-container{
margin-top: -25px;
}
.nf-fu-progress,
.nf-form-fields-required{
display: none;
}
.like-you{
display: flex;
background-color: #1A3668;
height: 423px;
align-items: center;
width: 100%;
p{
color:#fff;
font-size: 28px;
line-height: 36px;
}
}
// .nf-fu-fileinput-button:after{
// content: "Drag your image here or click to Browse";
// display: inline-block;
// display: inline-block;
// }
\ 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.2.0010
Version: 1.2.0011
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......