www
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
10 changed files
with
51 additions
and
10 deletions
| ... | @@ -14307,7 +14307,7 @@ body { | ... | @@ -14307,7 +14307,7 @@ body { |
| 14307 | } | 14307 | } |
| 14308 | @media only screen and (max-width: 768px) { | 14308 | @media only screen and (max-width: 768px) { |
| 14309 | #page { | 14309 | #page { |
| 14310 | height: 100vh; | 14310 | min-height: auto; |
| 14311 | padding-bottom: 50px; | 14311 | padding-bottom: 50px; |
| 14312 | } | 14312 | } |
| 14313 | } | 14313 | } |
| ... | @@ -14480,6 +14480,11 @@ h1 + p, .h1 + p { | ... | @@ -14480,6 +14480,11 @@ h1 + p, .h1 + p { |
| 14480 | height: 768px; | 14480 | height: 768px; |
| 14481 | flex-wrap: nowrap; | 14481 | flex-wrap: nowrap; |
| 14482 | } | 14482 | } |
| 14483 | @media only screen and (max-width: 1260px) { | ||
| 14484 | #main-nav .container { | ||
| 14485 | height: 100vh; | ||
| 14486 | } | ||
| 14487 | } | ||
| 14483 | #main-nav .container .custom-logo-link { | 14488 | #main-nav .container .custom-logo-link { |
| 14484 | width: 206px; | 14489 | width: 206px; |
| 14485 | } | 14490 | } |
| ... | @@ -14720,6 +14725,13 @@ h1 + p, .h1 + p { | ... | @@ -14720,6 +14725,13 @@ h1 + p, .h1 + p { |
| 14720 | width: 100%; | 14725 | width: 100%; |
| 14721 | position: relative; | 14726 | position: relative; |
| 14722 | } | 14727 | } |
| 14728 | @media only screen and (max-width: 768px) { | ||
| 14729 | .page-template-login .header-section, | ||
| 14730 | .page-template-login .full-image-login, | ||
| 14731 | .page-template-login .image-loaded { | ||
| 14732 | min-height: auto; | ||
| 14733 | } | ||
| 14734 | } | ||
| 14723 | .page-template-login .login-footer { | 14735 | .page-template-login .login-footer { |
| 14724 | display: block; | 14736 | display: block; |
| 14725 | position: absolute; | 14737 | position: absolute; |
| ... | @@ -15190,6 +15202,8 @@ td.hidden { | ... | @@ -15190,6 +15202,8 @@ td.hidden { |
| 15190 | .table-like__item { | 15202 | .table-like__item { |
| 15191 | height: auto; | 15203 | height: auto; |
| 15192 | width: 110%; | 15204 | width: 110%; |
| 15205 | height: auto; | ||
| 15206 | padding: 20px; | ||
| 15193 | } | 15207 | } |
| 15194 | } | 15208 | } |
| 15195 | .table-like__item .item { | 15209 | .table-like__item .item { |
| ... | @@ -15208,6 +15222,11 @@ td.hidden { | ... | @@ -15208,6 +15222,11 @@ td.hidden { |
| 15208 | color: #1A3668; | 15222 | color: #1A3668; |
| 15209 | margin-top: 20px; | 15223 | margin-top: 20px; |
| 15210 | } | 15224 | } |
| 15225 | @media only screen and (max-width: 768px) { | ||
| 15226 | .table-like__item a { | ||
| 15227 | margin-top: 0px; | ||
| 15228 | } | ||
| 15229 | } | ||
| 15211 | .table-like__item a:hover { | 15230 | .table-like__item a:hover { |
| 15212 | text-decoration: underline; | 15231 | text-decoration: underline; |
| 15213 | } | 15232 | } |
| ... | @@ -15273,8 +15292,8 @@ td.hidden { | ... | @@ -15273,8 +15292,8 @@ td.hidden { |
| 15273 | .item:before { | 15292 | .item:before { |
| 15274 | height: 30px; | 15293 | height: 30px; |
| 15275 | width: 40px; | 15294 | width: 40px; |
| 15276 | margin-right: 5px; | 15295 | margin-right: 5p; |
| 15277 | margin-top: 5px; | 15296 | margin-top: 10px; |
| 15278 | } | 15297 | } |
| 15279 | } | 15298 | } |
| 15280 | 15299 | ... | ... |
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.
| ... | @@ -85,7 +85,7 @@ function contest_slider(){ | ... | @@ -85,7 +85,7 @@ function contest_slider(){ |
| 85 | width: auto; | 85 | width: auto; |
| 86 | } | 86 | } |
| 87 | .swiper-button-next, .swiper-rtl .swiper-button-prev{ | 87 | .swiper-button-next, .swiper-rtl .swiper-button-prev{ |
| 88 | z-index: 9999; | 88 | z-index: 99; |
| 89 | } | 89 | } |
| 90 | .swiper-button-prev, .swiper-rtl .swiper-button-next { | 90 | .swiper-button-prev, .swiper-rtl .swiper-button-next { |
| 91 | left: unset; | 91 | left: unset; |
| ... | @@ -136,6 +136,18 @@ function contest_slider(){ | ... | @@ -136,6 +136,18 @@ function contest_slider(){ |
| 136 | .modal-content{ | 136 | .modal-content{ |
| 137 | border-radius: 0px !important; | 137 | border-radius: 0px !important; |
| 138 | } | 138 | } |
| 139 | .modal-content{ | ||
| 140 | background-color:transparent; | ||
| 141 | border-width:0px !important ; | ||
| 142 | } | ||
| 143 | .modal-content .btn-close{ | ||
| 144 | opacity: 1; | ||
| 145 | margin-right: -20px; | ||
| 146 | margin-top: -20px; | ||
| 147 | width: 20px; | ||
| 148 | height: 20px; | ||
| 149 | background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.828' height='22.828' viewBox='0 0 22.828 22.828'%3E%3Cg id='btn_close_modal' data-name='btn_close modal' transform='translate(1.414 1.414)'%3E%3Cline id='Line_14' data-name='Line 14' x2='28.284' transform='translate(0) rotate(45)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2'/%3E%3Cline id='Line_15' data-name='Line 15' x2='28.284' transform='translate(20 0) rotate(135)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E"); | ||
| 150 | } | ||
| 139 | </style> | 151 | </style> |
| 140 | 152 | ||
| 141 | <?php endif; | 153 | <?php endif; | ... | ... |
| ... | @@ -18,7 +18,7 @@ html, body { | ... | @@ -18,7 +18,7 @@ html, body { |
| 18 | #page{ | 18 | #page{ |
| 19 | overflow-x: hidden; | 19 | overflow-x: hidden; |
| 20 | @media only screen and (max-width: 768px) { | 20 | @media only screen and (max-width: 768px) { |
| 21 | height: 100vh; | 21 | min-height: auto; |
| 22 | padding-bottom: 50px; | 22 | padding-bottom: 50px; |
| 23 | } | 23 | } |
| 24 | } | 24 | } | ... | ... |
| ... | @@ -20,7 +20,9 @@ | ... | @@ -20,7 +20,9 @@ |
| 20 | background-size: cover; | 20 | background-size: cover; |
| 21 | width: 100%; | 21 | width: 100%; |
| 22 | position: relative; | 22 | position: relative; |
| 23 | 23 | @media only screen and (max-width: 768px) { | |
| 24 | min-height: auto; | ||
| 25 | } | ||
| 24 | } | 26 | } |
| 25 | .login-footer { | 27 | .login-footer { |
| 26 | display: block; | 28 | display: block; | ... | ... |
| ... | @@ -80,6 +80,9 @@ | ... | @@ -80,6 +80,9 @@ |
| 80 | width: 275px; | 80 | width: 275px; |
| 81 | height: 768px; | 81 | height: 768px; |
| 82 | flex-wrap: nowrap; | 82 | flex-wrap: nowrap; |
| 83 | @media only screen and (max-width: 1260px) { | ||
| 84 | height: 100vh; | ||
| 85 | } | ||
| 83 | .custom-logo-link{ | 86 | .custom-logo-link{ |
| 84 | width: 206px; | 87 | width: 206px; |
| 85 | } | 88 | } | ... | ... |
| ... | @@ -220,6 +220,9 @@ td.hidden { | ... | @@ -220,6 +220,9 @@ td.hidden { |
| 220 | @media only screen and (max-width: 768px) { | 220 | @media only screen and (max-width: 768px) { |
| 221 | height: auto; | 221 | height: auto; |
| 222 | width: 110%; | 222 | width: 110%; |
| 223 | height: auto; | ||
| 224 | padding: 20px ; | ||
| 225 | |||
| 223 | } | 226 | } |
| 224 | .item { | 227 | .item { |
| 225 | width: 100%; | 228 | width: 100%; |
| ... | @@ -238,6 +241,9 @@ td.hidden { | ... | @@ -238,6 +241,9 @@ td.hidden { |
| 238 | line-height: 24px; | 241 | line-height: 24px; |
| 239 | color: #1A3668; | 242 | color: #1A3668; |
| 240 | margin-top: 20px; | 243 | margin-top: 20px; |
| 244 | @media only screen and (max-width: 768px) { | ||
| 245 | margin-top: 0px; | ||
| 246 | } | ||
| 241 | } | 247 | } |
| 242 | a:hover{ | 248 | a:hover{ |
| 243 | text-decoration: underline; | 249 | text-decoration: underline; |
| ... | @@ -295,14 +301,13 @@ td.hidden { | ... | @@ -295,14 +301,13 @@ td.hidden { |
| 295 | @media only screen and (max-width: 768px) { | 301 | @media only screen and (max-width: 768px) { |
| 296 | height: 30px; | 302 | height: 30px; |
| 297 | width: 40px; | 303 | width: 40px; |
| 298 | margin-right: 5px; | 304 | margin-right: 5p; |
| 299 | margin-top: 5px; | 305 | margin-top: 10px; |
| 300 | 306 | ||
| 301 | } | 307 | } |
| 302 | display: inline-block; | 308 | display: inline-block; |
| 303 | background-size: contain; | 309 | background-size: contain; |
| 304 | background-repeat: no-repeat; | 310 | background-repeat: no-repeat; |
| 305 | |||
| 306 | background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='45' viewBox='0 0 45 45'%3E%3Cg id='Group_41' data-name='Group 41' transform='translate(-342 -467)'%3E%3Crect id='Rectangle_93' data-name='Rectangle 93' width='45' height='45' rx='4' transform='translate(342 467)' fill='%231a3668' opacity='0.298'/%3E%3Cpath id='icon_PDF_' data-name='icon_PDF ' d='M1.889 61.617a1.7 1.7 0 0 1-1.108-.4A1.964 1.964 0 0 1 .025 59.37c.084-.529.335-2.118 5.787-4.383A51.792 51.792 0 0 0 10.445 44.88c-1.491-2.336-1.951-4.014-1.408-5.122a2.1 2.1 0 0 1 1.893-1.136q.085-.006.165-.006a1.818 1.818 0 0 1 1.5.732c.437.587.891 1.765-.081 5.223a37.968 37.968 0 0 0 6.387 6.97 19.079 19.079 0 0 1 1.924-.109c1.769 0 2.85.338 3.4 1.063a1.826 1.826 0 0 1 .28 1.626A1.906 1.906 0 0 1 22.592 55.6h0c-1.052 0-2.484-.7-4.26-2.086A51.869 51.869 0 0 0 7.1 56.505c-3.16 5.111-4.7 5.112-5.215 5.112Zm.006-1.961a.366.366 0 0 0 .049.059 4.851 4.851 0 0 0 1.734-1.589c-1.335.788-1.752 1.335-1.782 1.53Zm9.9-12.86a55.477 55.477 0 0 1-3.221 7.157A56.264 56.264 0 0 1 16.44 51.9 41.811 41.811 0 0 1 11.793 46.8ZM21.5 53.348a2.729 2.729 0 0 0 1.087.359.468.468 0 0 0 .06 0 .511.511 0 0 0 .03-.083v-.005a2.713 2.713 0 0 0-1.178-.267ZM11.092 40.509h-.027a.627.627 0 0 0-.327.079c-.062.09-.091.566.374 1.6a3.235 3.235 0 0 0-.019-1.676Z' transform='translate(351.999 439.383)' fill='%231a3668'/%3E%3C/g%3E%3C/svg%3E"); | 311 | background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='45' viewBox='0 0 45 45'%3E%3Cg id='Group_41' data-name='Group 41' transform='translate(-342 -467)'%3E%3Crect id='Rectangle_93' data-name='Rectangle 93' width='45' height='45' rx='4' transform='translate(342 467)' fill='%231a3668' opacity='0.298'/%3E%3Cpath id='icon_PDF_' data-name='icon_PDF ' d='M1.889 61.617a1.7 1.7 0 0 1-1.108-.4A1.964 1.964 0 0 1 .025 59.37c.084-.529.335-2.118 5.787-4.383A51.792 51.792 0 0 0 10.445 44.88c-1.491-2.336-1.951-4.014-1.408-5.122a2.1 2.1 0 0 1 1.893-1.136q.085-.006.165-.006a1.818 1.818 0 0 1 1.5.732c.437.587.891 1.765-.081 5.223a37.968 37.968 0 0 0 6.387 6.97 19.079 19.079 0 0 1 1.924-.109c1.769 0 2.85.338 3.4 1.063a1.826 1.826 0 0 1 .28 1.626A1.906 1.906 0 0 1 22.592 55.6h0c-1.052 0-2.484-.7-4.26-2.086A51.869 51.869 0 0 0 7.1 56.505c-3.16 5.111-4.7 5.112-5.215 5.112Zm.006-1.961a.366.366 0 0 0 .049.059 4.851 4.851 0 0 0 1.734-1.589c-1.335.788-1.752 1.335-1.782 1.53Zm9.9-12.86a55.477 55.477 0 0 1-3.221 7.157A56.264 56.264 0 0 1 16.44 51.9 41.811 41.811 0 0 1 11.793 46.8ZM21.5 53.348a2.729 2.729 0 0 0 1.087.359.468.468 0 0 0 .06 0 .511.511 0 0 0 .03-.083v-.005a2.713 2.713 0 0 0-1.178-.267ZM11.092 40.509h-.027a.627.627 0 0 0-.327.079c-.062.09-.091.566.374 1.6a3.235 3.235 0 0 0-.019-1.676Z' transform='translate(351.999 439.383)' fill='%231a3668'/%3E%3C/g%3E%3C/svg%3E"); |
| 307 | } | 312 | } |
| 308 | 313 | ... | ... |
| ... | @@ -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.0035 | 8 | Version: 1.2.0036 |
| 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