365f8f0e by Jeff Balicki

modal

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 1ede8388
......@@ -15442,6 +15442,28 @@ p.intro {
max-width: unset;
}
.btn-close {
float: right;
}
.modal-content {
border-radius: 0px !important;
}
.modal-content {
background-color: transparent;
border-width: 0px !important;
}
.modal-content .btn-close {
opacity: 1;
margin-right: -20px;
margin-top: -20px;
width: 20px;
height: 20px;
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");
}
.um input[type=submit].um-button, .um input[type=submit].um-button:focus, .um a.um-button {
text-transform: uppercase !important;
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(){
text-align: center;
padding: 20px;
}
.btn-close{
float:right;
}
.modal-content{
border-radius: 0px !important;
}
.modal-content{
background-color:transparent;
border-width:0px !important ;
}
.modal-content .btn-close{
opacity: 1;
margin-right: -20px;
margin-top: -20px;
width: 20px;
height: 20px;
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");
}
</style>
<?php endif;
......
......@@ -105,3 +105,21 @@ p{
}
.btn-close{
float:right;
}
.modal-content{
border-radius: 0px !important;
}
.modal-content{
background-color:transparent;
border-width:0px !important ;
}
.modal-content .btn-close{
opacity: 1;
margin-right: -20px;
margin-top: -20px;
width: 20px;
height: 20px;
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");
}
\ 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.0042
Version: 1.2.0043
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......