defae2b4 by Jeff Balicki

um fixes

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 81cd312e
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.
......@@ -409,7 +409,7 @@ progress {
:root {
--bs-blue: #0d6efd;
--bs-indigo: #6610f2;
--bs-purple: #5533ff;
--bs-purple: #183668;
--bs-pink: #d63384;
--bs-red: #dc3545;
--bs-orange: #fd7e14;
......@@ -430,7 +430,7 @@ progress {
--bs-gray-700: #495057;
--bs-gray-800: #343a40;
--bs-gray-900: #212529;
--bs-primary: #5533ff;
--bs-primary: #183668;
--bs-secondary: #6c757d;
--bs-success: #198754;
--bs-info: #0dcaf0;
......@@ -438,7 +438,7 @@ progress {
--bs-danger: #dc3545;
--bs-light: #f8f9fa;
--bs-dark: #212529;
--bs-primary-rgb: 85, 51, 255;
--bs-primary-rgb: 24, 54, 104;
--bs-secondary-rgb: 108, 117, 125;
--bs-success-rgb: 25, 135, 84;
--bs-info-rgb: 13, 202, 240;
......@@ -469,8 +469,8 @@ progress {
--bs-border-radius-xl: 1rem;
--bs-border-radius-2xl: 2rem;
--bs-border-radius-pill: 50rem;
--bs-link-color: #5533ff;
--bs-link-hover-color: #4429cc;
--bs-link-color: #183668;
--bs-link-hover-color: #132b53;
--bs-code-color: #d63384;
--bs-highlight-bg: #fff3cd;
}
......@@ -553,13 +553,13 @@ progress {
.table-primary {
--bs-table-color: #000;
--bs-table-bg: #ddd6ff;
--bs-table-border-color: #c7c1e6;
--bs-table-striped-bg: #d2cbf2;
--bs-table-bg: #d1d7e1;
--bs-table-border-color: #bcc2cb;
--bs-table-striped-bg: #c7ccd6;
--bs-table-striped-color: #000;
--bs-table-active-bg: #c7c1e6;
--bs-table-active-bg: #bcc2cb;
--bs-table-active-color: #000;
--bs-table-hover-bg: #ccc6ec;
--bs-table-hover-bg: #c1c7d0;
--bs-table-hover-color: #000;
color: var(--bs-table-color);
border-color: var(--bs-table-border-color);
......@@ -849,7 +849,7 @@ progress {
:root {
--bs-blue: #0d6efd;
--bs-indigo: #6610f2;
--bs-purple: #5533ff;
--bs-purple: #183668;
--bs-pink: #d63384;
--bs-red: #dc3545;
--bs-orange: #fd7e14;
......@@ -870,7 +870,7 @@ progress {
--bs-gray-700: #495057;
--bs-gray-800: #343a40;
--bs-gray-900: #212529;
--bs-primary: #5533ff;
--bs-primary: #183668;
--bs-secondary: #6c757d;
--bs-success: #198754;
--bs-info: #0dcaf0;
......@@ -878,7 +878,7 @@ progress {
--bs-danger: #dc3545;
--bs-light: #f8f9fa;
--bs-dark: #212529;
--bs-primary-rgb: 85, 51, 255;
--bs-primary-rgb: 24, 54, 104;
--bs-secondary-rgb: 108, 117, 125;
--bs-success-rgb: 25, 135, 84;
--bs-info-rgb: 13, 202, 240;
......@@ -909,8 +909,8 @@ progress {
--bs-border-radius-xl: 1rem;
--bs-border-radius-2xl: 2rem;
--bs-border-radius-pill: 50rem;
--bs-link-color: #5533ff;
--bs-link-hover-color: #4429cc;
--bs-link-color: #183668;
--bs-link-hover-color: #132b53;
--bs-code-color: #d63384;
--bs-highlight-bg: #fff3cd;
}
......@@ -923,7 +923,7 @@ progress {
.text-bg-primary {
color: #fff !important;
background-color: RGBA(85, 51, 255, var(--bs-bg-opacity, 1)) !important;
background-color: RGBA(24, 54, 104, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-secondary {
......@@ -962,10 +962,10 @@ progress {
}
.link-primary {
color: #5533ff !important;
color: #183668 !important;
}
.link-primary:hover, .link-primary:focus {
color: #4429cc !important;
color: #132b53 !important;
}
.link-secondary {
......@@ -5121,16 +5121,16 @@ progress {
.has-purple-color,
.has-purple-color:visited {
color: #5533ff;
color: #183668;
}
.has-purple-background-color {
background-color: #5533ff;
border-color: #5533ff;
background-color: #183668;
border-color: #183668;
}
.wp-block-button:hover .wp-block-button__link.has-white-background-color.has-purple-color {
color: #5533ff;
color: #183668;
}
.has-pink-color,
......@@ -5289,16 +5289,16 @@ progress {
.has-primary-color,
.has-primary-color:visited {
color: #5533ff;
color: #183668;
}
.has-primary-background-color {
background-color: #5533ff;
border-color: #5533ff;
background-color: #183668;
border-color: #183668;
}
.wp-block-button:hover .wp-block-button__link.has-white-background-color.has-primary-color {
color: #5533ff;
color: #183668;
}
.has-secondary-color,
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
......@@ -27,7 +27,7 @@ $container = get_theme_mod( 'understrap_container_type' );
<div class="site-info">
<?php understrap_site_info(); ?>
<?php //understrap_site_info(); ?>
</div><!-- .site-info -->
......
......@@ -17,7 +17,8 @@ $navbar_type = get_theme_mod( 'understrap_navbar_type', 'collapse' );
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
<link rel="profile" href="http://gmpg.org/xfn/11">
<?php wp_head(); ?>
</head>
......
{"--bs-blue":"#0d6efd","--bs-indigo":"#6610f2","--bs-purple":"#5533ff","--bs-pink":"#d63384","--bs-red":"#dc3545","--bs-orange":"#fd7e14","--bs-yellow":"#ffc107","--bs-green":"#198754","--bs-teal":"#20c997","--bs-cyan":"#0dcaf0","--bs-white":"#fff","--bs-gray":"#6c757d","--bs-gray-dark":"#343a40"}
\ No newline at end of file
{"--bs-blue":"#0d6efd","--bs-indigo":"#6610f2","--bs-purple":"#183668","--bs-pink":"#d63384","--bs-red":"#dc3545","--bs-orange":"#fd7e14","--bs-yellow":"#ffc107","--bs-green":"#198754","--bs-teal":"#20c997","--bs-cyan":"#0dcaf0","--bs-white":"#fff","--bs-gray":"#6c757d","--bs-gray-dark":"#343a40"}
\ No newline at end of file
......
......@@ -18,7 +18,7 @@ get_header();
$container = get_theme_mod( 'understrap_container_type' );
?>
<?php if (! is_page('account')) { ?>
<?php if (is_page('account') || is_page('user') || is_page('password-reset') || is_page('register')) { }else{ ?>
<div class="wrapper" id="page-wrapper">
<div class="hero-container header-section blur-image" data-src="<?php echo the_post_thumbnail_url(); ?>" style="--med-image: url(<?php echo the_post_thumbnail_url('medium'); ?>);">
<div class="full-image">
......
html, body {
overflow-x:hidden
}
body {
overflow-x: hidden;
overflow-y: scroll !important;
}
.home.page-template-default {
#main-nav {
background:none
......@@ -7,6 +15,10 @@
}
}
#page{
overflow-x: hidden;
}
#error-404-wrapper,
#content,
#full-width-page-wrapper,
#page-wrapper {
......@@ -17,6 +29,7 @@
padding-top: 0px;
@media only screen and (max-width: 1260px) {
width: 100%;
min-height: 90vh;
}
#content {
position: relative;
......@@ -31,6 +44,7 @@
@media only screen and (max-width: 1260px) {
margin:0px;
padding:0 15px;
max-width: 100%;
}
}
.um-um_account_id {
......@@ -79,7 +93,7 @@ h1 + p { font-size: 20px; }
color: #000;
}
@media only screen and (max-width: 1260px) {
padding: 40px 40px;
padding: 40px 20px;
}
.wp-block-column:nth-of-type(2) {
display: flex;
......@@ -139,10 +153,16 @@ background-color: #1A3668;
height: 423px;
align-items: center;
width: 100%;
@media only screen and (max-width: 756px) {
height: 200px;
}
p{
color:#fff;
font-size: 28px;
line-height: 36px;
@media only screen and (max-width: 756px) {
font-size: 20px;
}
strong{
font-weight: 400;
line-height: 46px;
......
......@@ -3,5 +3,5 @@
// Just copy a variable from src/sass/assets/bootstrap5/_variables.scss, paste it here and edit the value.
$purple: #5533ff; // Thats a sample how you could change a BootStrap variable.
$purple: #183668; // Thats a sample how you could change a BootStrap variable.
$primary: $purple; // Once we've changed the value, we'll also make it the primary brand color.
......
......@@ -19,6 +19,9 @@
background-size: cover;
width: 100%;
position: relative;
@media only screen and (max-width: 768px) {
height: 101vh;
}
}
.full-image::after {
content: "";
......@@ -31,6 +34,9 @@
width: 100%;
height: 120px;
background-image: url("../images/logo-border.png");
@media only screen and (max-width: 768px) {
bottom:-20px;
}
}
.full-image::before {
color: #3DB149;
......@@ -43,6 +49,9 @@
width: 50%;
height: 30px;
z-index: 99;
@media only screen and (max-width: 768px) {
width: 100%;
}
}
......@@ -102,6 +111,17 @@
}
}
.um-page-register,
.um-page-password-reset,
.um-own-profile{
#content{
padding-top: 100px;
min-height: 95vh;
}
}
.um-register{
max-width: 600px;
}
.um input[type=submit].um-button, .um input[type=submit].um-button:focus, .um a.um-button{
text-transform: uppercase !important;
......
......@@ -96,8 +96,13 @@
}
}
}
}
.um:not(.um-um_account_id){
.um-login:not(.um-logout){
display: none !important;
}
}
.um-logout,
.um:not(.um-um_account_id):not(.um-register):not(.um-login){
width: 275px !important;
display: flex!important;
flex-basis: auto;
......@@ -137,6 +142,7 @@
}
}
}
.current-menu-item {
a{text-decoration: underline !important; color: #183668 !important; font-weight: bold;}
ul{
......
......@@ -3,7 +3,7 @@ label[for="quicksearch"] {
line-height: 24px;
color: #1A3668;
text-transform: uppercase;
font-family: "Poppins", sans-serif;
font-weight: 800;
}
#quicksearch {
......@@ -34,7 +34,7 @@ label[for="quicksearch"] {
text-decoration: none;
padding: 10px 0px;
display: block;
font-family: "Poppins", sans-serif;
font-weight: 800;
}
.filter-group {
......@@ -214,13 +214,13 @@ td.hidden {
margin-bottom: 20px;
border-radius: 0px;
height: 69px;
@media only screen and (max-width: 768px) {
height: auto;
}
background: #ffffff 0% 0% no-repeat padding-box;
box-shadow: 0px 3px 6px #00000029;
padding: 15px 22px;
width: 100%;
@media only screen and (max-width: 768px) {
height: auto;
width: 110%;
}
.item {
width: 100%;
}
......@@ -232,7 +232,7 @@ td.hidden {
line-height: 24px;
a {
width: 100%;
font-family: "Poppins", sans-serif;
font-weight: 500;
text-decoration: none;
font-size: 16px;
......
......@@ -5,7 +5,7 @@
Author: the Understrap Contributors
Author URI: https://github.com/understrap/understrap-child/graphs/contributors
Template: understrap
Version: 1.2.0013
Version: 1.2.0014
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......