c19820c1 by Jeff Balicki

buttom and mobile fix

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 0754960b
...@@ -14325,6 +14325,7 @@ body { ...@@ -14325,6 +14325,7 @@ body {
14325 width: 100%; 14325 width: 100%;
14326 min-height: 90vh; 14326 min-height: 90vh;
14327 padding-left: 0px; 14327 padding-left: 0px;
14328 margin-top: -20px;
14328 } 14329 }
14329 } 14330 }
14330 #error-404-wrapper #content, 14331 #error-404-wrapper #content,
...@@ -14395,105 +14396,6 @@ h1 + p, .h1 + p { ...@@ -14395,105 +14396,6 @@ h1 + p, .h1 + p {
14395 padding-top: 70px; 14396 padding-top: 70px;
14396 } 14397 }
14397 14398
14398 .green-block {
14399 margin: 60px 0px;
14400 padding: 40px 125px;
14401 background-color: #EEF8EF;
14402 display: flex;
14403 align-items: center;
14404 }
14405 .green-block p {
14406 color: #000;
14407 }
14408 @media only screen and (max-width: 1260px) {
14409 .green-block {
14410 padding: 40px 20px;
14411 }
14412 }
14413 .green-block .wp-block-column:nth-of-type(2) {
14414 display: flex;
14415 align-items: center;
14416 }
14417 .green-block .nf-form-content .list-select-wrap .nf-field-element > div, .green-block .nf-form-content input:not([type=button]), .green-block .nf-form-content textarea {
14418 border: 0px solid #c4c4c4 !important;
14419 background: #fff !important;
14420 }
14421 .green-block .nf-form-content input[type=button]:not(.nf-fu-fileinput-button) {
14422 text-transform: uppercase;
14423 background-color: #183668;
14424 background: #183668;
14425 color: #fff !important;
14426 border-radius: 0px;
14427 }
14428 .green-block .nf-form-content input[type=button]:not(.nf-fu-fileinput-button):hover {
14429 background-color: #132C55;
14430 background: #132C55;
14431 }
14432 .green-block .nf-fu-fileinput-button {
14433 all: unset;
14434 width: calc(100% - 24px) !important;
14435 background-color: #fff !important;
14436 color: #000 !important;
14437 text-transform: none;
14438 }
14439 .green-block .nf-fu-fileinput-button span {
14440 vertical-align: super;
14441 width: calc(100% - 100px);
14442 display: inline-block;
14443 font-size: 16px;
14444 text-transform: none;
14445 }
14446 .green-block .nf-fu-fileinput-button:before {
14447 height: 56px;
14448 width: 74px;
14449 display: inline-block;
14450 margin-right: 20px;
14451 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");
14452 }
14453 .green-block .file_upload-container {
14454 margin-top: -25px;
14455 }
14456 .green-block .nf-fu-progress,
14457 .green-block .nf-form-fields-required {
14458 display: none;
14459 }
14460 .green-block .like-you {
14461 display: flex;
14462 background-color: #1A3668;
14463 height: 423px;
14464 align-items: center;
14465 width: 100%;
14466 }
14467 @media only screen and (max-width: 756px) {
14468 .green-block .like-you {
14469 height: 200px;
14470 }
14471 }
14472 .green-block .like-you p {
14473 color: #fff;
14474 font-size: 28px;
14475 line-height: 36px;
14476 }
14477 @media only screen and (max-width: 756px) {
14478 .green-block .like-you p {
14479 font-size: 20px;
14480 }
14481 }
14482 .green-block .like-you p strong {
14483 font-weight: 400;
14484 line-height: 46px;
14485 border-bottom: 2px solid #3EAF49;
14486 }
14487
14488 #wpdcom {
14489 max-width: unset !important;
14490 }
14491
14492 #comments {
14493 margin: 0px;
14494 max-width: unset;
14495 }
14496
14497 .collapsing { 14399 .collapsing {
14498 overflow: visible !important; 14400 overflow: visible !important;
14499 } 14401 }
...@@ -14513,7 +14415,7 @@ h1 + p, .h1 + p { ...@@ -14513,7 +14415,7 @@ h1 + p, .h1 + p {
14513 } 14415 }
14514 @media only screen and (max-width: 1260px) { 14416 @media only screen and (max-width: 1260px) {
14515 #wrapper-navbar { 14417 #wrapper-navbar {
14516 position: absolute; 14418 position: fixed;
14517 right: -275px; 14419 right: -275px;
14518 top: 0px; 14420 top: 0px;
14519 } 14421 }
...@@ -14776,7 +14678,7 @@ h1 + p, .h1 + p { ...@@ -14776,7 +14678,7 @@ h1 + p, .h1 + p {
14776 .page-template-login .header-section, 14678 .page-template-login .header-section,
14777 .page-template-login .full-image, 14679 .page-template-login .full-image,
14778 .page-template-login .image-loaded { 14680 .page-template-login .image-loaded {
14779 height: 101vh; 14681 height: 115vh;
14780 } 14682 }
14781 } 14683 }
14782 .page-template-login .full-image::after { 14684 .page-template-login .full-image::after {
...@@ -14884,6 +14786,7 @@ h1 + p, .h1 + p { ...@@ -14884,6 +14786,7 @@ h1 + p, .h1 + p {
14884 .um input[type=submit].um-button:hover, .um input[type=submit].um-button:focus, .um a.um-button:hover { 14786 .um input[type=submit].um-button:hover, .um input[type=submit].um-button:focus, .um a.um-button:hover {
14885 background-color: #132C55 !important; 14787 background-color: #132C55 !important;
14886 background: #132C55 !important; 14788 background: #132C55 !important;
14789 font-weight: bold !important;
14887 } 14790 }
14888 14791
14889 .um .um-tip:hover, .um .um-field-radio.active:not(.um-field-radio-state-disabled) i, .um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i, .um .um-member-name a:hover, .um .um-member-more a:hover, .um .um-member-less a:hover, .um .um-members-pagi a:hover, .um .um-cover-add:hover, .um .um-profile-subnav a.active, .um .um-item-meta a, .um-account-name a:hover, .um-account-nav a.current, .um-account-side li a.current span.um-account-icon, .um-account-side li a.current:hover span.um-account-icon, .um-dropdown li a:hover, i.um-active-color, span.um-active-color { 14792 .um .um-tip:hover, .um .um-field-radio.active:not(.um-field-radio-state-disabled) i, .um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i, .um .um-member-name a:hover, .um .um-member-more a:hover, .um .um-member-less a:hover, .um .um-members-pagi a:hover, .um .um-cover-add:hover, .um .um-profile-subnav a.active, .um .um-item-meta a, .um-account-name a:hover, .um-account-nav a.current, .um-account-side li a.current span.um-account-icon, .um-account-side li a.current:hover span.um-account-icon, .um-dropdown li a:hover, i.um-active-color, span.um-active-color {
...@@ -15276,6 +15179,7 @@ td.hidden { ...@@ -15276,6 +15179,7 @@ td.hidden {
15276 padding: 5px 10px; 15179 padding: 5px 10px;
15277 } 15180 }
15278 .table-like__item .button:hover { 15181 .table-like__item .button:hover {
15182 font-weight: bold;
15279 background-color: #132C55 !important; 15183 background-color: #132C55 !important;
15280 } 15184 }
15281 15185
...@@ -15335,4 +15239,104 @@ td.hidden { ...@@ -15335,4 +15239,104 @@ td.hidden {
15335 display: block; 15239 display: block;
15336 } 15240 }
15337 15241
15242 .green-block {
15243 margin: 60px 0px;
15244 padding: 40px 125px;
15245 background-color: #EEF8EF;
15246 display: flex;
15247 align-items: center;
15248 }
15249 .green-block p {
15250 color: #000;
15251 }
15252 @media only screen and (max-width: 1260px) {
15253 .green-block {
15254 padding: 40px 20px;
15255 }
15256 }
15257 .green-block .wp-block-column:nth-of-type(2) {
15258 display: flex;
15259 align-items: center;
15260 }
15261 .green-block .nf-form-content .list-select-wrap .nf-field-element > div, .green-block .nf-form-content input:not([type=button]), .green-block .nf-form-content textarea {
15262 border: 0px solid #c4c4c4 !important;
15263 background: #fff !important;
15264 }
15265 .green-block .nf-form-content input[type=button]:not(.nf-fu-fileinput-button) {
15266 text-transform: uppercase;
15267 background-color: #183668;
15268 background: #183668;
15269 color: #fff !important;
15270 border-radius: 0px;
15271 }
15272 .green-block .nf-form-content input[type=button]:not(.nf-fu-fileinput-button):hover {
15273 background-color: #132C55;
15274 background: #132C55;
15275 font-weight: bold;
15276 }
15277 .green-block .nf-fu-fileinput-button {
15278 all: unset;
15279 width: calc(100% - 24px) !important;
15280 background-color: #fff !important;
15281 color: #000 !important;
15282 text-transform: none;
15283 }
15284 .green-block .nf-fu-fileinput-button span {
15285 vertical-align: super;
15286 width: calc(100% - 100px);
15287 display: inline-block;
15288 font-size: 16px;
15289 text-transform: none;
15290 }
15291 .green-block .nf-fu-fileinput-button:before {
15292 height: 56px;
15293 width: 74px;
15294 display: inline-block;
15295 margin-right: 20px;
15296 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");
15297 }
15298 .green-block .file_upload-container {
15299 margin-top: -25px;
15300 }
15301 .green-block .nf-fu-progress,
15302 .green-block .nf-form-fields-required {
15303 display: none;
15304 }
15305 .green-block .like-you {
15306 display: flex;
15307 background-color: #1A3668;
15308 height: 423px;
15309 align-items: center;
15310 width: 100%;
15311 }
15312 @media only screen and (max-width: 756px) {
15313 .green-block .like-you {
15314 height: 200px;
15315 }
15316 }
15317 .green-block .like-you p {
15318 color: #fff;
15319 font-size: 28px;
15320 line-height: 36px;
15321 }
15322 @media only screen and (max-width: 756px) {
15323 .green-block .like-you p {
15324 font-size: 20px;
15325 }
15326 }
15327 .green-block .like-you p strong {
15328 font-weight: 400;
15329 line-height: 46px;
15330 border-bottom: 2px solid #3EAF49;
15331 }
15332
15333 #wpdcom {
15334 max-width: unset !important;
15335 }
15336
15337 #comments {
15338 margin: 0px;
15339 max-width: unset;
15340 }
15341
15338 /*# sourceMappingURL=child-theme.css.map */ 15342 /*# sourceMappingURL=child-theme.css.map */
...\ No newline at end of file ...\ No newline at end of file
......
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.
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
17 @import "theme/body"; 17 @import "theme/body";
18 @import "theme/link_block"; 18 @import "theme/link_block";
19 @import "theme/resources_list"; 19 @import "theme/resources_list";
20 @import "theme/contest";
20 // @import "assets/understrap/theme/colors"; // <-------- This creates the necessary bootstrap color classes. 21 // @import "assets/understrap/theme/colors"; // <-------- This creates the necessary bootstrap color classes.
21 // @import "assets/understrap/theme/blocks"; // <-------- This adds Bootstrap styles to blocks. 22 // @import "assets/understrap/theme/blocks"; // <-------- This adds Bootstrap styles to blocks.
22 // @import "assets/understrap/theme/contact-form7"; // <-------- Contact Form 7 - Bootstrap 4 support 23 // @import "assets/understrap/theme/contact-form7"; // <-------- Contact Form 7 - Bootstrap 4 support
......
...@@ -33,6 +33,7 @@ html, body { ...@@ -33,6 +33,7 @@ html, body {
33 width: 100%; 33 width: 100%;
34 min-height: 90vh; 34 min-height: 90vh;
35 padding-left:0px; 35 padding-left:0px;
36 margin-top: -20px;
36 } 37 }
37 #content { 38 #content {
38 position: relative; 39 position: relative;
...@@ -89,104 +90,3 @@ h1 + p { font-size: 20px; } ...@@ -89,104 +90,3 @@ h1 + p { font-size: 20px; }
89 padding-top:70px; 90 padding-top:70px;
90 } 91 }
91 92
92
93
94 .green-block{
95 margin: 60px 0px;
96 padding: 40px 125px;
97 background-color: #EEF8EF;
98 display: flex;
99 align-items: center;
100 p{
101 color: #000;
102 }
103 @media only screen and (max-width: 1260px) {
104 padding: 40px 20px;
105 }
106 .wp-block-column:nth-of-type(2) {
107 display: flex;
108 align-items: center;
109 }
110
111
112
113 .nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]), .nf-form-content textarea{
114 border: 0px solid #c4c4c4 !important;
115 background: #fff !important;
116 }
117 .nf-form-content input[type=button]:not(.nf-fu-fileinput-button){
118 text-transform: uppercase;
119 background-color: #183668;
120 background:#183668;
121 color: #fff !important;
122 border-radius: 0px;
123
124 }
125 .nf-form-content input[type=button]:not(.nf-fu-fileinput-button):hover{
126 background-color: #132C55;
127 background:#132C55;
128 }
129
130 .nf-fu-fileinput-button{
131 all: unset;
132 width: calc(100% - 24px ) !important;
133 background-color: #fff !important;
134 color: #000 !important;
135 text-transform: none;
136 span{
137 vertical-align: super;
138 width: calc(100% - 100px);
139 display: inline-block;
140 font-size: 16px;
141 text-transform: none;
142 }
143 }
144 .nf-fu-fileinput-button:before{
145 height: 56px;
146 width: 74px;
147 display: inline-block;
148 margin-right: 20px;
149 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");
150 }
151 .file_upload-container{
152 margin-top: -25px;
153 }
154 .nf-fu-progress,
155 .nf-form-fields-required{
156 display: none;
157 }
158 .like-you{
159 display: flex;
160 background-color: #1A3668;
161 height: 423px;
162 align-items: center;
163 width: 100%;
164 @media only screen and (max-width: 756px) {
165 height: 200px;
166 }
167 p{
168 color:#fff;
169 font-size: 28px;
170 line-height: 36px;
171 @media only screen and (max-width: 756px) {
172 font-size: 20px;
173 }
174 strong{
175 font-weight: 400;
176 line-height: 46px;
177 border-bottom: 2px solid #3EAF49;
178 }
179 }
180 }
181 }
182
183
184
185
186 #wpdcom{
187 max-width: unset !important;
188 }
189 #comments{
190 margin: 0px;
191 max-width: unset;
192 }
...\ No newline at end of file ...\ No newline at end of file
......
1
2
3 .green-block{
4 margin: 60px 0px;
5 padding: 40px 125px;
6 background-color: #EEF8EF;
7 display: flex;
8 align-items: center;
9 p{
10 color: #000;
11 }
12 @media only screen and (max-width: 1260px) {
13 padding: 40px 20px;
14 }
15 .wp-block-column:nth-of-type(2) {
16 display: flex;
17 align-items: center;
18 }
19
20
21
22 .nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]), .nf-form-content textarea{
23 border: 0px solid #c4c4c4 !important;
24 background: #fff !important;
25 }
26 .nf-form-content input[type=button]:not(.nf-fu-fileinput-button){
27 text-transform: uppercase;
28 background-color: #183668;
29 background:#183668;
30 color: #fff !important;
31 border-radius: 0px;
32
33 }
34 .nf-form-content input[type=button]:not(.nf-fu-fileinput-button):hover{
35 background-color: #132C55;
36 background:#132C55;
37 font-weight: bold;
38 }
39
40 .nf-fu-fileinput-button{
41 all: unset;
42 width: calc(100% - 24px ) !important;
43 background-color: #fff !important;
44 color: #000 !important;
45 text-transform: none;
46 span{
47 vertical-align: super;
48 width: calc(100% - 100px);
49 display: inline-block;
50 font-size: 16px;
51 text-transform: none;
52 }
53 }
54 .nf-fu-fileinput-button:before{
55 height: 56px;
56 width: 74px;
57 display: inline-block;
58 margin-right: 20px;
59 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");
60 }
61 .file_upload-container{
62 margin-top: -25px;
63 }
64 .nf-fu-progress,
65 .nf-form-fields-required{
66 display: none;
67 }
68 .like-you{
69 display: flex;
70 background-color: #1A3668;
71 height: 423px;
72 align-items: center;
73 width: 100%;
74 @media only screen and (max-width: 756px) {
75 height: 200px;
76 }
77 p{
78 color:#fff;
79 font-size: 28px;
80 line-height: 36px;
81 @media only screen and (max-width: 756px) {
82 font-size: 20px;
83 }
84 strong{
85 font-weight: 400;
86 line-height: 46px;
87 border-bottom: 2px solid #3EAF49;
88 }
89 }
90 }
91 }
92
93
94
95
96 #wpdcom{
97 max-width: unset !important;
98 }
99 #comments{
100 margin: 0px;
101 max-width: unset;
102 }
...\ No newline at end of file ...\ No newline at end of file
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
20 width: 100%; 20 width: 100%;
21 position: relative; 21 position: relative;
22 @media only screen and (max-width: 768px) { 22 @media only screen and (max-width: 768px) {
23 height: 101vh; 23 height: 115vh;
24 } 24 }
25 } 25 }
26 .full-image::after { 26 .full-image::after {
...@@ -133,6 +133,7 @@ ...@@ -133,6 +133,7 @@
133 .um input[type=submit].um-button:hover, .um input[type=submit].um-button:focus, .um a.um-button:hover{ 133 .um input[type=submit].um-button:hover, .um input[type=submit].um-button:focus, .um a.um-button:hover{
134 background-color: #132C55 !important; 134 background-color: #132C55 !important;
135 background:#132C55 !important; 135 background:#132C55 !important;
136 font-weight: bold !important
136 137
137 } 138 }
138 .um .um-tip:hover, .um .um-field-radio.active:not(.um-field-radio-state-disabled) i, .um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i, .um .um-member-name a:hover, .um .um-member-more a:hover, .um .um-member-less a:hover, .um .um-members-pagi a:hover, .um .um-cover-add:hover, .um .um-profile-subnav a.active, .um .um-item-meta a, .um-account-name a:hover, .um-account-nav a.current, .um-account-side li a.current span.um-account-icon, .um-account-side li a.current:hover span.um-account-icon, .um-dropdown li a:hover, i.um-active-color, span.um-active-color{ 139 .um .um-tip:hover, .um .um-field-radio.active:not(.um-field-radio-state-disabled) i, .um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i, .um .um-member-name a:hover, .um .um-member-more a:hover, .um .um-member-less a:hover, .um .um-members-pagi a:hover, .um .um-cover-add:hover, .um .um-profile-subnav a.active, .um .um-item-meta a, .um-account-name a:hover, .um-account-nav a.current, .um-account-side li a.current span.um-account-icon, .um-account-side li a.current:hover span.um-account-icon, .um-dropdown li a:hover, i.um-active-color, span.um-active-color{
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
15 box-shadow: 0px 3px 6px #00000029; 15 box-shadow: 0px 3px 6px #00000029;
16 transition: 0.5s; 16 transition: 0.5s;
17 @media only screen and (max-width: 1260px) { 17 @media only screen and (max-width: 1260px) {
18 position: absolute; 18 position: fixed;
19 right: -275px; 19 right: -275px;
20 top:0px; 20 top:0px;
21 } 21 }
......
...@@ -249,6 +249,7 @@ td.hidden { ...@@ -249,6 +249,7 @@ td.hidden {
249 padding: 5px 10px; 249 padding: 5px 10px;
250 } 250 }
251 .button:hover{ 251 .button:hover{
252 font-weight: bold;
252 background-color: #132C55 !important; 253 background-color: #132C55 !important;
253 } 254 }
254 } 255 }
......
...@@ -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.0017 8 Version: 1.2.0018
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
......