Skip to content

Commit

Permalink
Merge branch 'fix/zakra' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
paulschreiber committed Aug 4, 2023
2 parents b39df96 + 451f150 commit f74ac0e
Show file tree
Hide file tree
Showing 5 changed files with 122 additions and 73 deletions.
2 changes: 1 addition & 1 deletion assets/css/main.min.css

Large diffs are not rendered by default.

85 changes: 52 additions & 33 deletions assets/css/main.src.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.search-form label::before,
html body .tg-icon {
html body .zak-icon {
font-family: sans-serif !important;
}

Expand All @@ -14,7 +14,7 @@ html body .tg-icon {
.search .search-form label::before,
#mobile-navigation .search-form label::before,
#header-action .search-form label::before,
#header-action .tg-icon-search::after {
#header-action .zak-icon-search::after {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' d='M0 0h20v20H0z'/%3E%3Cpath fill='%23adb5bd' d='M12.14 4.18a5.504 5.504 0 01.72 6.89c.12.1.22.21.36.31.2.16.47.36.81.59.34.24.56.39.66.47.42.31.73.57.94.78.32.32.6.65.84 1 .25.35.44.69.59 1.04.14.35.21.68.18 1-.02.32-.14.59-.36.81s-.49.34-.81.36c-.31.02-.65-.04-.99-.19-.35-.14-.7-.34-1.04-.59-.35-.24-.68-.52-1-.84-.21-.21-.47-.52-.77-.93-.1-.13-.25-.35-.47-.66-.22-.32-.4-.57-.56-.78-.16-.2-.29-.35-.44-.5a5.503 5.503 0 01-6.44-.98c-2.14-2.15-2.14-5.64 0-7.78a5.498 5.498 0 017.78 0zm-1.41 6.36a3.513 3.513 0 000-4.95 3.495 3.495 0 00-4.95 0 3.495 3.495 0 000 4.95 3.495 3.495 0 004.95 0z'/%3E%3C/svg%3E");
content: " ";
height: 20px;
Expand All @@ -26,32 +26,32 @@ html body .tg-icon {
background-position: center 0;
}

#header-action .tg-icon-search::after {
#header-action .zak-icon-search::after {
background-position: center 3px;
}

#site-navigation .tg-icon-search::after {
#site-navigation .zak-icon-search::after {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' d='M0 0h20v20H0z'/%3E%3Cpath d='M12.14 4.18a5.504 5.504 0 01.72 6.89c.12.1.22.21.36.31.2.16.47.36.81.59.34.24.56.39.66.47.42.31.73.57.94.78.32.32.6.65.84 1 .25.35.44.69.59 1.04.14.35.21.68.18 1-.02.32-.14.59-.36.81s-.49.34-.81.36c-.31.02-.65-.04-.99-.19-.35-.14-.7-.34-1.04-.59-.35-.24-.68-.52-1-.84-.21-.21-.47-.52-.77-.93-.1-.13-.25-.35-.47-.66-.22-.32-.4-.57-.56-.78-.16-.2-.29-.35-.44-.5a5.503 5.503 0 01-6.44-.98c-2.14-2.15-2.14-5.64 0-7.78a5.498 5.498 0 017.78 0zm-1.41 6.36a3.513 3.513 0 000-4.95 3.495 3.495 0 00-4.95 0 3.495 3.495 0 000 4.95 3.495 3.495 0 004.95 0z'/%3E%3C/svg%3E");
background-position: center 7px;
}

#zak-masthead .tg-icon-bars::after {
#zak-masthead .zak-icon-bars::after {
background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Crect x='0' fill='none' width='20' height='20'/%3E%3Cg%3E%3Cpath d='M20 5V2H0v3h20zm0 6V8H0v3h20zm0 6v-3H0v3h20z'/%3E%3C/g%3E%3C/svg%3E");
background-position: 0 8px;
}

#mobile-primary-menu .tg-submenu-toggle::after {
#mobile-primary-menu .zak-submenu-toggle::after {
background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Crect x='0' fill='none' width='20' height='20'/%3E%3Cg%3E%3Cpath d='M17 7v3h-5v5H9v-5H4V7h5V2h3v5h5z'/%3E%3C/g%3E%3C/svg%3E");
background-position: 0 4px;
}

#mobile-navigation .tg-mobile-navigation-close::before {
#mobile-navigation .zak-mobile-navigation-close::before {
background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Crect x='0' fill='none' width='20' height='20'/%3E%3Cg%3E%3Cpath d='M12.12 10l3.53 3.53-2.12 2.12L10 12.12l-3.54 3.54-2.12-2.12L7.88 10 4.34 6.46l2.12-2.12L10 7.88l3.54-3.53 2.12 2.12z'/%3E%3C/g%3E%3C/svg%3E");
background-position: 0 10px;
}

.tg-primary-menu > div ul#primary-menu li.menu-item-has-children > a::after,
.tg-primary-menu > div ul#primary-menu li.page_item_has_children > a::after {
.zak-primary-menu > div ul#primary-menu li.menu-item-has-children > a::after,
.zak-primary-menu > div ul#primary-menu li.page_item_has_children > a::after {
vertical-align: middle;
content: "";
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Crect x='0' fill='none' width='20' height='20'/%3E%3Cg%3E%3Cpath d='M5 6l5 5 5-5 2 1-7 7-7-7z'/%3E%3C/g%3E%3C/svg%3E");
Expand All @@ -60,18 +60,12 @@ html body .tg-icon {
background-position: center;
}

#tg-scroll-to-top .tg-icon-arrow-up::after {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' d='M0 0h20v20H0z'/%3E%3Cpath fill='%23ffffff' d='M11 18H9V6l-4 4-2-1 7-7 7 7-2 1-4-4v12z'/%3E%3C/svg%3E");
background-position: 0 6px;
}

#tg-scroll-to-top .tg-icon-arrow-up::after,
#mobile-navigation .tg-mobile-navigation-close::before,
#site-navigation .tg-icon-search::after,
#mobile-primary-menu .tg-submenu-toggle::after,
#mobile-navigation .zak-mobile-navigation-close::before,
#site-navigation .zak-icon-search::after,
#mobile-primary-menu .zak-submenu-toggle::after,
#mobile-primary-menu .search-form label::before,
#primary-menu .search-form label::before,
#zak-masthead .tg-icon-bars::after {
#zak-masthead .zak-icon-bars::after {
width: 18px;
height: 24px;
display: inline-block;
Expand All @@ -84,14 +78,20 @@ html body .tg-icon {
*/ /****************************************************************
* Buttons
*/
.wp-block-buttons .wp-block-button .wp-block-button__link {
.wp-block-buttons.wp-block-buttons .wp-block-button__link {
border-color: transparent;
}
.wp-block-buttons.wp-block-buttons .wp-block-button__link:hover {
border-color: transparent;
}
.wp-block-buttons.wp-block-buttons .wp-block-button .wp-block-button__link {
background-color: #028843;
padding: 12px 25px;
color: white;
text-decoration: none;
font-size: 1.2em;
}
.wp-block-buttons .wp-block-button .wp-block-button__link:hover {
.wp-block-buttons.wp-block-buttons .wp-block-button .wp-block-button__link:hover {
background-color: #006130;
text-decoration: none;
color: white;
Expand All @@ -114,8 +114,7 @@ html body .tg-icon {

/* remove whitespace below main content area */
#zak-primary {
padding-right: 0;
padding-bottom: 0;
padding: 0;
}

.zak-content .zak-row {
Expand Down Expand Up @@ -160,16 +159,25 @@ html body .tg-icon {
/****************************************************************
* Header
*/
#primary-menu .menu-item a {
#zak-primary-menu .menu-item a {
font-size: 1.6rem;
text-decoration: none;
}
#primary-menu .menu-item.current_page_item > a {
#zak-primary-menu .menu-item.current_page_item > a {
color: #028843;
border-bottom: 4px solid #028843;
}
#primary-menu .menu-item.zak-header-button-one a:hover {

#zak-masthead .zak-header-button a {
border-color: #00344d;
}
#zak-masthead .zak-header-button a:hover {
background: #00344d;
color: white;
border-color: #00344d;
}
#zak-masthead .zak-main-header {
background: white;
}

.zak-header {
Expand Down Expand Up @@ -231,8 +239,15 @@ header .uag-toc__heading-anchor + .zak-page-header__title {
.zak-footer p {
margin-bottom: 0.5em;
}
.zak-footer .zak-site-footer-bar {
font-size: 0.8rem;
.zak-footer .zak-footer-bar {
border-top: none;
font-size: 1.2rem;
}
.zak-footer .zak-footer-bar.zak-style-2 .zak-row {
display: block;
}
.zak-footer .zak-footer-bar.zak-style-2 .zak-footer-bar__1 {
text-align: left;
}
.zak-footer .zak-footer-col {
gap: 0;
Expand Down Expand Up @@ -271,10 +286,10 @@ header .uag-toc__heading-anchor + .zak-page-header__title {
}
}

.zak-scroll-to-top {
body .zak-scroll-to-top {
background-color: #076b8e;
}
.zak-scroll-to-top:hover {
body .zak-scroll-to-top:hover {
background-color: #358EAE;
}

Expand Down Expand Up @@ -311,6 +326,10 @@ main {
.site-main .zak-page-header h1,
.wp-block-columns h1 {
font-weight: bold;
font-size: 3.2rem;
}
.site-main .zak-page-header h3,
.wp-block-columns h3 {
font-size: 2.2rem;
}

Expand Down Expand Up @@ -388,7 +407,7 @@ main {
.slug-kit-de-herramientas .entry-content .simpletoc-title,
.slug-kit-de-ferramentas .entry-content .simpletoc-title {
text-transform: uppercase;
font-size: 1rem;
font-size: 1.4rem;
margin-top: 1rem;
}
.slug-faq .entry-content .simpletoc-list,
Expand All @@ -399,7 +418,7 @@ main {
.slug-kit-de-ferramentas .entry-content .simpletoc-list {
list-style: none;
margin-left: 0;
font-size: 1.4rem;
font-size: 2rem;
}
.slug-faq .entry-content .simpletoc-list li,
.slug-preguntas-frecuentes .entry-content .simpletoc-list li,
Expand Down Expand Up @@ -447,7 +466,7 @@ main {
.slug-faq .entry-content h3,
.slug-preguntas-frecuentes .entry-content h3,
.slug-perguntas-frequentes .entry-content h3 {
font-size: 1.5rem;
font-size: 2.2rem;
}
.slug-help .entry-content h3 + p,
.slug-ayuda .entry-content h3 + p,
Expand Down
2 changes: 1 addition & 1 deletion assets/css/main.src.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f74ac0e

Please sign in to comment.