a7a6db4c by Jeff Balicki

contest

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent b3bffd0f
...@@ -14293,6 +14293,7 @@ figure.woocommerce-product-gallery__wrapper { ...@@ -14293,6 +14293,7 @@ figure.woocommerce-product-gallery__wrapper {
14293 display: none; 14293 display: none;
14294 } 14294 }
14295 14295
14296 #content,
14296 #full-width-page-wrapper, 14297 #full-width-page-wrapper,
14297 #page-wrapper { 14298 #page-wrapper {
14298 position: relative; 14299 position: relative;
...@@ -14302,14 +14303,17 @@ figure.woocommerce-product-gallery__wrapper { ...@@ -14302,14 +14303,17 @@ figure.woocommerce-product-gallery__wrapper {
14302 padding-top: 0px; 14303 padding-top: 0px;
14303 } 14304 }
14304 @media only screen and (max-width: 1260px) { 14305 @media only screen and (max-width: 1260px) {
14306 #content,
14305 #full-width-page-wrapper, 14307 #full-width-page-wrapper,
14306 #page-wrapper { 14308 #page-wrapper {
14307 width: 100%; 14309 width: 100%;
14308 } 14310 }
14309 } 14311 }
14312 #content #content,
14310 #full-width-page-wrapper #content, 14313 #full-width-page-wrapper #content,
14311 #page-wrapper #content { 14314 #page-wrapper #content {
14312 position: relative; 14315 position: relative;
14316 width: 100%;
14313 } 14317 }
14314 14318
14315 .wrapper .container { 14319 .wrapper .container {
...@@ -14361,6 +14365,81 @@ h1 + p, .h1 + p { ...@@ -14361,6 +14365,81 @@ h1 + p, .h1 + p {
14361 padding-top: 70px; 14365 padding-top: 70px;
14362 } 14366 }
14363 14367
14368 .green-block {
14369 margin: 60px 0px;
14370 padding: 40px 125px;
14371 background-color: #EEF8EF;
14372 display: flex;
14373 align-items: center;
14374 }
14375 .green-block .wp-block-column:nth-of-type(2) {
14376 display: flex;
14377 align-items: center;
14378 }
14379
14380 .nf-form-content .list-select-wrap .nf-field-element > div, .nf-form-content input:not([type=button]), .nf-form-content textarea {
14381 border: 0px solid #c4c4c4 !important;
14382 background: #fff !important;
14383 }
14384
14385 .nf-form-content input[type=button]:not(.nf-fu-fileinput-button) {
14386 text-transform: uppercase;
14387 background-color: #183668;
14388 background: #183668;
14389 color: #fff !important;
14390 border-radius: 0px;
14391 }
14392
14393 .nf-form-content input[type=button]:not(.nf-fu-fileinput-button):hover {
14394 background-color: #132C55;
14395 background: #132C55;
14396 }
14397
14398 .nf-fu-fileinput-button {
14399 all: unset;
14400 width: 100% !important;
14401 background-color: #fff !important;
14402 color: #000 !important;
14403 text-transform: none;
14404 }
14405 .nf-fu-fileinput-button span {
14406 vertical-align: super;
14407 width: calc(100% - 100px);
14408 display: inline-block;
14409 font-size: 16px;
14410 text-transform: none;
14411 }
14412
14413 .nf-fu-fileinput-button:before {
14414 height: 56px;
14415 width: 74px;
14416 display: inline-block;
14417 margin-right: 20px;
14418 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");
14419 }
14420
14421 .file_upload-container {
14422 margin-top: -25px;
14423 }
14424
14425 .nf-fu-progress,
14426 .nf-form-fields-required {
14427 display: none;
14428 }
14429
14430 .like-you {
14431 display: flex;
14432 background-color: #1A3668;
14433 height: 423px;
14434 align-items: center;
14435 width: 100%;
14436 }
14437 .like-you p {
14438 color: #fff;
14439 font-size: 28px;
14440 line-height: 36px;
14441 }
14442
14364 .collapsing { 14443 .collapsing {
14365 overflow: visible !important; 14444 overflow: visible !important;
14366 } 14445 }
......
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 @@ ...@@ -7,6 +7,7 @@
7 } 7 }
8 8
9 } 9 }
10 #content,
10 #full-width-page-wrapper, 11 #full-width-page-wrapper,
11 #page-wrapper { 12 #page-wrapper {
12 position: relative; 13 position: relative;
...@@ -19,6 +20,7 @@ ...@@ -19,6 +20,7 @@
19 } 20 }
20 #content { 21 #content {
21 position: relative; 22 position: relative;
23 width: 100%;
22 } 24 }
23 } 25 }
24 26
...@@ -63,4 +65,84 @@ h1 + p { font-size: 20px; } ...@@ -63,4 +65,84 @@ h1 + p { font-size: 20px; }
63 65
64 #full-width-page-wrapper{ 66 #full-width-page-wrapper{
65 padding-top:70px; 67 padding-top:70px;
66 }
...\ No newline at end of file ...\ No newline at end of file
68 }
69
70
71
72 .green-block{
73 margin: 60px 0px;
74 padding: 40px 125px;
75 background-color: #EEF8EF;
76 display: flex;
77 align-items: center;
78 .wp-block-column:nth-of-type(2) {
79 display: flex;
80 align-items: center;
81 }
82
83 }
84
85 .nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]), .nf-form-content textarea{
86 border: 0px solid #c4c4c4 !important;
87 background: #fff !important;
88 }
89 .nf-form-content input[type=button]:not(.nf-fu-fileinput-button){
90 text-transform: uppercase;
91 background-color: #183668;
92 background:#183668;
93 color: #fff !important;
94 border-radius: 0px;
95
96 }
97 .nf-form-content input[type=button]:not(.nf-fu-fileinput-button):hover{
98 background-color: #132C55;
99 background:#132C55;
100 }
101
102 .nf-fu-fileinput-button{
103 all: unset;
104 width: 100% !important;
105 background-color: #fff !important;
106 color: #000 !important;
107 text-transform: none;
108 span{
109 vertical-align: super;
110 width: calc(100% - 100px);
111 display: inline-block;
112 font-size: 16px;
113 text-transform: none;
114 }
115 }
116 .nf-fu-fileinput-button:before{
117 height: 56px;
118 width: 74px;
119 display: inline-block;
120 margin-right: 20px;
121 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");
122 }
123 .file_upload-container{
124 margin-top: -25px;
125 }
126 .nf-fu-progress,
127 .nf-form-fields-required{
128 display: none;
129 }
130 .like-you{
131 display: flex;
132 background-color: #1A3668;
133 height: 423px;
134 align-items: center;
135 width: 100%;
136 p{
137 color:#fff;
138 font-size: 28px;
139 line-height: 36px;
140 }
141 }
142
143
144 // .nf-fu-fileinput-button:after{
145 // content: "Drag your image here or click to Browse";
146 // display: inline-block;
147 // display: inline-block;
148 // }
...\ 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.2.0010 8 Version: 1.2.0011
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
......