365f8f0e by Jeff Balicki

modal

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 1ede8388
...@@ -15442,6 +15442,28 @@ p.intro { ...@@ -15442,6 +15442,28 @@ p.intro {
15442 max-width: unset; 15442 max-width: unset;
15443 } 15443 }
15444 15444
15445 .btn-close {
15446 float: right;
15447 }
15448
15449 .modal-content {
15450 border-radius: 0px !important;
15451 }
15452
15453 .modal-content {
15454 background-color: transparent;
15455 border-width: 0px !important;
15456 }
15457
15458 .modal-content .btn-close {
15459 opacity: 1;
15460 margin-right: -20px;
15461 margin-top: -20px;
15462 width: 20px;
15463 height: 20px;
15464 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");
15465 }
15466
15445 .um input[type=submit].um-button, .um input[type=submit].um-button:focus, .um a.um-button { 15467 .um input[type=submit].um-button, .um input[type=submit].um-button:focus, .um a.um-button {
15446 text-transform: uppercase !important; 15468 text-transform: uppercase !important;
15447 background-color: #183668 !important; 15469 background-color: #183668 !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.
...@@ -130,24 +130,7 @@ function contest_slider(){ ...@@ -130,24 +130,7 @@ function contest_slider(){
130 text-align: center; 130 text-align: center;
131 padding: 20px; 131 padding: 20px;
132 } 132 }
133 .btn-close{ 133
134 float:right;
135 }
136 .modal-content{
137 border-radius: 0px !important;
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 }
151 </style> 134 </style>
152 135
153 <?php endif; 136 <?php endif;
......
...@@ -105,3 +105,21 @@ p{ ...@@ -105,3 +105,21 @@ p{
105 } 105 }
106 106
107 107
108 .btn-close{
109 float:right;
110 }
111 .modal-content{
112 border-radius: 0px !important;
113 }
114 .modal-content{
115 background-color:transparent;
116 border-width:0px !important ;
117 }
118 .modal-content .btn-close{
119 opacity: 1;
120 margin-right: -20px;
121 margin-top: -20px;
122 width: 20px;
123 height: 20px;
124 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");
125 }
...\ 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.0042 8 Version: 1.2.0043
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
......