5ea7741e by Jeff Balicki

ddddd

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent a455a92c
...@@ -16212,9 +16212,19 @@ label[for=quicksearch] { ...@@ -16212,9 +16212,19 @@ label[for=quicksearch] {
16212 border-radius: 0px; 16212 border-radius: 0px;
16213 height: 295px; 16213 height: 295px;
16214 } 16214 }
16215 @media only screen and (max-width: 768px) {
16216 #login-window .modal-content {
16217 height: 340px;
16218 }
16219 }
16215 #login-window .modal-content .modal-body { 16220 #login-window .modal-content .modal-body {
16216 padding: 0px 60px 20px 60px; 16221 padding: 0px 60px 20px 60px;
16217 } 16222 }
16223 @media only screen and (max-width: 768px) {
16224 #login-window .modal-content .modal-body {
16225 padding: 0 30px 0px 30px;
16226 }
16227 }
16218 #login-window .modal-content .modal-body .modal-title { 16228 #login-window .modal-content .modal-body .modal-title {
16219 font-family: "Poppins", sans-serif; 16229 font-family: "Poppins", sans-serif;
16220 font-weight: 600; 16230 font-weight: 600;
......
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.
...@@ -91,8 +91,14 @@ ...@@ -91,8 +91,14 @@
91 91
92 border-radius: 0px; 92 border-radius: 0px;
93 height: 295px; 93 height: 295px;
94 @media only screen and (max-width: 768px) {
95 height: 340px;
96 }
94 .modal-body{ 97 .modal-body{
95 padding: 0px 60px 20px 60px; 98 padding: 0px 60px 20px 60px;
99 @media only screen and (max-width: 768px) {
100 padding: 0 30px 0px 30px;
101 }
96 .modal-title{ 102 .modal-title{
97 font-family: 'Poppins', sans-serif; 103 font-family: 'Poppins', sans-serif;
98 font-weight: 600; 104 font-weight: 600;
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
5 Author: Tenzing Communications 5 Author: Tenzing Communications
6 Author URI: https://tenzingbrand.com 6 Author URI: https://tenzingbrand.com
7 Template: understrap 7 Template: understrap
8 Version: 1.1.0017 8 Version: 1.1.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
......