Varia: add tertiary styles and update SASS variables to CSS variables (#5666)
* Varia: add tertiary styles conditionally Varia is a parent theme and the tertiary styles are not defined. It effects all of its child themes such as stow. * create styles for tertiary blocks * add the styles conditionally so that child themes that has tertiary will get the classes * add tertiary color and background styling * Stow * Hever * Rockfield * Stratford * rebuild child themes with Varia changes
This commit is contained in:
parent
5f9457f166
commit
7506e55075
87 changed files with 1494 additions and 3600 deletions
2
alves/package-lock.json
generated
2
alves/package-lock.json
generated
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "alves",
|
||||
"version": "1.5.15",
|
||||
"version": "1.5.16",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -647,7 +647,7 @@ object {
|
|||
|
||||
.wp-block-cover h2,
|
||||
.wp-block-cover-image h2 {
|
||||
font-size: 2.592em;
|
||||
font-size: 2.592;
|
||||
letter-spacing: normal;
|
||||
line-height: 1.125;
|
||||
padding: 0;
|
||||
|
@ -1079,7 +1079,7 @@ pre.wp-block-verse {
|
|||
font-family: "Lora", Georgia, sans-serif;
|
||||
font-family: var(--font-headings, "Lora", Georgia, sans-serif);
|
||||
font-weight: normal;
|
||||
font-size: 2.592em;
|
||||
font-size: 2.592;
|
||||
letter-spacing: normal;
|
||||
line-height: 1.125;
|
||||
}
|
||||
|
@ -1220,26 +1220,26 @@ pre.wp-block-verse {
|
|||
|
||||
.is-small-text,
|
||||
.has-small-font-size {
|
||||
font-size: 1.04167em;
|
||||
font-size: 1.04167;
|
||||
}
|
||||
|
||||
.is-regular-text,
|
||||
.has-regular-font-size,
|
||||
.has-normal-font-size,
|
||||
.has-medium-font-size {
|
||||
font-size: 1.5em;
|
||||
font-size: 1.5;
|
||||
}
|
||||
|
||||
.is-large-text,
|
||||
.has-large-font-size {
|
||||
font-size: 1.8em;
|
||||
font-size: 1.8;
|
||||
line-height: 1.125;
|
||||
}
|
||||
|
||||
.is-larger-text,
|
||||
.has-larger-font-size,
|
||||
.has-huge-font-size {
|
||||
font-size: 2.16em;
|
||||
font-size: 2.16;
|
||||
line-height: 1.125;
|
||||
}
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ Author: Automattic
|
|||
Author URI: https://automattic.com/
|
||||
Description: Convincing design for your charity or organization’s online presence. Highlight your actions, causes and projects, Alves is versatile enough to be your personal site too.
|
||||
Requires at least: WordPress 4.9.6
|
||||
Version: 1.5.15
|
||||
Version: 1.5.16
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: LICENSE
|
||||
Template: varia
|
||||
|
@ -195,7 +195,8 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
|
|||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button, button,
|
||||
button[data-load-more-btn],
|
||||
.button, button,
|
||||
input[type="submit"],
|
||||
.wp-block-button__link,
|
||||
.wp-block-file__button, .a8c-posts-list__view-all, .wp-block-search .wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
||||
|
@ -213,10 +214,12 @@ input[type="submit"],
|
|||
padding: 16px 48px;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
button[data-load-more-btn]:before,
|
||||
.button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, .button:after, button:after,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after,
|
||||
.button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
|
@ -226,27 +229,32 @@ input[type="submit"]:after,
|
|||
width: 0;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
button[data-load-more-btn]:before,
|
||||
.button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
|
||||
margin-bottom: -0.12em;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:after, .button:after, button:after,
|
||||
button[data-load-more-btn]:after,
|
||||
.button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
margin-top: -0.11em;
|
||||
}
|
||||
|
||||
|
||||
.button:not(.has-background):hover, button:not(.has-background):hover,
|
||||
input:not(.has-background):hover[type="submit"],
|
||||
.wp-block-button__link:not(.has-background):hover,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover, .button:focus, button:focus,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover,
|
||||
.button:focus, button:focus,
|
||||
input:focus[type="submit"],
|
||||
.wp-block-button__link:focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, .has-focus.button, button.has-focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus,
|
||||
.has-focus.button, button.has-focus,
|
||||
input.has-focus[type="submit"],
|
||||
.has-focus.wp-block-button__link,
|
||||
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
||||
|
@ -1333,86 +1341,19 @@ object {
|
|||
color: currentColor;
|
||||
}
|
||||
|
||||
/**
|
||||
* Button Placeholder style
|
||||
* - Since buttons appear in various blocks,
|
||||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button, button,
|
||||
input[type="submit"],
|
||||
.wp-block-button__link,
|
||||
.wp-block-file__button, .a8c-posts-list__view-all, .wp-block-search .wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
||||
line-height: 1;
|
||||
color: #ffffff;
|
||||
cursor: pointer;
|
||||
font-weight: bold;
|
||||
font-family: "Karla", Arial, sans-serif;
|
||||
font-family: var(--font-base, "Karla", Arial, sans-serif);
|
||||
font-size: 1.04167rem;
|
||||
background-color: #3E7D98;
|
||||
border-radius: 160px;
|
||||
border-width: 0;
|
||||
text-decoration: none;
|
||||
padding: 16px 48px;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, .button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
content: '';
|
||||
display: block;
|
||||
height: 0;
|
||||
width: 0;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
|
||||
margin-bottom: -0.12em;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:after, .button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
margin-top: -0.11em;
|
||||
}
|
||||
|
||||
.button:not(.has-background):hover, button:not(.has-background):hover,
|
||||
input:not(.has-background):hover[type="submit"],
|
||||
.wp-block-button__link:not(.has-background):hover,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover, .button:focus, button:focus,
|
||||
input:focus[type="submit"],
|
||||
.wp-block-button__link:focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, .has-focus.button, button.has-focus,
|
||||
input.has-focus[type="submit"],
|
||||
.has-focus.wp-block-button__link,
|
||||
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
||||
color: #ffffff;
|
||||
background-color: #2f5f74;
|
||||
}
|
||||
|
||||
/**
|
||||
* Onsale Placeholder style
|
||||
* - Since buttons appear in various blocks,
|
||||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button {
|
||||
button[data-load-more-btn],
|
||||
.button {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.has-background:not(.has-background-background-color) button[data-load-more-btn],
|
||||
[class*="background-color"]:not(.has-background-background-color) button[data-load-more-btn],
|
||||
[style*="background-color"] button[data-load-more-btn], .has-background:not(.has-background-background-color) .button,
|
||||
[class*="background-color"]:not(.has-background-background-color) .button,
|
||||
[style*="background-color"] .button {
|
||||
[style*="background-color"] button[data-load-more-btn], .has-background:not(.has-background-background-color)
|
||||
.button,
|
||||
[class*="background-color"]:not(.has-background-background-color)
|
||||
.button,
|
||||
[style*="background-color"]
|
||||
.button {
|
||||
background-color: transparent;
|
||||
border: 2px solid currentColor;
|
||||
color: currentColor;
|
||||
|
|
105
alves/style.css
105
alves/style.css
|
@ -195,7 +195,8 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
|
|||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button, button,
|
||||
button[data-load-more-btn],
|
||||
.button, button,
|
||||
input[type="submit"],
|
||||
.wp-block-button__link,
|
||||
.wp-block-file__button, .a8c-posts-list__view-all, .wp-block-search .wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
||||
|
@ -213,10 +214,12 @@ input[type="submit"],
|
|||
padding: 16px 48px;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
button[data-load-more-btn]:before,
|
||||
.button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, .button:after, button:after,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after,
|
||||
.button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
|
@ -226,27 +229,32 @@ input[type="submit"]:after,
|
|||
width: 0;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
button[data-load-more-btn]:before,
|
||||
.button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
|
||||
margin-bottom: -0.12em;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:after, .button:after, button:after,
|
||||
button[data-load-more-btn]:after,
|
||||
.button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
margin-top: -0.11em;
|
||||
}
|
||||
|
||||
|
||||
.button:not(.has-background):hover, button:not(.has-background):hover,
|
||||
input:not(.has-background):hover[type="submit"],
|
||||
.wp-block-button__link:not(.has-background):hover,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover, .button:focus, button:focus,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover,
|
||||
.button:focus, button:focus,
|
||||
input:focus[type="submit"],
|
||||
.wp-block-button__link:focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, .has-focus.button, button.has-focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus,
|
||||
.has-focus.button, button.has-focus,
|
||||
input.has-focus[type="submit"],
|
||||
.has-focus.wp-block-button__link,
|
||||
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
||||
|
@ -1333,86 +1341,19 @@ object {
|
|||
color: currentColor;
|
||||
}
|
||||
|
||||
/**
|
||||
* Button Placeholder style
|
||||
* - Since buttons appear in various blocks,
|
||||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button, button,
|
||||
input[type="submit"],
|
||||
.wp-block-button__link,
|
||||
.wp-block-file__button, .a8c-posts-list__view-all, .wp-block-search .wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
||||
line-height: 1;
|
||||
color: #ffffff;
|
||||
cursor: pointer;
|
||||
font-weight: bold;
|
||||
font-family: "Karla", Arial, sans-serif;
|
||||
font-family: var(--font-base, "Karla", Arial, sans-serif);
|
||||
font-size: 1.04167rem;
|
||||
background-color: #3E7D98;
|
||||
border-radius: 160px;
|
||||
border-width: 0;
|
||||
text-decoration: none;
|
||||
padding: 16px 48px;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, .button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
content: '';
|
||||
display: block;
|
||||
height: 0;
|
||||
width: 0;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
|
||||
margin-bottom: -0.12em;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:after, .button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
margin-top: -0.11em;
|
||||
}
|
||||
|
||||
.button:not(.has-background):hover, button:not(.has-background):hover,
|
||||
input:not(.has-background):hover[type="submit"],
|
||||
.wp-block-button__link:not(.has-background):hover,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover, .button:focus, button:focus,
|
||||
input:focus[type="submit"],
|
||||
.wp-block-button__link:focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, .has-focus.button, button.has-focus,
|
||||
input.has-focus[type="submit"],
|
||||
.has-focus.wp-block-button__link,
|
||||
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
||||
color: #ffffff;
|
||||
background-color: #2f5f74;
|
||||
}
|
||||
|
||||
/**
|
||||
* Onsale Placeholder style
|
||||
* - Since buttons appear in various blocks,
|
||||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button {
|
||||
button[data-load-more-btn],
|
||||
.button {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.has-background:not(.has-background-background-color) button[data-load-more-btn],
|
||||
[class*="background-color"]:not(.has-background-background-color) button[data-load-more-btn],
|
||||
[style*="background-color"] button[data-load-more-btn], .has-background:not(.has-background-background-color) .button,
|
||||
[class*="background-color"]:not(.has-background-background-color) .button,
|
||||
[style*="background-color"] .button {
|
||||
[style*="background-color"] button[data-load-more-btn], .has-background:not(.has-background-background-color)
|
||||
.button,
|
||||
[class*="background-color"]:not(.has-background-background-color)
|
||||
.button,
|
||||
[style*="background-color"]
|
||||
.button {
|
||||
background-color: transparent;
|
||||
border: 2px solid currentColor;
|
||||
color: currentColor;
|
||||
|
|
2
balasana/package-lock.json
generated
2
balasana/package-lock.json
generated
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "balasana",
|
||||
"version": "1.3.14",
|
||||
"version": "1.3.15",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -647,7 +647,7 @@ object {
|
|||
|
||||
.wp-block-cover h2,
|
||||
.wp-block-cover-image h2 {
|
||||
font-size: 2.48832em;
|
||||
font-size: 2.48832;
|
||||
letter-spacing: normal;
|
||||
line-height: 1.125;
|
||||
padding: 0;
|
||||
|
@ -1079,7 +1079,7 @@ pre.wp-block-verse {
|
|||
font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-headings, "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
font-weight: 700;
|
||||
font-size: 2.48832em;
|
||||
font-size: 2.48832;
|
||||
letter-spacing: normal;
|
||||
line-height: 1.125;
|
||||
}
|
||||
|
@ -1220,26 +1220,26 @@ pre.wp-block-verse {
|
|||
|
||||
.is-small-text,
|
||||
.has-small-font-size {
|
||||
font-size: 0.83333em;
|
||||
font-size: 0.83333;
|
||||
}
|
||||
|
||||
.is-regular-text,
|
||||
.has-regular-font-size,
|
||||
.has-normal-font-size,
|
||||
.has-medium-font-size {
|
||||
font-size: 1.2em;
|
||||
font-size: 1.2;
|
||||
}
|
||||
|
||||
.is-large-text,
|
||||
.has-large-font-size {
|
||||
font-size: 1.44em;
|
||||
font-size: 1.44;
|
||||
line-height: 1.125;
|
||||
}
|
||||
|
||||
.is-larger-text,
|
||||
.has-larger-font-size,
|
||||
.has-huge-font-size {
|
||||
font-size: 1.728em;
|
||||
font-size: 1.728;
|
||||
line-height: 1.125;
|
||||
}
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ Author: Automattic
|
|||
Author URI: https://automattic.com/
|
||||
Description: Balasana is a clean and minimalist business theme designed with health and wellness-focused sites in mind.
|
||||
Requires at least: WordPress 4.9.6
|
||||
Version: 1.3.14
|
||||
Version: 1.3.15
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: LICENSE
|
||||
Template: varia
|
||||
|
@ -195,7 +195,8 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
|
|||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button, button,
|
||||
button[data-load-more-btn],
|
||||
.button, button,
|
||||
input[type="submit"],
|
||||
.wp-block-button__link,
|
||||
.wp-block-file__button, .a8c-posts-list__view-all, .wp-block-search .wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
||||
|
@ -213,10 +214,12 @@ input[type="submit"],
|
|||
padding: 16px 16px;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
button[data-load-more-btn]:before,
|
||||
.button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, .button:after, button:after,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after,
|
||||
.button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
|
@ -226,27 +229,32 @@ input[type="submit"]:after,
|
|||
width: 0;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
button[data-load-more-btn]:before,
|
||||
.button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
|
||||
margin-bottom: -0.12em;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:after, .button:after, button:after,
|
||||
button[data-load-more-btn]:after,
|
||||
.button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
margin-top: -0.11em;
|
||||
}
|
||||
|
||||
|
||||
.button:not(.has-background):hover, button:not(.has-background):hover,
|
||||
input:not(.has-background):hover[type="submit"],
|
||||
.wp-block-button__link:not(.has-background):hover,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover, .button:focus, button:focus,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover,
|
||||
.button:focus, button:focus,
|
||||
input:focus[type="submit"],
|
||||
.wp-block-button__link:focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, .has-focus.button, button.has-focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus,
|
||||
.has-focus.button, button.has-focus,
|
||||
input.has-focus[type="submit"],
|
||||
.has-focus.wp-block-button__link,
|
||||
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
||||
|
@ -1333,86 +1341,19 @@ object {
|
|||
color: currentColor;
|
||||
}
|
||||
|
||||
/**
|
||||
* Button Placeholder style
|
||||
* - Since buttons appear in various blocks,
|
||||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button, button,
|
||||
input[type="submit"],
|
||||
.wp-block-button__link,
|
||||
.wp-block-file__button, .a8c-posts-list__view-all, .wp-block-search .wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
||||
line-height: 1;
|
||||
color: #FFFFFF;
|
||||
cursor: pointer;
|
||||
font-weight: 700;
|
||||
font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-base, Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
font-size: 0.83333rem;
|
||||
background-color: #19744C;
|
||||
border-radius: 4px;
|
||||
border-width: 0;
|
||||
text-decoration: none;
|
||||
padding: 16px 16px;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, .button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
content: '';
|
||||
display: block;
|
||||
height: 0;
|
||||
width: 0;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
|
||||
margin-bottom: -0.12em;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:after, .button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
margin-top: -0.11em;
|
||||
}
|
||||
|
||||
.button:not(.has-background):hover, button:not(.has-background):hover,
|
||||
input:not(.has-background):hover[type="submit"],
|
||||
.wp-block-button__link:not(.has-background):hover,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover, .button:focus, button:focus,
|
||||
input:focus[type="submit"],
|
||||
.wp-block-button__link:focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, .has-focus.button, button.has-focus,
|
||||
input.has-focus[type="submit"],
|
||||
.has-focus.wp-block-button__link,
|
||||
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
||||
color: #FFFFFF;
|
||||
background-color: #145f3e;
|
||||
}
|
||||
|
||||
/**
|
||||
* Onsale Placeholder style
|
||||
* - Since buttons appear in various blocks,
|
||||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button {
|
||||
button[data-load-more-btn],
|
||||
.button {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.has-background:not(.has-background-background-color) button[data-load-more-btn],
|
||||
[class*="background-color"]:not(.has-background-background-color) button[data-load-more-btn],
|
||||
[style*="background-color"] button[data-load-more-btn], .has-background:not(.has-background-background-color) .button,
|
||||
[class*="background-color"]:not(.has-background-background-color) .button,
|
||||
[style*="background-color"] .button {
|
||||
[style*="background-color"] button[data-load-more-btn], .has-background:not(.has-background-background-color)
|
||||
.button,
|
||||
[class*="background-color"]:not(.has-background-background-color)
|
||||
.button,
|
||||
[style*="background-color"]
|
||||
.button {
|
||||
background-color: transparent;
|
||||
border: 2px solid currentColor;
|
||||
color: currentColor;
|
||||
|
|
|
@ -195,7 +195,8 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
|
|||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button, button,
|
||||
button[data-load-more-btn],
|
||||
.button, button,
|
||||
input[type="submit"],
|
||||
.wp-block-button__link,
|
||||
.wp-block-file__button, .a8c-posts-list__view-all, .wp-block-search .wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
||||
|
@ -213,10 +214,12 @@ input[type="submit"],
|
|||
padding: 16px 16px;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
button[data-load-more-btn]:before,
|
||||
.button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, .button:after, button:after,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after,
|
||||
.button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
|
@ -226,27 +229,32 @@ input[type="submit"]:after,
|
|||
width: 0;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
button[data-load-more-btn]:before,
|
||||
.button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
|
||||
margin-bottom: -0.12em;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:after, .button:after, button:after,
|
||||
button[data-load-more-btn]:after,
|
||||
.button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
margin-top: -0.11em;
|
||||
}
|
||||
|
||||
|
||||
.button:not(.has-background):hover, button:not(.has-background):hover,
|
||||
input:not(.has-background):hover[type="submit"],
|
||||
.wp-block-button__link:not(.has-background):hover,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover, .button:focus, button:focus,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover,
|
||||
.button:focus, button:focus,
|
||||
input:focus[type="submit"],
|
||||
.wp-block-button__link:focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, .has-focus.button, button.has-focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus,
|
||||
.has-focus.button, button.has-focus,
|
||||
input.has-focus[type="submit"],
|
||||
.has-focus.wp-block-button__link,
|
||||
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
||||
|
@ -1333,86 +1341,19 @@ object {
|
|||
color: currentColor;
|
||||
}
|
||||
|
||||
/**
|
||||
* Button Placeholder style
|
||||
* - Since buttons appear in various blocks,
|
||||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button, button,
|
||||
input[type="submit"],
|
||||
.wp-block-button__link,
|
||||
.wp-block-file__button, .a8c-posts-list__view-all, .wp-block-search .wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
||||
line-height: 1;
|
||||
color: #FFFFFF;
|
||||
cursor: pointer;
|
||||
font-weight: 700;
|
||||
font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-base, Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
font-size: 0.83333rem;
|
||||
background-color: #19744C;
|
||||
border-radius: 4px;
|
||||
border-width: 0;
|
||||
text-decoration: none;
|
||||
padding: 16px 16px;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, .button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
content: '';
|
||||
display: block;
|
||||
height: 0;
|
||||
width: 0;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
|
||||
margin-bottom: -0.12em;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:after, .button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
margin-top: -0.11em;
|
||||
}
|
||||
|
||||
.button:not(.has-background):hover, button:not(.has-background):hover,
|
||||
input:not(.has-background):hover[type="submit"],
|
||||
.wp-block-button__link:not(.has-background):hover,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover, .button:focus, button:focus,
|
||||
input:focus[type="submit"],
|
||||
.wp-block-button__link:focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, .has-focus.button, button.has-focus,
|
||||
input.has-focus[type="submit"],
|
||||
.has-focus.wp-block-button__link,
|
||||
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
||||
color: #FFFFFF;
|
||||
background-color: #145f3e;
|
||||
}
|
||||
|
||||
/**
|
||||
* Onsale Placeholder style
|
||||
* - Since buttons appear in various blocks,
|
||||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button {
|
||||
button[data-load-more-btn],
|
||||
.button {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.has-background:not(.has-background-background-color) button[data-load-more-btn],
|
||||
[class*="background-color"]:not(.has-background-background-color) button[data-load-more-btn],
|
||||
[style*="background-color"] button[data-load-more-btn], .has-background:not(.has-background-background-color) .button,
|
||||
[class*="background-color"]:not(.has-background-background-color) .button,
|
||||
[style*="background-color"] .button {
|
||||
[style*="background-color"] button[data-load-more-btn], .has-background:not(.has-background-background-color)
|
||||
.button,
|
||||
[class*="background-color"]:not(.has-background-background-color)
|
||||
.button,
|
||||
[style*="background-color"]
|
||||
.button {
|
||||
background-color: transparent;
|
||||
border: 2px solid currentColor;
|
||||
color: currentColor;
|
||||
|
|
2
barnsbury/package-lock.json
generated
2
barnsbury/package-lock.json
generated
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "barnsbury",
|
||||
"version": "1.3.14",
|
||||
"version": "1.3.15",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -647,7 +647,7 @@ object {
|
|||
|
||||
.wp-block-cover h2,
|
||||
.wp-block-cover-image h2 {
|
||||
font-size: 2.28776em;
|
||||
font-size: 2.28776;
|
||||
letter-spacing: normal;
|
||||
line-height: 1.15;
|
||||
padding: 0;
|
||||
|
@ -1079,7 +1079,7 @@ pre.wp-block-verse {
|
|||
font-family: "Rubik", Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
|
||||
font-family: var(--font-headings, "Rubik", Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif);
|
||||
font-weight: bold;
|
||||
font-size: 2.28776em;
|
||||
font-size: 2.28776;
|
||||
letter-spacing: normal;
|
||||
line-height: 1.15;
|
||||
}
|
||||
|
@ -1220,26 +1220,26 @@ pre.wp-block-verse {
|
|||
|
||||
.is-small-text,
|
||||
.has-small-font-size {
|
||||
font-size: 0.84746em;
|
||||
font-size: 0.84746;
|
||||
}
|
||||
|
||||
.is-regular-text,
|
||||
.has-regular-font-size,
|
||||
.has-normal-font-size,
|
||||
.has-medium-font-size {
|
||||
font-size: 1.18em;
|
||||
font-size: 1.18;
|
||||
}
|
||||
|
||||
.is-large-text,
|
||||
.has-large-font-size {
|
||||
font-size: 1.3924em;
|
||||
font-size: 1.3924;
|
||||
line-height: 1.15;
|
||||
}
|
||||
|
||||
.is-larger-text,
|
||||
.has-larger-font-size,
|
||||
.has-huge-font-size {
|
||||
font-size: 1.64303em;
|
||||
font-size: 1.64303;
|
||||
line-height: 1.15;
|
||||
}
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ Author: Automattic
|
|||
Author URI: https://automattic.com/
|
||||
Description: Barnsbury is an earthy and friendly theme design with farming and agriculture businesses in mind.
|
||||
Requires at least: WordPress 4.9.6
|
||||
Version: 1.3.14
|
||||
Version: 1.3.15
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: LICENSE
|
||||
Template: varia
|
||||
|
@ -195,7 +195,8 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
|
|||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button, button,
|
||||
button[data-load-more-btn],
|
||||
.button, button,
|
||||
input[type="submit"],
|
||||
.wp-block-button__link,
|
||||
.wp-block-file__button, .a8c-posts-list__view-all, .wp-block-search .wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
||||
|
@ -213,10 +214,12 @@ input[type="submit"],
|
|||
padding: 18px 18px;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
button[data-load-more-btn]:before,
|
||||
.button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, .button:after, button:after,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after,
|
||||
.button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
|
@ -226,27 +229,32 @@ input[type="submit"]:after,
|
|||
width: 0;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
button[data-load-more-btn]:before,
|
||||
.button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
|
||||
margin-bottom: -0.12em;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:after, .button:after, button:after,
|
||||
button[data-load-more-btn]:after,
|
||||
.button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
margin-top: -0.11em;
|
||||
}
|
||||
|
||||
|
||||
.button:not(.has-background):hover, button:not(.has-background):hover,
|
||||
input:not(.has-background):hover[type="submit"],
|
||||
.wp-block-button__link:not(.has-background):hover,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover, .button:focus, button:focus,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover,
|
||||
.button:focus, button:focus,
|
||||
input:focus[type="submit"],
|
||||
.wp-block-button__link:focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, .has-focus.button, button.has-focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus,
|
||||
.has-focus.button, button.has-focus,
|
||||
input.has-focus[type="submit"],
|
||||
.has-focus.wp-block-button__link,
|
||||
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
||||
|
@ -1333,86 +1341,19 @@ object {
|
|||
color: currentColor;
|
||||
}
|
||||
|
||||
/**
|
||||
* Button Placeholder style
|
||||
* - Since buttons appear in various blocks,
|
||||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button, button,
|
||||
input[type="submit"],
|
||||
.wp-block-button__link,
|
||||
.wp-block-file__button, .a8c-posts-list__view-all, .wp-block-search .wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
||||
line-height: 1;
|
||||
color: #FFFDF6;
|
||||
cursor: pointer;
|
||||
font-weight: bold;
|
||||
font-family: "Rubik", Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
|
||||
font-family: var(--font-headings, "Rubik", Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif);
|
||||
font-size: 1rem;
|
||||
background-color: #20603C;
|
||||
border-radius: 5px;
|
||||
border-width: 0;
|
||||
text-decoration: none;
|
||||
padding: 18px 18px;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, .button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
content: '';
|
||||
display: block;
|
||||
height: 0;
|
||||
width: 0;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
|
||||
margin-bottom: -0.12em;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:after, .button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
margin-top: -0.11em;
|
||||
}
|
||||
|
||||
.button:not(.has-background):hover, button:not(.has-background):hover,
|
||||
input:not(.has-background):hover[type="submit"],
|
||||
.wp-block-button__link:not(.has-background):hover,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover, .button:focus, button:focus,
|
||||
input:focus[type="submit"],
|
||||
.wp-block-button__link:focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, .has-focus.button, button.has-focus,
|
||||
input.has-focus[type="submit"],
|
||||
.has-focus.wp-block-button__link,
|
||||
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
||||
color: ("default": #FFFDF6, "light": #FDF9EC, "dark": #DDDDDD);
|
||||
background-color: #133a24;
|
||||
}
|
||||
|
||||
/**
|
||||
* Onsale Placeholder style
|
||||
* - Since buttons appear in various blocks,
|
||||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button {
|
||||
button[data-load-more-btn],
|
||||
.button {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.has-background:not(.has-background-background-color) button[data-load-more-btn],
|
||||
[class*="background-color"]:not(.has-background-background-color) button[data-load-more-btn],
|
||||
[style*="background-color"] button[data-load-more-btn], .has-background:not(.has-background-background-color) .button,
|
||||
[class*="background-color"]:not(.has-background-background-color) .button,
|
||||
[style*="background-color"] .button {
|
||||
[style*="background-color"] button[data-load-more-btn], .has-background:not(.has-background-background-color)
|
||||
.button,
|
||||
[class*="background-color"]:not(.has-background-background-color)
|
||||
.button,
|
||||
[style*="background-color"]
|
||||
.button {
|
||||
background-color: transparent;
|
||||
border: 2px solid currentColor;
|
||||
color: currentColor;
|
||||
|
|
|
@ -195,7 +195,8 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
|
|||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button, button,
|
||||
button[data-load-more-btn],
|
||||
.button, button,
|
||||
input[type="submit"],
|
||||
.wp-block-button__link,
|
||||
.wp-block-file__button, .a8c-posts-list__view-all, .wp-block-search .wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
||||
|
@ -213,10 +214,12 @@ input[type="submit"],
|
|||
padding: 18px 18px;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
button[data-load-more-btn]:before,
|
||||
.button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, .button:after, button:after,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after,
|
||||
.button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
|
@ -226,27 +229,32 @@ input[type="submit"]:after,
|
|||
width: 0;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
button[data-load-more-btn]:before,
|
||||
.button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
|
||||
margin-bottom: -0.12em;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:after, .button:after, button:after,
|
||||
button[data-load-more-btn]:after,
|
||||
.button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
margin-top: -0.11em;
|
||||
}
|
||||
|
||||
|
||||
.button:not(.has-background):hover, button:not(.has-background):hover,
|
||||
input:not(.has-background):hover[type="submit"],
|
||||
.wp-block-button__link:not(.has-background):hover,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover, .button:focus, button:focus,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover,
|
||||
.button:focus, button:focus,
|
||||
input:focus[type="submit"],
|
||||
.wp-block-button__link:focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, .has-focus.button, button.has-focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus,
|
||||
.has-focus.button, button.has-focus,
|
||||
input.has-focus[type="submit"],
|
||||
.has-focus.wp-block-button__link,
|
||||
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
||||
|
@ -1333,86 +1341,19 @@ object {
|
|||
color: currentColor;
|
||||
}
|
||||
|
||||
/**
|
||||
* Button Placeholder style
|
||||
* - Since buttons appear in various blocks,
|
||||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button, button,
|
||||
input[type="submit"],
|
||||
.wp-block-button__link,
|
||||
.wp-block-file__button, .a8c-posts-list__view-all, .wp-block-search .wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
||||
line-height: 1;
|
||||
color: #FFFDF6;
|
||||
cursor: pointer;
|
||||
font-weight: bold;
|
||||
font-family: "Rubik", Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
|
||||
font-family: var(--font-headings, "Rubik", Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif);
|
||||
font-size: 1rem;
|
||||
background-color: #20603C;
|
||||
border-radius: 5px;
|
||||
border-width: 0;
|
||||
text-decoration: none;
|
||||
padding: 18px 18px;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, .button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
content: '';
|
||||
display: block;
|
||||
height: 0;
|
||||
width: 0;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
|
||||
margin-bottom: -0.12em;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:after, .button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
margin-top: -0.11em;
|
||||
}
|
||||
|
||||
.button:not(.has-background):hover, button:not(.has-background):hover,
|
||||
input:not(.has-background):hover[type="submit"],
|
||||
.wp-block-button__link:not(.has-background):hover,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover, .button:focus, button:focus,
|
||||
input:focus[type="submit"],
|
||||
.wp-block-button__link:focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, .has-focus.button, button.has-focus,
|
||||
input.has-focus[type="submit"],
|
||||
.has-focus.wp-block-button__link,
|
||||
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
||||
color: ("default": #FFFDF6, "light": #FDF9EC, "dark": #DDDDDD);
|
||||
background-color: #133a24;
|
||||
}
|
||||
|
||||
/**
|
||||
* Onsale Placeholder style
|
||||
* - Since buttons appear in various blocks,
|
||||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button {
|
||||
button[data-load-more-btn],
|
||||
.button {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.has-background:not(.has-background-background-color) button[data-load-more-btn],
|
||||
[class*="background-color"]:not(.has-background-background-color) button[data-load-more-btn],
|
||||
[style*="background-color"] button[data-load-more-btn], .has-background:not(.has-background-background-color) .button,
|
||||
[class*="background-color"]:not(.has-background-background-color) .button,
|
||||
[style*="background-color"] .button {
|
||||
[style*="background-color"] button[data-load-more-btn], .has-background:not(.has-background-background-color)
|
||||
.button,
|
||||
[class*="background-color"]:not(.has-background-background-color)
|
||||
.button,
|
||||
[style*="background-color"]
|
||||
.button {
|
||||
background-color: transparent;
|
||||
border: 2px solid currentColor;
|
||||
color: currentColor;
|
||||
|
|
2
brompton/package-lock.json
generated
2
brompton/package-lock.json
generated
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "brompton",
|
||||
"version": "1.4.14",
|
||||
"version": "1.4.15",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -647,7 +647,7 @@ object {
|
|||
|
||||
.wp-block-cover h2,
|
||||
.wp-block-cover-image h2 {
|
||||
font-size: 2.48832em;
|
||||
font-size: 2.48832;
|
||||
letter-spacing: normal;
|
||||
line-height: 1.125;
|
||||
padding: 0;
|
||||
|
@ -1079,7 +1079,7 @@ pre.wp-block-verse {
|
|||
font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-headings, "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
font-weight: 900;
|
||||
font-size: 2.48832em;
|
||||
font-size: 2.48832;
|
||||
letter-spacing: normal;
|
||||
line-height: 1.125;
|
||||
}
|
||||
|
@ -1220,26 +1220,26 @@ pre.wp-block-verse {
|
|||
|
||||
.is-small-text,
|
||||
.has-small-font-size {
|
||||
font-size: 0.83333em;
|
||||
font-size: 0.83333;
|
||||
}
|
||||
|
||||
.is-regular-text,
|
||||
.has-regular-font-size,
|
||||
.has-normal-font-size,
|
||||
.has-medium-font-size {
|
||||
font-size: 1.2em;
|
||||
font-size: 1.2;
|
||||
}
|
||||
|
||||
.is-large-text,
|
||||
.has-large-font-size {
|
||||
font-size: 1.44em;
|
||||
font-size: 1.44;
|
||||
line-height: 1.125;
|
||||
}
|
||||
|
||||
.is-larger-text,
|
||||
.has-larger-font-size,
|
||||
.has-huge-font-size {
|
||||
font-size: 1.728em;
|
||||
font-size: 1.728;
|
||||
line-height: 1.125;
|
||||
}
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ Author: Automattic
|
|||
Author URI: https://automattic.com/
|
||||
Description: Running a business is no small task. But with the right tools and support, creating a website doesn’t have to be another chore on your to-do list: enter Brompton, a simple yet powerful theme for small-business owners and entrepreneurs.
|
||||
Requires at least: WordPress 4.9.6
|
||||
Version: 1.4.14
|
||||
Version: 1.4.15
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: LICENSE
|
||||
Status: inactive
|
||||
|
@ -196,7 +196,8 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
|
|||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button, button,
|
||||
button[data-load-more-btn],
|
||||
.button, button,
|
||||
input[type="submit"],
|
||||
.wp-block-button__link,
|
||||
.wp-block-file__button, .a8c-posts-list__view-all, .wp-block-search .wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
||||
|
@ -214,10 +215,12 @@ input[type="submit"],
|
|||
padding: 16px 16px;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
button[data-load-more-btn]:before,
|
||||
.button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, .button:after, button:after,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after,
|
||||
.button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
|
@ -227,27 +230,32 @@ input[type="submit"]:after,
|
|||
width: 0;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
button[data-load-more-btn]:before,
|
||||
.button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
|
||||
margin-bottom: -0.12em;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:after, .button:after, button:after,
|
||||
button[data-load-more-btn]:after,
|
||||
.button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
margin-top: -0.11em;
|
||||
}
|
||||
|
||||
|
||||
.button:not(.has-background):hover, button:not(.has-background):hover,
|
||||
input:not(.has-background):hover[type="submit"],
|
||||
.wp-block-button__link:not(.has-background):hover,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover, .button:focus, button:focus,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover,
|
||||
.button:focus, button:focus,
|
||||
input:focus[type="submit"],
|
||||
.wp-block-button__link:focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, .has-focus.button, button.has-focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus,
|
||||
.has-focus.button, button.has-focus,
|
||||
input.has-focus[type="submit"],
|
||||
.has-focus.wp-block-button__link,
|
||||
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
||||
|
@ -1334,86 +1342,19 @@ object {
|
|||
color: currentColor;
|
||||
}
|
||||
|
||||
/**
|
||||
* Button Placeholder style
|
||||
* - Since buttons appear in various blocks,
|
||||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button, button,
|
||||
input[type="submit"],
|
||||
.wp-block-button__link,
|
||||
.wp-block-file__button, .a8c-posts-list__view-all, .wp-block-search .wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
||||
line-height: 1;
|
||||
color: #E8E4DD;
|
||||
cursor: pointer;
|
||||
font-weight: 900;
|
||||
font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-base, "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
font-size: 1rem;
|
||||
background-color: #252E36;
|
||||
border-radius: 4px;
|
||||
border-width: 0;
|
||||
text-decoration: none;
|
||||
padding: 16px 16px;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, .button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
content: '';
|
||||
display: block;
|
||||
height: 0;
|
||||
width: 0;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
|
||||
margin-bottom: -0.12em;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:after, .button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
margin-top: -0.11em;
|
||||
}
|
||||
|
||||
.button:not(.has-background):hover, button:not(.has-background):hover,
|
||||
input:not(.has-background):hover[type="submit"],
|
||||
.wp-block-button__link:not(.has-background):hover,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover, .button:focus, button:focus,
|
||||
input:focus[type="submit"],
|
||||
.wp-block-button__link:focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, .has-focus.button, button.has-focus,
|
||||
input.has-focus[type="submit"],
|
||||
.has-focus.wp-block-button__link,
|
||||
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
||||
color: #E8E4DD;
|
||||
background-color: #C04239;
|
||||
}
|
||||
|
||||
/**
|
||||
* Onsale Placeholder style
|
||||
* - Since buttons appear in various blocks,
|
||||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button {
|
||||
button[data-load-more-btn],
|
||||
.button {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.has-background:not(.has-background-background-color) button[data-load-more-btn],
|
||||
[class*="background-color"]:not(.has-background-background-color) button[data-load-more-btn],
|
||||
[style*="background-color"] button[data-load-more-btn], .has-background:not(.has-background-background-color) .button,
|
||||
[class*="background-color"]:not(.has-background-background-color) .button,
|
||||
[style*="background-color"] .button {
|
||||
[style*="background-color"] button[data-load-more-btn], .has-background:not(.has-background-background-color)
|
||||
.button,
|
||||
[class*="background-color"]:not(.has-background-background-color)
|
||||
.button,
|
||||
[style*="background-color"]
|
||||
.button {
|
||||
background-color: transparent;
|
||||
border: 2px solid currentColor;
|
||||
color: currentColor;
|
||||
|
|
|
@ -196,7 +196,8 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
|
|||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button, button,
|
||||
button[data-load-more-btn],
|
||||
.button, button,
|
||||
input[type="submit"],
|
||||
.wp-block-button__link,
|
||||
.wp-block-file__button, .a8c-posts-list__view-all, .wp-block-search .wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
||||
|
@ -214,10 +215,12 @@ input[type="submit"],
|
|||
padding: 16px 16px;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
button[data-load-more-btn]:before,
|
||||
.button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, .button:after, button:after,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after,
|
||||
.button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
|
@ -227,27 +230,32 @@ input[type="submit"]:after,
|
|||
width: 0;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
button[data-load-more-btn]:before,
|
||||
.button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
|
||||
margin-bottom: -0.12em;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:after, .button:after, button:after,
|
||||
button[data-load-more-btn]:after,
|
||||
.button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
margin-top: -0.11em;
|
||||
}
|
||||
|
||||
|
||||
.button:not(.has-background):hover, button:not(.has-background):hover,
|
||||
input:not(.has-background):hover[type="submit"],
|
||||
.wp-block-button__link:not(.has-background):hover,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover, .button:focus, button:focus,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover,
|
||||
.button:focus, button:focus,
|
||||
input:focus[type="submit"],
|
||||
.wp-block-button__link:focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, .has-focus.button, button.has-focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus,
|
||||
.has-focus.button, button.has-focus,
|
||||
input.has-focus[type="submit"],
|
||||
.has-focus.wp-block-button__link,
|
||||
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
||||
|
@ -1334,86 +1342,19 @@ object {
|
|||
color: currentColor;
|
||||
}
|
||||
|
||||
/**
|
||||
* Button Placeholder style
|
||||
* - Since buttons appear in various blocks,
|
||||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button, button,
|
||||
input[type="submit"],
|
||||
.wp-block-button__link,
|
||||
.wp-block-file__button, .a8c-posts-list__view-all, .wp-block-search .wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
||||
line-height: 1;
|
||||
color: #E8E4DD;
|
||||
cursor: pointer;
|
||||
font-weight: 900;
|
||||
font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-base, "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
font-size: 1rem;
|
||||
background-color: #252E36;
|
||||
border-radius: 4px;
|
||||
border-width: 0;
|
||||
text-decoration: none;
|
||||
padding: 16px 16px;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, .button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
content: '';
|
||||
display: block;
|
||||
height: 0;
|
||||
width: 0;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
|
||||
margin-bottom: -0.12em;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:after, .button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
margin-top: -0.11em;
|
||||
}
|
||||
|
||||
.button:not(.has-background):hover, button:not(.has-background):hover,
|
||||
input:not(.has-background):hover[type="submit"],
|
||||
.wp-block-button__link:not(.has-background):hover,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover, .button:focus, button:focus,
|
||||
input:focus[type="submit"],
|
||||
.wp-block-button__link:focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, .has-focus.button, button.has-focus,
|
||||
input.has-focus[type="submit"],
|
||||
.has-focus.wp-block-button__link,
|
||||
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
||||
color: #E8E4DD;
|
||||
background-color: #C04239;
|
||||
}
|
||||
|
||||
/**
|
||||
* Onsale Placeholder style
|
||||
* - Since buttons appear in various blocks,
|
||||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button {
|
||||
button[data-load-more-btn],
|
||||
.button {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.has-background:not(.has-background-background-color) button[data-load-more-btn],
|
||||
[class*="background-color"]:not(.has-background-background-color) button[data-load-more-btn],
|
||||
[style*="background-color"] button[data-load-more-btn], .has-background:not(.has-background-background-color) .button,
|
||||
[class*="background-color"]:not(.has-background-background-color) .button,
|
||||
[style*="background-color"] .button {
|
||||
[style*="background-color"] button[data-load-more-btn], .has-background:not(.has-background-background-color)
|
||||
.button,
|
||||
[class*="background-color"]:not(.has-background-background-color)
|
||||
.button,
|
||||
[style*="background-color"]
|
||||
.button {
|
||||
background-color: transparent;
|
||||
border: 2px solid currentColor;
|
||||
color: currentColor;
|
||||
|
|
2
coutoire/package-lock.json
generated
2
coutoire/package-lock.json
generated
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "coutoire",
|
||||
"version": "1.4.14",
|
||||
"version": "1.4.15",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -644,7 +644,7 @@ object {
|
|||
|
||||
.wp-block-cover h2,
|
||||
.wp-block-cover-image h2 {
|
||||
font-size: 2.48832em;
|
||||
font-size: 2.48832;
|
||||
letter-spacing: normal;
|
||||
line-height: 1;
|
||||
padding: 0;
|
||||
|
@ -1076,7 +1076,7 @@ pre.wp-block-verse {
|
|||
font-family: "EB Garamond", serif;
|
||||
font-family: var(--font-headings, "EB Garamond", serif);
|
||||
font-weight: 400;
|
||||
font-size: 2.48832em;
|
||||
font-size: 2.48832;
|
||||
letter-spacing: normal;
|
||||
line-height: 1;
|
||||
}
|
||||
|
@ -1217,26 +1217,26 @@ pre.wp-block-verse {
|
|||
|
||||
.is-small-text,
|
||||
.has-small-font-size {
|
||||
font-size: 0.83333em;
|
||||
font-size: 0.83333;
|
||||
}
|
||||
|
||||
.is-regular-text,
|
||||
.has-regular-font-size,
|
||||
.has-normal-font-size,
|
||||
.has-medium-font-size {
|
||||
font-size: 1.2em;
|
||||
font-size: 1.2;
|
||||
}
|
||||
|
||||
.is-large-text,
|
||||
.has-large-font-size {
|
||||
font-size: 1.44em;
|
||||
font-size: 1.44;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.is-larger-text,
|
||||
.has-larger-font-size,
|
||||
.has-huge-font-size {
|
||||
font-size: 1.728em;
|
||||
font-size: 1.728;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ Author: Automattic
|
|||
Author URI: https://automattic.com/
|
||||
Description: A design system for WordPress sites built with Gutenberg.
|
||||
Requires at least: WordPress 4.9.6
|
||||
Version: 1.4.14
|
||||
Version: 1.4.15
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: LICENSE
|
||||
Template: varia
|
||||
|
@ -194,7 +194,8 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
|
|||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button, button,
|
||||
button[data-load-more-btn],
|
||||
.button, button,
|
||||
input[type="submit"],
|
||||
.wp-block-button__link,
|
||||
.wp-block-file__button, .a8c-posts-list__view-all, .wp-block-search .wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
||||
|
@ -211,10 +212,12 @@ input[type="submit"],
|
|||
padding: 11.6px 11.6px;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
button[data-load-more-btn]:before,
|
||||
.button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, .button:after, button:after,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after,
|
||||
.button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
|
@ -224,27 +227,32 @@ input[type="submit"]:after,
|
|||
width: 0;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
button[data-load-more-btn]:before,
|
||||
.button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
|
||||
margin-bottom: -0.12em;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:after, .button:after, button:after,
|
||||
button[data-load-more-btn]:after,
|
||||
.button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
margin-top: -0.11em;
|
||||
}
|
||||
|
||||
|
||||
.button:not(.has-background):hover, button:not(.has-background):hover,
|
||||
input:not(.has-background):hover[type="submit"],
|
||||
.wp-block-button__link:not(.has-background):hover,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover, .button:focus, button:focus,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover,
|
||||
.button:focus, button:focus,
|
||||
input:focus[type="submit"],
|
||||
.wp-block-button__link:focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, .has-focus.button, button.has-focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus,
|
||||
.has-focus.button, button.has-focus,
|
||||
input.has-focus[type="submit"],
|
||||
.has-focus.wp-block-button__link,
|
||||
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
||||
|
@ -1331,85 +1339,19 @@ object {
|
|||
color: currentColor;
|
||||
}
|
||||
|
||||
/**
|
||||
* Button Placeholder style
|
||||
* - Since buttons appear in various blocks,
|
||||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button, button,
|
||||
input[type="submit"],
|
||||
.wp-block-button__link,
|
||||
.wp-block-file__button, .a8c-posts-list__view-all, .wp-block-search .wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
||||
line-height: 1;
|
||||
color: #FFFFFF;
|
||||
cursor: pointer;
|
||||
font-weight: 600;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-base, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
font-size: 0.83333rem;
|
||||
background-color: #000000;
|
||||
border-width: 0;
|
||||
text-decoration: none;
|
||||
padding: 11.6px 11.6px;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, .button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
content: '';
|
||||
display: block;
|
||||
height: 0;
|
||||
width: 0;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
|
||||
margin-bottom: -0.12em;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:after, .button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
margin-top: -0.11em;
|
||||
}
|
||||
|
||||
.button:not(.has-background):hover, button:not(.has-background):hover,
|
||||
input:not(.has-background):hover[type="submit"],
|
||||
.wp-block-button__link:not(.has-background):hover,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover, .button:focus, button:focus,
|
||||
input:focus[type="submit"],
|
||||
.wp-block-button__link:focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, .has-focus.button, button.has-focus,
|
||||
input.has-focus[type="submit"],
|
||||
.has-focus.wp-block-button__link,
|
||||
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
||||
color: #FFFFFF;
|
||||
background-color: #FF7A5C;
|
||||
}
|
||||
|
||||
/**
|
||||
* Onsale Placeholder style
|
||||
* - Since buttons appear in various blocks,
|
||||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button {
|
||||
button[data-load-more-btn],
|
||||
.button {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.has-background:not(.has-background-background-color) button[data-load-more-btn],
|
||||
[class*="background-color"]:not(.has-background-background-color) button[data-load-more-btn],
|
||||
[style*="background-color"] button[data-load-more-btn], .has-background:not(.has-background-background-color) .button,
|
||||
[class*="background-color"]:not(.has-background-background-color) .button,
|
||||
[style*="background-color"] .button {
|
||||
[style*="background-color"] button[data-load-more-btn], .has-background:not(.has-background-background-color)
|
||||
.button,
|
||||
[class*="background-color"]:not(.has-background-background-color)
|
||||
.button,
|
||||
[style*="background-color"]
|
||||
.button {
|
||||
background-color: transparent;
|
||||
border: 2px solid currentColor;
|
||||
color: currentColor;
|
||||
|
|
|
@ -194,7 +194,8 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
|
|||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button, button,
|
||||
button[data-load-more-btn],
|
||||
.button, button,
|
||||
input[type="submit"],
|
||||
.wp-block-button__link,
|
||||
.wp-block-file__button, .a8c-posts-list__view-all, .wp-block-search .wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
||||
|
@ -211,10 +212,12 @@ input[type="submit"],
|
|||
padding: 11.6px 11.6px;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
button[data-load-more-btn]:before,
|
||||
.button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, .button:after, button:after,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after,
|
||||
.button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
|
@ -224,27 +227,32 @@ input[type="submit"]:after,
|
|||
width: 0;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
button[data-load-more-btn]:before,
|
||||
.button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
|
||||
margin-bottom: -0.12em;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:after, .button:after, button:after,
|
||||
button[data-load-more-btn]:after,
|
||||
.button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
margin-top: -0.11em;
|
||||
}
|
||||
|
||||
|
||||
.button:not(.has-background):hover, button:not(.has-background):hover,
|
||||
input:not(.has-background):hover[type="submit"],
|
||||
.wp-block-button__link:not(.has-background):hover,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover, .button:focus, button:focus,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover,
|
||||
.button:focus, button:focus,
|
||||
input:focus[type="submit"],
|
||||
.wp-block-button__link:focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, .has-focus.button, button.has-focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus,
|
||||
.has-focus.button, button.has-focus,
|
||||
input.has-focus[type="submit"],
|
||||
.has-focus.wp-block-button__link,
|
||||
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
||||
|
@ -1331,85 +1339,19 @@ object {
|
|||
color: currentColor;
|
||||
}
|
||||
|
||||
/**
|
||||
* Button Placeholder style
|
||||
* - Since buttons appear in various blocks,
|
||||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button, button,
|
||||
input[type="submit"],
|
||||
.wp-block-button__link,
|
||||
.wp-block-file__button, .a8c-posts-list__view-all, .wp-block-search .wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
||||
line-height: 1;
|
||||
color: #FFFFFF;
|
||||
cursor: pointer;
|
||||
font-weight: 600;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-base, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
font-size: 0.83333rem;
|
||||
background-color: #000000;
|
||||
border-width: 0;
|
||||
text-decoration: none;
|
||||
padding: 11.6px 11.6px;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, .button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
content: '';
|
||||
display: block;
|
||||
height: 0;
|
||||
width: 0;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
|
||||
margin-bottom: -0.12em;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:after, .button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
margin-top: -0.11em;
|
||||
}
|
||||
|
||||
.button:not(.has-background):hover, button:not(.has-background):hover,
|
||||
input:not(.has-background):hover[type="submit"],
|
||||
.wp-block-button__link:not(.has-background):hover,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover, .button:focus, button:focus,
|
||||
input:focus[type="submit"],
|
||||
.wp-block-button__link:focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, .has-focus.button, button.has-focus,
|
||||
input.has-focus[type="submit"],
|
||||
.has-focus.wp-block-button__link,
|
||||
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
||||
color: #FFFFFF;
|
||||
background-color: #FF7A5C;
|
||||
}
|
||||
|
||||
/**
|
||||
* Onsale Placeholder style
|
||||
* - Since buttons appear in various blocks,
|
||||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button {
|
||||
button[data-load-more-btn],
|
||||
.button {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.has-background:not(.has-background-background-color) button[data-load-more-btn],
|
||||
[class*="background-color"]:not(.has-background-background-color) button[data-load-more-btn],
|
||||
[style*="background-color"] button[data-load-more-btn], .has-background:not(.has-background-background-color) .button,
|
||||
[class*="background-color"]:not(.has-background-background-color) .button,
|
||||
[style*="background-color"] .button {
|
||||
[style*="background-color"] button[data-load-more-btn], .has-background:not(.has-background-background-color)
|
||||
.button,
|
||||
[class*="background-color"]:not(.has-background-background-color)
|
||||
.button,
|
||||
[style*="background-color"]
|
||||
.button {
|
||||
background-color: transparent;
|
||||
border: 2px solid currentColor;
|
||||
color: currentColor;
|
||||
|
|
2
dalston/package-lock.json
generated
2
dalston/package-lock.json
generated
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "dalston",
|
||||
"version": "1.3.15",
|
||||
"version": "1.3.16",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -647,7 +647,7 @@ object {
|
|||
|
||||
.wp-block-cover h2,
|
||||
.wp-block-cover-image h2 {
|
||||
font-size: 2.01136em;
|
||||
font-size: 2.01136;
|
||||
letter-spacing: normal;
|
||||
line-height: 1.2;
|
||||
padding: 0;
|
||||
|
@ -1079,7 +1079,7 @@ pre.wp-block-verse {
|
|||
font-family: "Crimson Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
|
||||
font-family: var(--font-headings, "Crimson Text", "Baskerville Old Face", Garamond, "Times New Roman", serif);
|
||||
font-weight: 600;
|
||||
font-size: 2.01136em;
|
||||
font-size: 2.01136;
|
||||
letter-spacing: normal;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
@ -1220,26 +1220,26 @@ pre.wp-block-verse {
|
|||
|
||||
.is-small-text,
|
||||
.has-small-font-size {
|
||||
font-size: 0.86957em;
|
||||
font-size: 0.86957;
|
||||
}
|
||||
|
||||
.is-regular-text,
|
||||
.has-regular-font-size,
|
||||
.has-normal-font-size,
|
||||
.has-medium-font-size {
|
||||
font-size: 1.15em;
|
||||
font-size: 1.15;
|
||||
}
|
||||
|
||||
.is-large-text,
|
||||
.has-large-font-size {
|
||||
font-size: 1.3225em;
|
||||
font-size: 1.3225;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
.is-larger-text,
|
||||
.has-larger-font-size,
|
||||
.has-huge-font-size {
|
||||
font-size: 1.52087em;
|
||||
font-size: 1.52087;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ Author: Automattic
|
|||
Author URI: https://automattic.com/
|
||||
Description: Make your online portfolio impressively awesome with Dalston. With the ability to beautifully highlight your illustration and other projects, Dalston is also versatile enough to be your personal site too.
|
||||
Requires at least: WordPress 4.9.6
|
||||
Version: 1.3.15
|
||||
Version: 1.3.16
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: LICENSE
|
||||
Template: varia
|
||||
|
@ -194,7 +194,8 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
|
|||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button, button,
|
||||
button[data-load-more-btn],
|
||||
.button, button,
|
||||
input[type="submit"],
|
||||
.wp-block-button__link,
|
||||
.wp-block-file__button, .a8c-posts-list__view-all, .wp-block-search .wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
||||
|
@ -212,10 +213,12 @@ input[type="submit"],
|
|||
padding: 16px 16px;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
button[data-load-more-btn]:before,
|
||||
.button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, .button:after, button:after,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after,
|
||||
.button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
|
@ -225,27 +228,32 @@ input[type="submit"]:after,
|
|||
width: 0;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
button[data-load-more-btn]:before,
|
||||
.button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
|
||||
margin-bottom: -0.12em;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:after, .button:after, button:after,
|
||||
button[data-load-more-btn]:after,
|
||||
.button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
margin-top: -0.11em;
|
||||
}
|
||||
|
||||
|
||||
.button:not(.has-background):hover, button:not(.has-background):hover,
|
||||
input:not(.has-background):hover[type="submit"],
|
||||
.wp-block-button__link:not(.has-background):hover,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover, .button:focus, button:focus,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover,
|
||||
.button:focus, button:focus,
|
||||
input:focus[type="submit"],
|
||||
.wp-block-button__link:focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, .has-focus.button, button.has-focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus,
|
||||
.has-focus.button, button.has-focus,
|
||||
input.has-focus[type="submit"],
|
||||
.has-focus.wp-block-button__link,
|
||||
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
||||
|
@ -1332,86 +1340,19 @@ object {
|
|||
color: currentColor;
|
||||
}
|
||||
|
||||
/**
|
||||
* Button Placeholder style
|
||||
* - Since buttons appear in various blocks,
|
||||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button, button,
|
||||
input[type="submit"],
|
||||
.wp-block-button__link,
|
||||
.wp-block-file__button, .a8c-posts-list__view-all, .wp-block-search .wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
||||
line-height: 1;
|
||||
color: #FFFFFF;
|
||||
cursor: pointer;
|
||||
font-weight: 600;
|
||||
font-family: "Crimson Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
|
||||
font-family: var(--font-headings, "Crimson Text", "Baskerville Old Face", Garamond, "Times New Roman", serif);
|
||||
font-size: 1rem;
|
||||
background-color: #0073AA;
|
||||
border-radius: 5px;
|
||||
border-width: 0;
|
||||
text-decoration: none;
|
||||
padding: 16px 16px;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, .button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
content: '';
|
||||
display: block;
|
||||
height: 0;
|
||||
width: 0;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
|
||||
margin-bottom: -0.12em;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:after, .button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
margin-top: -0.11em;
|
||||
}
|
||||
|
||||
.button:not(.has-background):hover, button:not(.has-background):hover,
|
||||
input:not(.has-background):hover[type="submit"],
|
||||
.wp-block-button__link:not(.has-background):hover,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover, .button:focus, button:focus,
|
||||
input:focus[type="submit"],
|
||||
.wp-block-button__link:focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, .has-focus.button, button.has-focus,
|
||||
input.has-focus[type="submit"],
|
||||
.has-focus.wp-block-button__link,
|
||||
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
||||
color: #FFFFFF;
|
||||
background-color: #005177;
|
||||
}
|
||||
|
||||
/**
|
||||
* Onsale Placeholder style
|
||||
* - Since buttons appear in various blocks,
|
||||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button {
|
||||
button[data-load-more-btn],
|
||||
.button {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.has-background:not(.has-background-background-color) button[data-load-more-btn],
|
||||
[class*="background-color"]:not(.has-background-background-color) button[data-load-more-btn],
|
||||
[style*="background-color"] button[data-load-more-btn], .has-background:not(.has-background-background-color) .button,
|
||||
[class*="background-color"]:not(.has-background-background-color) .button,
|
||||
[style*="background-color"] .button {
|
||||
[style*="background-color"] button[data-load-more-btn], .has-background:not(.has-background-background-color)
|
||||
.button,
|
||||
[class*="background-color"]:not(.has-background-background-color)
|
||||
.button,
|
||||
[style*="background-color"]
|
||||
.button {
|
||||
background-color: transparent;
|
||||
border: 2px solid currentColor;
|
||||
color: currentColor;
|
||||
|
|
|
@ -194,7 +194,8 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
|
|||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button, button,
|
||||
button[data-load-more-btn],
|
||||
.button, button,
|
||||
input[type="submit"],
|
||||
.wp-block-button__link,
|
||||
.wp-block-file__button, .a8c-posts-list__view-all, .wp-block-search .wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
||||
|
@ -212,10 +213,12 @@ input[type="submit"],
|
|||
padding: 16px 16px;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
button[data-load-more-btn]:before,
|
||||
.button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, .button:after, button:after,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after,
|
||||
.button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
|
@ -225,27 +228,32 @@ input[type="submit"]:after,
|
|||
width: 0;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
button[data-load-more-btn]:before,
|
||||
.button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
|
||||
margin-bottom: -0.12em;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:after, .button:after, button:after,
|
||||
button[data-load-more-btn]:after,
|
||||
.button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
margin-top: -0.11em;
|
||||
}
|
||||
|
||||
|
||||
.button:not(.has-background):hover, button:not(.has-background):hover,
|
||||
input:not(.has-background):hover[type="submit"],
|
||||
.wp-block-button__link:not(.has-background):hover,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover, .button:focus, button:focus,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover,
|
||||
.button:focus, button:focus,
|
||||
input:focus[type="submit"],
|
||||
.wp-block-button__link:focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, .has-focus.button, button.has-focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus,
|
||||
.has-focus.button, button.has-focus,
|
||||
input.has-focus[type="submit"],
|
||||
.has-focus.wp-block-button__link,
|
||||
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
||||
|
@ -1332,86 +1340,19 @@ object {
|
|||
color: currentColor;
|
||||
}
|
||||
|
||||
/**
|
||||
* Button Placeholder style
|
||||
* - Since buttons appear in various blocks,
|
||||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button, button,
|
||||
input[type="submit"],
|
||||
.wp-block-button__link,
|
||||
.wp-block-file__button, .a8c-posts-list__view-all, .wp-block-search .wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
||||
line-height: 1;
|
||||
color: #FFFFFF;
|
||||
cursor: pointer;
|
||||
font-weight: 600;
|
||||
font-family: "Crimson Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
|
||||
font-family: var(--font-headings, "Crimson Text", "Baskerville Old Face", Garamond, "Times New Roman", serif);
|
||||
font-size: 1rem;
|
||||
background-color: #0073AA;
|
||||
border-radius: 5px;
|
||||
border-width: 0;
|
||||
text-decoration: none;
|
||||
padding: 16px 16px;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, .button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
content: '';
|
||||
display: block;
|
||||
height: 0;
|
||||
width: 0;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
|
||||
margin-bottom: -0.12em;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:after, .button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
margin-top: -0.11em;
|
||||
}
|
||||
|
||||
.button:not(.has-background):hover, button:not(.has-background):hover,
|
||||
input:not(.has-background):hover[type="submit"],
|
||||
.wp-block-button__link:not(.has-background):hover,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover, .button:focus, button:focus,
|
||||
input:focus[type="submit"],
|
||||
.wp-block-button__link:focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, .has-focus.button, button.has-focus,
|
||||
input.has-focus[type="submit"],
|
||||
.has-focus.wp-block-button__link,
|
||||
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
||||
color: #FFFFFF;
|
||||
background-color: #005177;
|
||||
}
|
||||
|
||||
/**
|
||||
* Onsale Placeholder style
|
||||
* - Since buttons appear in various blocks,
|
||||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button {
|
||||
button[data-load-more-btn],
|
||||
.button {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.has-background:not(.has-background-background-color) button[data-load-more-btn],
|
||||
[class*="background-color"]:not(.has-background-background-color) button[data-load-more-btn],
|
||||
[style*="background-color"] button[data-load-more-btn], .has-background:not(.has-background-background-color) .button,
|
||||
[class*="background-color"]:not(.has-background-background-color) .button,
|
||||
[style*="background-color"] .button {
|
||||
[style*="background-color"] button[data-load-more-btn], .has-background:not(.has-background-background-color)
|
||||
.button,
|
||||
[class*="background-color"]:not(.has-background-background-color)
|
||||
.button,
|
||||
[style*="background-color"]
|
||||
.button {
|
||||
background-color: transparent;
|
||||
border: 2px solid currentColor;
|
||||
color: currentColor;
|
||||
|
|
2
exford/package-lock.json
generated
2
exford/package-lock.json
generated
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "exford",
|
||||
"version": "1.5.14",
|
||||
"version": "1.5.15",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -647,7 +647,7 @@ object {
|
|||
|
||||
.wp-block-cover h2,
|
||||
.wp-block-cover-image h2 {
|
||||
font-size: 1.728em;
|
||||
font-size: 1.728;
|
||||
letter-spacing: normal;
|
||||
line-height: 1.125;
|
||||
padding: 0;
|
||||
|
@ -1079,7 +1079,7 @@ pre.wp-block-verse {
|
|||
font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-headings, "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
font-weight: 700;
|
||||
font-size: 1.728em;
|
||||
font-size: 1.728;
|
||||
letter-spacing: normal;
|
||||
line-height: 1.125;
|
||||
}
|
||||
|
@ -1220,26 +1220,26 @@ pre.wp-block-verse {
|
|||
|
||||
.is-small-text,
|
||||
.has-small-font-size {
|
||||
font-size: 0.83333em;
|
||||
font-size: 0.83333;
|
||||
}
|
||||
|
||||
.is-regular-text,
|
||||
.has-regular-font-size,
|
||||
.has-normal-font-size,
|
||||
.has-medium-font-size {
|
||||
font-size: 1.2em;
|
||||
font-size: 1.2;
|
||||
}
|
||||
|
||||
.is-large-text,
|
||||
.has-large-font-size {
|
||||
font-size: 1.44em;
|
||||
font-size: 1.44;
|
||||
line-height: 1.125;
|
||||
}
|
||||
|
||||
.is-larger-text,
|
||||
.has-larger-font-size,
|
||||
.has-huge-font-size {
|
||||
font-size: 1.728em;
|
||||
font-size: 1.728;
|
||||
line-height: 1.125;
|
||||
}
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ Author: Automattic
|
|||
Author URI: https://automattic.com/
|
||||
Description: Make your online presence as striking and stylish as your business with Exford.
|
||||
Requires at least: WordPress 4.9.6
|
||||
Version: 1.5.14
|
||||
Version: 1.5.15
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: LICENSE
|
||||
Template: varia
|
||||
|
@ -195,7 +195,8 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
|
|||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button, button,
|
||||
button[data-load-more-btn],
|
||||
.button, button,
|
||||
input[type="submit"],
|
||||
.wp-block-button__link,
|
||||
.wp-block-file__button, .a8c-posts-list__view-all, .wp-block-search .wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
||||
|
@ -213,10 +214,12 @@ input[type="submit"],
|
|||
padding: 16px 16px;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
button[data-load-more-btn]:before,
|
||||
.button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, .button:after, button:after,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after,
|
||||
.button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
|
@ -226,27 +229,32 @@ input[type="submit"]:after,
|
|||
width: 0;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
button[data-load-more-btn]:before,
|
||||
.button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
|
||||
margin-bottom: -0.12em;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:after, .button:after, button:after,
|
||||
button[data-load-more-btn]:after,
|
||||
.button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
margin-top: -0.11em;
|
||||
}
|
||||
|
||||
|
||||
.button:not(.has-background):hover, button:not(.has-background):hover,
|
||||
input:not(.has-background):hover[type="submit"],
|
||||
.wp-block-button__link:not(.has-background):hover,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover, .button:focus, button:focus,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover,
|
||||
.button:focus, button:focus,
|
||||
input:focus[type="submit"],
|
||||
.wp-block-button__link:focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, .has-focus.button, button.has-focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus,
|
||||
.has-focus.button, button.has-focus,
|
||||
input.has-focus[type="submit"],
|
||||
.has-focus.wp-block-button__link,
|
||||
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
||||
|
@ -1333,86 +1341,19 @@ object {
|
|||
color: currentColor;
|
||||
}
|
||||
|
||||
/**
|
||||
* Button Placeholder style
|
||||
* - Since buttons appear in various blocks,
|
||||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button, button,
|
||||
input[type="submit"],
|
||||
.wp-block-button__link,
|
||||
.wp-block-file__button, .a8c-posts-list__view-all, .wp-block-search .wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
||||
line-height: 1;
|
||||
color: white;
|
||||
cursor: pointer;
|
||||
font-weight: 700;
|
||||
font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-base, "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
font-size: 0.83333rem;
|
||||
background-color: #23883D;
|
||||
border-radius: 5px;
|
||||
border-width: 0;
|
||||
text-decoration: none;
|
||||
padding: 16px 16px;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, .button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
content: '';
|
||||
display: block;
|
||||
height: 0;
|
||||
width: 0;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
|
||||
margin-bottom: -0.12em;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:after, .button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
margin-top: -0.11em;
|
||||
}
|
||||
|
||||
.button:not(.has-background):hover, button:not(.has-background):hover,
|
||||
input:not(.has-background):hover[type="submit"],
|
||||
.wp-block-button__link:not(.has-background):hover,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover, .button:focus, button:focus,
|
||||
input:focus[type="submit"],
|
||||
.wp-block-button__link:focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, .has-focus.button, button.has-focus,
|
||||
input.has-focus[type="submit"],
|
||||
.has-focus.wp-block-button__link,
|
||||
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
||||
color: white;
|
||||
background-color: #195f2b;
|
||||
}
|
||||
|
||||
/**
|
||||
* Onsale Placeholder style
|
||||
* - Since buttons appear in various blocks,
|
||||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button {
|
||||
button[data-load-more-btn],
|
||||
.button {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.has-background:not(.has-background-background-color) button[data-load-more-btn],
|
||||
[class*="background-color"]:not(.has-background-background-color) button[data-load-more-btn],
|
||||
[style*="background-color"] button[data-load-more-btn], .has-background:not(.has-background-background-color) .button,
|
||||
[class*="background-color"]:not(.has-background-background-color) .button,
|
||||
[style*="background-color"] .button {
|
||||
[style*="background-color"] button[data-load-more-btn], .has-background:not(.has-background-background-color)
|
||||
.button,
|
||||
[class*="background-color"]:not(.has-background-background-color)
|
||||
.button,
|
||||
[style*="background-color"]
|
||||
.button {
|
||||
background-color: transparent;
|
||||
border: 2px solid currentColor;
|
||||
color: currentColor;
|
||||
|
|
105
exford/style.css
105
exford/style.css
|
@ -195,7 +195,8 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
|
|||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button, button,
|
||||
button[data-load-more-btn],
|
||||
.button, button,
|
||||
input[type="submit"],
|
||||
.wp-block-button__link,
|
||||
.wp-block-file__button, .a8c-posts-list__view-all, .wp-block-search .wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
||||
|
@ -213,10 +214,12 @@ input[type="submit"],
|
|||
padding: 16px 16px;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
button[data-load-more-btn]:before,
|
||||
.button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, .button:after, button:after,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after,
|
||||
.button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
|
@ -226,27 +229,32 @@ input[type="submit"]:after,
|
|||
width: 0;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
button[data-load-more-btn]:before,
|
||||
.button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
|
||||
margin-bottom: -0.12em;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:after, .button:after, button:after,
|
||||
button[data-load-more-btn]:after,
|
||||
.button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
margin-top: -0.11em;
|
||||
}
|
||||
|
||||
|
||||
.button:not(.has-background):hover, button:not(.has-background):hover,
|
||||
input:not(.has-background):hover[type="submit"],
|
||||
.wp-block-button__link:not(.has-background):hover,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover, .button:focus, button:focus,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover,
|
||||
.button:focus, button:focus,
|
||||
input:focus[type="submit"],
|
||||
.wp-block-button__link:focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, .has-focus.button, button.has-focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus,
|
||||
.has-focus.button, button.has-focus,
|
||||
input.has-focus[type="submit"],
|
||||
.has-focus.wp-block-button__link,
|
||||
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
||||
|
@ -1333,86 +1341,19 @@ object {
|
|||
color: currentColor;
|
||||
}
|
||||
|
||||
/**
|
||||
* Button Placeholder style
|
||||
* - Since buttons appear in various blocks,
|
||||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button, button,
|
||||
input[type="submit"],
|
||||
.wp-block-button__link,
|
||||
.wp-block-file__button, .a8c-posts-list__view-all, .wp-block-search .wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
||||
line-height: 1;
|
||||
color: white;
|
||||
cursor: pointer;
|
||||
font-weight: 700;
|
||||
font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-base, "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
font-size: 0.83333rem;
|
||||
background-color: #23883D;
|
||||
border-radius: 5px;
|
||||
border-width: 0;
|
||||
text-decoration: none;
|
||||
padding: 16px 16px;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, .button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
content: '';
|
||||
display: block;
|
||||
height: 0;
|
||||
width: 0;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
|
||||
margin-bottom: -0.12em;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:after, .button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
margin-top: -0.11em;
|
||||
}
|
||||
|
||||
.button:not(.has-background):hover, button:not(.has-background):hover,
|
||||
input:not(.has-background):hover[type="submit"],
|
||||
.wp-block-button__link:not(.has-background):hover,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover, .button:focus, button:focus,
|
||||
input:focus[type="submit"],
|
||||
.wp-block-button__link:focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, .has-focus.button, button.has-focus,
|
||||
input.has-focus[type="submit"],
|
||||
.has-focus.wp-block-button__link,
|
||||
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
||||
color: white;
|
||||
background-color: #195f2b;
|
||||
}
|
||||
|
||||
/**
|
||||
* Onsale Placeholder style
|
||||
* - Since buttons appear in various blocks,
|
||||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button {
|
||||
button[data-load-more-btn],
|
||||
.button {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.has-background:not(.has-background-background-color) button[data-load-more-btn],
|
||||
[class*="background-color"]:not(.has-background-background-color) button[data-load-more-btn],
|
||||
[style*="background-color"] button[data-load-more-btn], .has-background:not(.has-background-background-color) .button,
|
||||
[class*="background-color"]:not(.has-background-background-color) .button,
|
||||
[style*="background-color"] .button {
|
||||
[style*="background-color"] button[data-load-more-btn], .has-background:not(.has-background-background-color)
|
||||
.button,
|
||||
[class*="background-color"]:not(.has-background-background-color)
|
||||
.button,
|
||||
[style*="background-color"]
|
||||
.button {
|
||||
background-color: transparent;
|
||||
border: 2px solid currentColor;
|
||||
color: currentColor;
|
||||
|
|
2
hever/package-lock.json
generated
2
hever/package-lock.json
generated
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "hever",
|
||||
"version": "1.5.15",
|
||||
"version": "1.5.16",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -24,16 +24,16 @@ $config-global: (
|
|||
"family": (
|
||||
"primary": (
|
||||
"fallback": "\"PT Sans\"\, -apple-system\, BlinkMacSystemFont\, \"Segoe UI\"\, \"Roboto\"\, \"Oxygen\"\, \"Ubuntu\"\, \"Cantarell\"\, \"Fira Sans\"\, \"Droid Sans\"\, \"Helvetica Neue\"\, sans-serif",
|
||||
"css-var": '--font-headings',
|
||||
"css-var": "--font-headings",
|
||||
),
|
||||
"secondary": (
|
||||
"fallback": "\"PT Sans\"\, -apple-system\, BlinkMacSystemFont\, \"Segoe UI\"\, \"Roboto\"\, \"Oxygen\"\, \"Ubuntu\"\, \"Cantarell\"\, \"Fira Sans\"\, \"Droid Sans\"\, \"Helvetica Neue\"\, sans-serif",
|
||||
"css-var": '--font-base'
|
||||
"css-var": "--font-base"
|
||||
),
|
||||
"code": "monospace, monospace",
|
||||
"ui": (
|
||||
"fallback": "\"PT Sans\"\, -apple-system\, BlinkMacSystemFont\, \"Segoe UI\"\, \"Roboto\"\, \"Oxygen\"\, \"Ubuntu\"\, \"Cantarell\"\, \"Fira Sans\"\, \"Droid Sans\"\, \"Helvetica Neue\"\, sans-serif",
|
||||
"css-var": '--font-base',
|
||||
"css-var": "--font-base",
|
||||
),
|
||||
),
|
||||
/* Font Size */
|
||||
|
@ -105,7 +105,15 @@ $config-global: (
|
|||
),
|
||||
);
|
||||
|
||||
$config-global: map-merge($color-variables, $config-global);
|
||||
$child-theme-colors: map-extend($color-variables, (
|
||||
"color": (
|
||||
"tertiary": (
|
||||
"default": "var(--wp--preset--color--tertiary)"
|
||||
)
|
||||
)
|
||||
), true);
|
||||
|
||||
$config-global: map-merge($child-theme-colors, $config-global);
|
||||
|
||||
/**
|
||||
* Elements
|
||||
|
|
|
@ -1,22 +1,23 @@
|
|||
@mixin global-variables() {
|
||||
|
||||
/* Colors */
|
||||
--wp--preset--color--primary: #1279BE;
|
||||
--wp--preset--color--primary: #1279be;
|
||||
--wp--preset--color--primary-hover: #303030;
|
||||
--wp--preset--color--secondary: #FFB302;
|
||||
--wp--preset--color--secondary: #ffb302;
|
||||
--wp--preset--color--secondary-hover: #303030;
|
||||
--wp--preset--color--foreground: #303030;
|
||||
--wp--preset--color--foreground-low-contrast: #757575;
|
||||
--wp--preset--color--foreground-high-contrast: #101010;
|
||||
--wp--preset--color--background: white;
|
||||
--wp--preset--color--background-low-contrast: #C5C5C5;
|
||||
--wp--preset--color--background-high-contrast: #F8F8F8;
|
||||
--wp--preset--color--border: #C5C5C5;
|
||||
--wp--preset--color--border-low-contrast: #A5A5A5;
|
||||
--wp--preset--color--border-high-contrast: #F8F8F8;
|
||||
--wp--preset--color--text-selection: #A9D9F9;
|
||||
--wp--preset--color--background-low-contrast: #c5c5c5;
|
||||
--wp--preset--color--background-high-contrast: #f8f8f8;
|
||||
--wp--preset--color--tertiary: #c5c5c5;
|
||||
--wp--preset--color--border: #c5c5c5;
|
||||
--wp--preset--color--border-low-contrast: #a5a5a5;
|
||||
--wp--preset--color--border-high-contrast: #f8f8f8;
|
||||
--wp--preset--color--text-selection: #a9d9f9;
|
||||
--wp--preset--color--alert-success: #33b756;
|
||||
--wp--preset--color--alert-info: #1279BE;
|
||||
--wp--preset--color--alert-info: #1279be;
|
||||
--wp--preset--color--alert-warning: #ecc700;
|
||||
--wp--preset--color--alert-error: #de3e33;
|
||||
--wp--preset--color--black: black;
|
||||
|
|
|
@ -125,22 +125,23 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
|
|||
*/
|
||||
:root, body {
|
||||
/* Colors */
|
||||
--wp--preset--color--primary: #1279BE;
|
||||
--wp--preset--color--primary: #1279be;
|
||||
--wp--preset--color--primary-hover: #303030;
|
||||
--wp--preset--color--secondary: #FFB302;
|
||||
--wp--preset--color--secondary: #ffb302;
|
||||
--wp--preset--color--secondary-hover: #303030;
|
||||
--wp--preset--color--foreground: #303030;
|
||||
--wp--preset--color--foreground-low-contrast: #757575;
|
||||
--wp--preset--color--foreground-high-contrast: #101010;
|
||||
--wp--preset--color--background: white;
|
||||
--wp--preset--color--background-low-contrast: #C5C5C5;
|
||||
--wp--preset--color--background-high-contrast: #F8F8F8;
|
||||
--wp--preset--color--border: #C5C5C5;
|
||||
--wp--preset--color--border-low-contrast: #A5A5A5;
|
||||
--wp--preset--color--border-high-contrast: #F8F8F8;
|
||||
--wp--preset--color--text-selection: #A9D9F9;
|
||||
--wp--preset--color--background-low-contrast: #c5c5c5;
|
||||
--wp--preset--color--background-high-contrast: #f8f8f8;
|
||||
--wp--preset--color--tertiary: #c5c5c5;
|
||||
--wp--preset--color--border: #c5c5c5;
|
||||
--wp--preset--color--border-low-contrast: #a5a5a5;
|
||||
--wp--preset--color--border-high-contrast: #f8f8f8;
|
||||
--wp--preset--color--text-selection: #a9d9f9;
|
||||
--wp--preset--color--alert-success: #33b756;
|
||||
--wp--preset--color--alert-info: #1279BE;
|
||||
--wp--preset--color--alert-info: #1279be;
|
||||
--wp--preset--color--alert-warning: #ecc700;
|
||||
--wp--preset--color--alert-error: #de3e33;
|
||||
--wp--preset--color--black: black;
|
||||
|
@ -674,7 +675,7 @@ object {
|
|||
|
||||
.wp-block-cover h2,
|
||||
.wp-block-cover-image h2 {
|
||||
font-size: 2.01136em;
|
||||
font-size: 2.01136;
|
||||
letter-spacing: normal;
|
||||
line-height: 1.125;
|
||||
padding: 0;
|
||||
|
@ -1106,7 +1107,7 @@ pre.wp-block-verse {
|
|||
font-family: "PT Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-headings, "PT Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
font-weight: bold;
|
||||
font-size: 2.01136em;
|
||||
font-size: 2.01136;
|
||||
letter-spacing: normal;
|
||||
line-height: 1.125;
|
||||
}
|
||||
|
@ -1151,6 +1152,11 @@ pre.wp-block-verse {
|
|||
color: var(--wp--preset--color--background);
|
||||
}
|
||||
|
||||
.wp-block .has-tertiary-color,
|
||||
.has-tertiary-color {
|
||||
color: var(--wp--preset--color--tertiary);
|
||||
}
|
||||
|
||||
.has-background p:not(.has-text-color),
|
||||
.has-background h1:not(.has-text-color),
|
||||
.has-background h2:not(.has-text-color),
|
||||
|
@ -1245,28 +1251,38 @@ pre.wp-block-verse {
|
|||
color: var(--wp--preset--color--foreground);
|
||||
}
|
||||
|
||||
.has-tertiary-background-color,
|
||||
.has-tertiary-background-color.has-background-dim {
|
||||
background-color: var(--wp--preset--color--tertiary);
|
||||
}
|
||||
|
||||
.has-tertiary-background-color:not(.has-text-color),
|
||||
.has-tertiary-background-color.has-background-dim:not(.has-text-color) {
|
||||
color: var(--wp--preset--color--foreground);
|
||||
}
|
||||
|
||||
.is-small-text,
|
||||
.has-small-font-size {
|
||||
font-size: 0.86957em;
|
||||
font-size: 0.86957;
|
||||
}
|
||||
|
||||
.is-regular-text,
|
||||
.has-regular-font-size,
|
||||
.has-normal-font-size,
|
||||
.has-medium-font-size {
|
||||
font-size: 1.15em;
|
||||
font-size: 1.15;
|
||||
}
|
||||
|
||||
.is-large-text,
|
||||
.has-large-font-size {
|
||||
font-size: 1.3225em;
|
||||
font-size: 1.3225;
|
||||
line-height: 1.125;
|
||||
}
|
||||
|
||||
.is-larger-text,
|
||||
.has-larger-font-size,
|
||||
.has-huge-font-size {
|
||||
font-size: 1.52087em;
|
||||
font-size: 1.52087;
|
||||
line-height: 1.125;
|
||||
}
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ Author: Automattic
|
|||
Author URI: https://automattic.com/
|
||||
Description: A fully responsive theme, ideal for creating a strong — yet beautiful — online presence for your business.
|
||||
Requires at least: WordPress 4.9.6
|
||||
Version: 1.5.15
|
||||
Version: 1.5.16
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: LICENSE
|
||||
Template: varia
|
||||
|
@ -146,22 +146,23 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
|
|||
*/
|
||||
:root {
|
||||
/* Colors */
|
||||
--wp--preset--color--primary: #1279BE;
|
||||
--wp--preset--color--primary: #1279be;
|
||||
--wp--preset--color--primary-hover: #303030;
|
||||
--wp--preset--color--secondary: #FFB302;
|
||||
--wp--preset--color--secondary: #ffb302;
|
||||
--wp--preset--color--secondary-hover: #303030;
|
||||
--wp--preset--color--foreground: #303030;
|
||||
--wp--preset--color--foreground-low-contrast: #757575;
|
||||
--wp--preset--color--foreground-high-contrast: #101010;
|
||||
--wp--preset--color--background: white;
|
||||
--wp--preset--color--background-low-contrast: #C5C5C5;
|
||||
--wp--preset--color--background-high-contrast: #F8F8F8;
|
||||
--wp--preset--color--border: #C5C5C5;
|
||||
--wp--preset--color--border-low-contrast: #A5A5A5;
|
||||
--wp--preset--color--border-high-contrast: #F8F8F8;
|
||||
--wp--preset--color--text-selection: #A9D9F9;
|
||||
--wp--preset--color--background-low-contrast: #c5c5c5;
|
||||
--wp--preset--color--background-high-contrast: #f8f8f8;
|
||||
--wp--preset--color--tertiary: #c5c5c5;
|
||||
--wp--preset--color--border: #c5c5c5;
|
||||
--wp--preset--color--border-low-contrast: #a5a5a5;
|
||||
--wp--preset--color--border-high-contrast: #f8f8f8;
|
||||
--wp--preset--color--text-selection: #a9d9f9;
|
||||
--wp--preset--color--alert-success: #33b756;
|
||||
--wp--preset--color--alert-info: #1279BE;
|
||||
--wp--preset--color--alert-info: #1279be;
|
||||
--wp--preset--color--alert-warning: #ecc700;
|
||||
--wp--preset--color--alert-error: #de3e33;
|
||||
--wp--preset--color--black: black;
|
||||
|
@ -222,7 +223,8 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
|
|||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button, button,
|
||||
button[data-load-more-btn],
|
||||
.button, button,
|
||||
input[type="submit"],
|
||||
.wp-block-button__link,
|
||||
.wp-block-file__button, .a8c-posts-list__view-all, .wp-block-search .wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
||||
|
@ -240,10 +242,12 @@ input[type="submit"],
|
|||
padding: 16px 24px;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
button[data-load-more-btn]:before,
|
||||
.button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, .button:after, button:after,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after,
|
||||
.button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
|
@ -253,27 +257,32 @@ input[type="submit"]:after,
|
|||
width: 0;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
button[data-load-more-btn]:before,
|
||||
.button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
|
||||
margin-bottom: -0.12em;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:after, .button:after, button:after,
|
||||
button[data-load-more-btn]:after,
|
||||
.button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
margin-top: -0.11em;
|
||||
}
|
||||
|
||||
|
||||
.button:not(.has-background):hover, button:not(.has-background):hover,
|
||||
input:not(.has-background):hover[type="submit"],
|
||||
.wp-block-button__link:not(.has-background):hover,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover, .button:focus, button:focus,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover,
|
||||
.button:focus, button:focus,
|
||||
input:focus[type="submit"],
|
||||
.wp-block-button__link:focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, .has-focus.button, button.has-focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus,
|
||||
.has-focus.button, button.has-focus,
|
||||
input.has-focus[type="submit"],
|
||||
.has-focus.wp-block-button__link,
|
||||
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
||||
|
@ -1360,86 +1369,19 @@ object {
|
|||
color: currentColor;
|
||||
}
|
||||
|
||||
/**
|
||||
* Button Placeholder style
|
||||
* - Since buttons appear in various blocks,
|
||||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button, button,
|
||||
input[type="submit"],
|
||||
.wp-block-button__link,
|
||||
.wp-block-file__button, .a8c-posts-list__view-all, .wp-block-search .wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
||||
line-height: 1;
|
||||
color: var(--wp--preset--color--background);
|
||||
cursor: pointer;
|
||||
font-weight: bold;
|
||||
font-family: "PT Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-base, "PT Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
font-size: 1rem;
|
||||
background-color: var(--wp--preset--color--primary);
|
||||
border-radius: 5px;
|
||||
border-width: 0;
|
||||
text-decoration: none;
|
||||
padding: 16px 24px;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, .button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
content: '';
|
||||
display: block;
|
||||
height: 0;
|
||||
width: 0;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
|
||||
margin-bottom: -0.12em;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:after, .button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
margin-top: -0.11em;
|
||||
}
|
||||
|
||||
.button:not(.has-background):hover, button:not(.has-background):hover,
|
||||
input:not(.has-background):hover[type="submit"],
|
||||
.wp-block-button__link:not(.has-background):hover,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover, .button:focus, button:focus,
|
||||
input:focus[type="submit"],
|
||||
.wp-block-button__link:focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, .has-focus.button, button.has-focus,
|
||||
input.has-focus[type="submit"],
|
||||
.has-focus.wp-block-button__link,
|
||||
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
||||
color: var(--wp--preset--color--background);
|
||||
background-color: var(--wp--preset--color--primary-hover);
|
||||
}
|
||||
|
||||
/**
|
||||
* Onsale Placeholder style
|
||||
* - Since buttons appear in various blocks,
|
||||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button {
|
||||
button[data-load-more-btn],
|
||||
.button {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.has-background:not(.has-background-background-color) button[data-load-more-btn],
|
||||
[class*="background-color"]:not(.has-background-background-color) button[data-load-more-btn],
|
||||
[style*="background-color"] button[data-load-more-btn], .has-background:not(.has-background-background-color) .button,
|
||||
[class*="background-color"]:not(.has-background-background-color) .button,
|
||||
[style*="background-color"] .button {
|
||||
[style*="background-color"] button[data-load-more-btn], .has-background:not(.has-background-background-color)
|
||||
.button,
|
||||
[class*="background-color"]:not(.has-background-background-color)
|
||||
.button,
|
||||
[style*="background-color"]
|
||||
.button {
|
||||
background-color: transparent;
|
||||
border: 2px solid currentColor;
|
||||
color: currentColor;
|
||||
|
@ -2535,6 +2477,10 @@ table.is-style-stripes tbody tr:nth-child(odd),
|
|||
color: var(--wp--preset--color--background);
|
||||
}
|
||||
|
||||
.has-tertiary-color {
|
||||
color: var(--wp--preset--color--tertiary);
|
||||
}
|
||||
|
||||
.has-background p:not(.has-text-color),
|
||||
.has-background h1:not(.has-text-color),
|
||||
.has-background h2:not(.has-text-color),
|
||||
|
@ -2628,6 +2574,16 @@ table.is-style-stripes tbody tr:nth-child(odd),
|
|||
color: var(--wp--preset--color--foreground);
|
||||
}
|
||||
|
||||
.has-tertiary-background-color,
|
||||
.has-tertiary-background-color.has-background-dim {
|
||||
background-color: var(--wp--preset--color--tertiary);
|
||||
}
|
||||
|
||||
.has-tertiary-background-color:not(.has-text-color),
|
||||
.has-tertiary-background-color.has-background-dim:not(.has-text-color) {
|
||||
color: var(--wp--preset--color--foreground);
|
||||
}
|
||||
|
||||
.is-small-text,
|
||||
.has-small-font-size {
|
||||
font-size: 0.86957rem;
|
||||
|
|
138
hever/style.css
138
hever/style.css
|
@ -146,22 +146,23 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
|
|||
*/
|
||||
:root {
|
||||
/* Colors */
|
||||
--wp--preset--color--primary: #1279BE;
|
||||
--wp--preset--color--primary: #1279be;
|
||||
--wp--preset--color--primary-hover: #303030;
|
||||
--wp--preset--color--secondary: #FFB302;
|
||||
--wp--preset--color--secondary: #ffb302;
|
||||
--wp--preset--color--secondary-hover: #303030;
|
||||
--wp--preset--color--foreground: #303030;
|
||||
--wp--preset--color--foreground-low-contrast: #757575;
|
||||
--wp--preset--color--foreground-high-contrast: #101010;
|
||||
--wp--preset--color--background: white;
|
||||
--wp--preset--color--background-low-contrast: #C5C5C5;
|
||||
--wp--preset--color--background-high-contrast: #F8F8F8;
|
||||
--wp--preset--color--border: #C5C5C5;
|
||||
--wp--preset--color--border-low-contrast: #A5A5A5;
|
||||
--wp--preset--color--border-high-contrast: #F8F8F8;
|
||||
--wp--preset--color--text-selection: #A9D9F9;
|
||||
--wp--preset--color--background-low-contrast: #c5c5c5;
|
||||
--wp--preset--color--background-high-contrast: #f8f8f8;
|
||||
--wp--preset--color--tertiary: #c5c5c5;
|
||||
--wp--preset--color--border: #c5c5c5;
|
||||
--wp--preset--color--border-low-contrast: #a5a5a5;
|
||||
--wp--preset--color--border-high-contrast: #f8f8f8;
|
||||
--wp--preset--color--text-selection: #a9d9f9;
|
||||
--wp--preset--color--alert-success: #33b756;
|
||||
--wp--preset--color--alert-info: #1279BE;
|
||||
--wp--preset--color--alert-info: #1279be;
|
||||
--wp--preset--color--alert-warning: #ecc700;
|
||||
--wp--preset--color--alert-error: #de3e33;
|
||||
--wp--preset--color--black: black;
|
||||
|
@ -222,7 +223,8 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
|
|||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button, button,
|
||||
button[data-load-more-btn],
|
||||
.button, button,
|
||||
input[type="submit"],
|
||||
.wp-block-button__link,
|
||||
.wp-block-file__button, .a8c-posts-list__view-all, .wp-block-search .wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
||||
|
@ -240,10 +242,12 @@ input[type="submit"],
|
|||
padding: 16px 24px;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
button[data-load-more-btn]:before,
|
||||
.button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, .button:after, button:after,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after,
|
||||
.button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
|
@ -253,27 +257,32 @@ input[type="submit"]:after,
|
|||
width: 0;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
button[data-load-more-btn]:before,
|
||||
.button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
|
||||
margin-bottom: -0.12em;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:after, .button:after, button:after,
|
||||
button[data-load-more-btn]:after,
|
||||
.button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
margin-top: -0.11em;
|
||||
}
|
||||
|
||||
|
||||
.button:not(.has-background):hover, button:not(.has-background):hover,
|
||||
input:not(.has-background):hover[type="submit"],
|
||||
.wp-block-button__link:not(.has-background):hover,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover, .button:focus, button:focus,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover,
|
||||
.button:focus, button:focus,
|
||||
input:focus[type="submit"],
|
||||
.wp-block-button__link:focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, .has-focus.button, button.has-focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus,
|
||||
.has-focus.button, button.has-focus,
|
||||
input.has-focus[type="submit"],
|
||||
.has-focus.wp-block-button__link,
|
||||
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
||||
|
@ -1360,86 +1369,19 @@ object {
|
|||
color: currentColor;
|
||||
}
|
||||
|
||||
/**
|
||||
* Button Placeholder style
|
||||
* - Since buttons appear in various blocks,
|
||||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button, button,
|
||||
input[type="submit"],
|
||||
.wp-block-button__link,
|
||||
.wp-block-file__button, .a8c-posts-list__view-all, .wp-block-search .wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
||||
line-height: 1;
|
||||
color: var(--wp--preset--color--background);
|
||||
cursor: pointer;
|
||||
font-weight: bold;
|
||||
font-family: "PT Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-base, "PT Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
font-size: 1rem;
|
||||
background-color: var(--wp--preset--color--primary);
|
||||
border-radius: 5px;
|
||||
border-width: 0;
|
||||
text-decoration: none;
|
||||
padding: 16px 24px;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, .button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
content: '';
|
||||
display: block;
|
||||
height: 0;
|
||||
width: 0;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
|
||||
margin-bottom: -0.12em;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:after, .button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
margin-top: -0.11em;
|
||||
}
|
||||
|
||||
.button:not(.has-background):hover, button:not(.has-background):hover,
|
||||
input:not(.has-background):hover[type="submit"],
|
||||
.wp-block-button__link:not(.has-background):hover,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover, .button:focus, button:focus,
|
||||
input:focus[type="submit"],
|
||||
.wp-block-button__link:focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, .has-focus.button, button.has-focus,
|
||||
input.has-focus[type="submit"],
|
||||
.has-focus.wp-block-button__link,
|
||||
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
||||
color: var(--wp--preset--color--background);
|
||||
background-color: var(--wp--preset--color--primary-hover);
|
||||
}
|
||||
|
||||
/**
|
||||
* Onsale Placeholder style
|
||||
* - Since buttons appear in various blocks,
|
||||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button {
|
||||
button[data-load-more-btn],
|
||||
.button {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.has-background:not(.has-background-background-color) button[data-load-more-btn],
|
||||
[class*="background-color"]:not(.has-background-background-color) button[data-load-more-btn],
|
||||
[style*="background-color"] button[data-load-more-btn], .has-background:not(.has-background-background-color) .button,
|
||||
[class*="background-color"]:not(.has-background-background-color) .button,
|
||||
[style*="background-color"] .button {
|
||||
[style*="background-color"] button[data-load-more-btn], .has-background:not(.has-background-background-color)
|
||||
.button,
|
||||
[class*="background-color"]:not(.has-background-background-color)
|
||||
.button,
|
||||
[style*="background-color"]
|
||||
.button {
|
||||
background-color: transparent;
|
||||
border: 2px solid currentColor;
|
||||
color: currentColor;
|
||||
|
@ -2542,6 +2484,10 @@ table.is-style-stripes tbody tr:nth-child(odd),
|
|||
color: var(--wp--preset--color--background);
|
||||
}
|
||||
|
||||
.has-tertiary-color {
|
||||
color: var(--wp--preset--color--tertiary);
|
||||
}
|
||||
|
||||
.has-background p:not(.has-text-color),
|
||||
.has-background h1:not(.has-text-color),
|
||||
.has-background h2:not(.has-text-color),
|
||||
|
@ -2635,6 +2581,16 @@ table.is-style-stripes tbody tr:nth-child(odd),
|
|||
color: var(--wp--preset--color--foreground);
|
||||
}
|
||||
|
||||
.has-tertiary-background-color,
|
||||
.has-tertiary-background-color.has-background-dim {
|
||||
background-color: var(--wp--preset--color--tertiary);
|
||||
}
|
||||
|
||||
.has-tertiary-background-color:not(.has-text-color),
|
||||
.has-tertiary-background-color.has-background-dim:not(.has-text-color) {
|
||||
color: var(--wp--preset--color--foreground);
|
||||
}
|
||||
|
||||
.is-small-text,
|
||||
.has-small-font-size {
|
||||
font-size: 0.86957rem;
|
||||
|
|
2
leven/package-lock.json
generated
2
leven/package-lock.json
generated
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "leven",
|
||||
"version": "1.4.13",
|
||||
"version": "1.4.14",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -647,7 +647,7 @@ object {
|
|||
|
||||
.wp-block-cover h2,
|
||||
.wp-block-cover-image h2 {
|
||||
font-size: 2.62065em;
|
||||
font-size: 2.62065;
|
||||
letter-spacing: -0.02em;
|
||||
line-height: 1.125;
|
||||
padding: 0;
|
||||
|
@ -1079,7 +1079,7 @@ pre.wp-block-verse {
|
|||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-headings, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
font-weight: 700;
|
||||
font-size: 2.62065em;
|
||||
font-size: 2.62065;
|
||||
letter-spacing: -0.02em;
|
||||
line-height: 1.125;
|
||||
}
|
||||
|
@ -1220,26 +1220,26 @@ pre.wp-block-verse {
|
|||
|
||||
.is-small-text,
|
||||
.has-small-font-size {
|
||||
font-size: 0.82474em;
|
||||
font-size: 0.82474;
|
||||
}
|
||||
|
||||
.is-regular-text,
|
||||
.has-regular-font-size,
|
||||
.has-normal-font-size,
|
||||
.has-medium-font-size {
|
||||
font-size: 1.2125em;
|
||||
font-size: 1.2125;
|
||||
}
|
||||
|
||||
.is-large-text,
|
||||
.has-large-font-size {
|
||||
font-size: 1.47016em;
|
||||
font-size: 1.47016;
|
||||
line-height: 1.125;
|
||||
}
|
||||
|
||||
.is-larger-text,
|
||||
.has-larger-font-size,
|
||||
.has-huge-font-size {
|
||||
font-size: 1.78256em;
|
||||
font-size: 1.78256;
|
||||
line-height: 1.125;
|
||||
}
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ Author: the WordPress team
|
|||
Author URI: https://wordpress.org/
|
||||
Description: A colorful, typography driven, Gutenberg-ready theme meant to grab the attention of potential customers and market or sell products to them.
|
||||
Requires at least: WordPress 4.9.6
|
||||
Version: 1.4.13
|
||||
Version: 1.4.14
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: LICENSE
|
||||
Template: varia
|
||||
|
@ -195,7 +195,8 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
|
|||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button, button,
|
||||
button[data-load-more-btn],
|
||||
.button, button,
|
||||
input[type="submit"],
|
||||
.wp-block-button__link,
|
||||
.wp-block-file__button, .a8c-posts-list__view-all, .wp-block-search .wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
||||
|
@ -213,10 +214,12 @@ input[type="submit"],
|
|||
padding: 16px 16px;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
button[data-load-more-btn]:before,
|
||||
.button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, .button:after, button:after,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after,
|
||||
.button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
|
@ -226,27 +229,32 @@ input[type="submit"]:after,
|
|||
width: 0;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
button[data-load-more-btn]:before,
|
||||
.button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
|
||||
margin-bottom: -0.12em;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:after, .button:after, button:after,
|
||||
button[data-load-more-btn]:after,
|
||||
.button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
margin-top: -0.11em;
|
||||
}
|
||||
|
||||
|
||||
.button:not(.has-background):hover, button:not(.has-background):hover,
|
||||
input:not(.has-background):hover[type="submit"],
|
||||
.wp-block-button__link:not(.has-background):hover,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover, .button:focus, button:focus,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover,
|
||||
.button:focus, button:focus,
|
||||
input:focus[type="submit"],
|
||||
.wp-block-button__link:focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, .has-focus.button, button.has-focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus,
|
||||
.has-focus.button, button.has-focus,
|
||||
input.has-focus[type="submit"],
|
||||
.has-focus.wp-block-button__link,
|
||||
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
||||
|
@ -1333,86 +1341,19 @@ object {
|
|||
color: currentColor;
|
||||
}
|
||||
|
||||
/**
|
||||
* Button Placeholder style
|
||||
* - Since buttons appear in various blocks,
|
||||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button, button,
|
||||
input[type="submit"],
|
||||
.wp-block-button__link,
|
||||
.wp-block-file__button, .a8c-posts-list__view-all, .wp-block-search .wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
||||
line-height: 1;
|
||||
color: white;
|
||||
cursor: pointer;
|
||||
font-weight: 700;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-base, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
font-size: 1.2125rem;
|
||||
background-color: #ff302c;
|
||||
border-radius: 9px;
|
||||
border-width: 0;
|
||||
text-decoration: none;
|
||||
padding: 16px 16px;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, .button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
content: '';
|
||||
display: block;
|
||||
height: 0;
|
||||
width: 0;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
|
||||
margin-bottom: -0.12em;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:after, .button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
margin-top: -0.11em;
|
||||
}
|
||||
|
||||
.button:not(.has-background):hover, button:not(.has-background):hover,
|
||||
input:not(.has-background):hover[type="submit"],
|
||||
.wp-block-button__link:not(.has-background):hover,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover, .button:focus, button:focus,
|
||||
input:focus[type="submit"],
|
||||
.wp-block-button__link:focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, .has-focus.button, button.has-focus,
|
||||
input.has-focus[type="submit"],
|
||||
.has-focus.wp-block-button__link,
|
||||
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
||||
color: white;
|
||||
background-color: #1285ce;
|
||||
}
|
||||
|
||||
/**
|
||||
* Onsale Placeholder style
|
||||
* - Since buttons appear in various blocks,
|
||||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button {
|
||||
button[data-load-more-btn],
|
||||
.button {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.has-background:not(.has-background-background-color) button[data-load-more-btn],
|
||||
[class*="background-color"]:not(.has-background-background-color) button[data-load-more-btn],
|
||||
[style*="background-color"] button[data-load-more-btn], .has-background:not(.has-background-background-color) .button,
|
||||
[class*="background-color"]:not(.has-background-background-color) .button,
|
||||
[style*="background-color"] .button {
|
||||
[style*="background-color"] button[data-load-more-btn], .has-background:not(.has-background-background-color)
|
||||
.button,
|
||||
[class*="background-color"]:not(.has-background-background-color)
|
||||
.button,
|
||||
[style*="background-color"]
|
||||
.button {
|
||||
background-color: transparent;
|
||||
border: 2px solid currentColor;
|
||||
color: currentColor;
|
||||
|
|
105
leven/style.css
105
leven/style.css
|
@ -195,7 +195,8 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
|
|||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button, button,
|
||||
button[data-load-more-btn],
|
||||
.button, button,
|
||||
input[type="submit"],
|
||||
.wp-block-button__link,
|
||||
.wp-block-file__button, .a8c-posts-list__view-all, .wp-block-search .wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
||||
|
@ -213,10 +214,12 @@ input[type="submit"],
|
|||
padding: 16px 16px;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
button[data-load-more-btn]:before,
|
||||
.button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, .button:after, button:after,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after,
|
||||
.button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
|
@ -226,27 +229,32 @@ input[type="submit"]:after,
|
|||
width: 0;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
button[data-load-more-btn]:before,
|
||||
.button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
|
||||
margin-bottom: -0.12em;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:after, .button:after, button:after,
|
||||
button[data-load-more-btn]:after,
|
||||
.button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
margin-top: -0.11em;
|
||||
}
|
||||
|
||||
|
||||
.button:not(.has-background):hover, button:not(.has-background):hover,
|
||||
input:not(.has-background):hover[type="submit"],
|
||||
.wp-block-button__link:not(.has-background):hover,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover, .button:focus, button:focus,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover,
|
||||
.button:focus, button:focus,
|
||||
input:focus[type="submit"],
|
||||
.wp-block-button__link:focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, .has-focus.button, button.has-focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus,
|
||||
.has-focus.button, button.has-focus,
|
||||
input.has-focus[type="submit"],
|
||||
.has-focus.wp-block-button__link,
|
||||
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
||||
|
@ -1333,86 +1341,19 @@ object {
|
|||
color: currentColor;
|
||||
}
|
||||
|
||||
/**
|
||||
* Button Placeholder style
|
||||
* - Since buttons appear in various blocks,
|
||||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button, button,
|
||||
input[type="submit"],
|
||||
.wp-block-button__link,
|
||||
.wp-block-file__button, .a8c-posts-list__view-all, .wp-block-search .wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
||||
line-height: 1;
|
||||
color: white;
|
||||
cursor: pointer;
|
||||
font-weight: 700;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-base, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
font-size: 1.2125rem;
|
||||
background-color: #ff302c;
|
||||
border-radius: 9px;
|
||||
border-width: 0;
|
||||
text-decoration: none;
|
||||
padding: 16px 16px;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, .button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
content: '';
|
||||
display: block;
|
||||
height: 0;
|
||||
width: 0;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
|
||||
margin-bottom: -0.12em;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:after, .button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
margin-top: -0.11em;
|
||||
}
|
||||
|
||||
.button:not(.has-background):hover, button:not(.has-background):hover,
|
||||
input:not(.has-background):hover[type="submit"],
|
||||
.wp-block-button__link:not(.has-background):hover,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover, .button:focus, button:focus,
|
||||
input:focus[type="submit"],
|
||||
.wp-block-button__link:focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, .has-focus.button, button.has-focus,
|
||||
input.has-focus[type="submit"],
|
||||
.has-focus.wp-block-button__link,
|
||||
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
||||
color: white;
|
||||
background-color: #1285ce;
|
||||
}
|
||||
|
||||
/**
|
||||
* Onsale Placeholder style
|
||||
* - Since buttons appear in various blocks,
|
||||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button {
|
||||
button[data-load-more-btn],
|
||||
.button {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.has-background:not(.has-background-background-color) button[data-load-more-btn],
|
||||
[class*="background-color"]:not(.has-background-background-color) button[data-load-more-btn],
|
||||
[style*="background-color"] button[data-load-more-btn], .has-background:not(.has-background-background-color) .button,
|
||||
[class*="background-color"]:not(.has-background-background-color) .button,
|
||||
[style*="background-color"] .button {
|
||||
[style*="background-color"] button[data-load-more-btn], .has-background:not(.has-background-background-color)
|
||||
.button,
|
||||
[class*="background-color"]:not(.has-background-background-color)
|
||||
.button,
|
||||
[style*="background-color"]
|
||||
.button {
|
||||
background-color: transparent;
|
||||
border: 2px solid currentColor;
|
||||
color: currentColor;
|
||||
|
|
2
mayland/package-lock.json
generated
2
mayland/package-lock.json
generated
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "mayland",
|
||||
"version": "1.3.13",
|
||||
"version": "1.3.14",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -646,7 +646,7 @@ object {
|
|||
|
||||
.wp-block-cover h2,
|
||||
.wp-block-cover-image h2 {
|
||||
font-size: 1.728em;
|
||||
font-size: 1.728;
|
||||
letter-spacing: -0.015em;
|
||||
line-height: 1.125;
|
||||
padding: 0;
|
||||
|
@ -1078,7 +1078,7 @@ pre.wp-block-verse {
|
|||
font-family: Poppins, sans-serif;
|
||||
font-family: var(--font-headings, Poppins, sans-serif);
|
||||
font-weight: 600;
|
||||
font-size: 1.728em;
|
||||
font-size: 1.728;
|
||||
letter-spacing: -0.015em;
|
||||
line-height: 1.125;
|
||||
}
|
||||
|
@ -1219,26 +1219,26 @@ pre.wp-block-verse {
|
|||
|
||||
.is-small-text,
|
||||
.has-small-font-size {
|
||||
font-size: 0.83333em;
|
||||
font-size: 0.83333;
|
||||
}
|
||||
|
||||
.is-regular-text,
|
||||
.has-regular-font-size,
|
||||
.has-normal-font-size,
|
||||
.has-medium-font-size {
|
||||
font-size: 1.2em;
|
||||
font-size: 1.2;
|
||||
}
|
||||
|
||||
.is-large-text,
|
||||
.has-large-font-size {
|
||||
font-size: 1.44em;
|
||||
font-size: 1.44;
|
||||
line-height: 1.125;
|
||||
}
|
||||
|
||||
.is-larger-text,
|
||||
.has-larger-font-size,
|
||||
.has-huge-font-size {
|
||||
font-size: 1.728em;
|
||||
font-size: 1.728;
|
||||
line-height: 1.125;
|
||||
}
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ Author: Automattic
|
|||
Author URI: https://automattic.com/
|
||||
Description: Make your online portfolio wonderfully uncluttered with Mayland. Gracefully highlight your photography and other projects. Mayland is versatile enough to be your personal site too.
|
||||
Requires at least: WordPress 4.9.6
|
||||
Version: 1.3.13
|
||||
Version: 1.3.14
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: LICENSE
|
||||
Template: varia
|
||||
|
@ -195,7 +195,8 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
|
|||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button, button,
|
||||
button[data-load-more-btn],
|
||||
.button, button,
|
||||
input[type="submit"],
|
||||
.wp-block-button__link,
|
||||
.wp-block-file__button, .a8c-posts-list__view-all, .wp-block-search .wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
||||
|
@ -213,10 +214,12 @@ input[type="submit"],
|
|||
padding: 16px 16px;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
button[data-load-more-btn]:before,
|
||||
.button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, .button:after, button:after,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after,
|
||||
.button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
|
@ -226,27 +229,32 @@ input[type="submit"]:after,
|
|||
width: 0;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
button[data-load-more-btn]:before,
|
||||
.button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
|
||||
margin-bottom: -0.12em;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:after, .button:after, button:after,
|
||||
button[data-load-more-btn]:after,
|
||||
.button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
margin-top: -0.11em;
|
||||
}
|
||||
|
||||
|
||||
.button:not(.has-background):hover, button:not(.has-background):hover,
|
||||
input:not(.has-background):hover[type="submit"],
|
||||
.wp-block-button__link:not(.has-background):hover,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover, .button:focus, button:focus,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover,
|
||||
.button:focus, button:focus,
|
||||
input:focus[type="submit"],
|
||||
.wp-block-button__link:focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, .has-focus.button, button.has-focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus,
|
||||
.has-focus.button, button.has-focus,
|
||||
input.has-focus[type="submit"],
|
||||
.has-focus.wp-block-button__link,
|
||||
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
||||
|
@ -1333,86 +1341,19 @@ object {
|
|||
color: currentColor;
|
||||
}
|
||||
|
||||
/**
|
||||
* Button Placeholder style
|
||||
* - Since buttons appear in various blocks,
|
||||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button, button,
|
||||
input[type="submit"],
|
||||
.wp-block-button__link,
|
||||
.wp-block-file__button, .a8c-posts-list__view-all, .wp-block-search .wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
||||
line-height: 1;
|
||||
color: white;
|
||||
cursor: pointer;
|
||||
font-weight: 600;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-base, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
font-size: 0.83333rem;
|
||||
background-color: #000000;
|
||||
border-radius: 5px;
|
||||
border-width: 0;
|
||||
text-decoration: none;
|
||||
padding: 16px 16px;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, .button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
content: '';
|
||||
display: block;
|
||||
height: 0;
|
||||
width: 0;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
|
||||
margin-bottom: -0.12em;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:after, .button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
margin-top: -0.11em;
|
||||
}
|
||||
|
||||
.button:not(.has-background):hover, button:not(.has-background):hover,
|
||||
input:not(.has-background):hover[type="submit"],
|
||||
.wp-block-button__link:not(.has-background):hover,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover, .button:focus, button:focus,
|
||||
input:focus[type="submit"],
|
||||
.wp-block-button__link:focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, .has-focus.button, button.has-focus,
|
||||
input.has-focus[type="submit"],
|
||||
.has-focus.wp-block-button__link,
|
||||
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
||||
color: white;
|
||||
background-color: #666666;
|
||||
}
|
||||
|
||||
/**
|
||||
* Onsale Placeholder style
|
||||
* - Since buttons appear in various blocks,
|
||||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button {
|
||||
button[data-load-more-btn],
|
||||
.button {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.has-background:not(.has-background-background-color) button[data-load-more-btn],
|
||||
[class*="background-color"]:not(.has-background-background-color) button[data-load-more-btn],
|
||||
[style*="background-color"] button[data-load-more-btn], .has-background:not(.has-background-background-color) .button,
|
||||
[class*="background-color"]:not(.has-background-background-color) .button,
|
||||
[style*="background-color"] .button {
|
||||
[style*="background-color"] button[data-load-more-btn], .has-background:not(.has-background-background-color)
|
||||
.button,
|
||||
[class*="background-color"]:not(.has-background-background-color)
|
||||
.button,
|
||||
[style*="background-color"]
|
||||
.button {
|
||||
background-color: transparent;
|
||||
border: 2px solid currentColor;
|
||||
color: currentColor;
|
||||
|
|
|
@ -195,7 +195,8 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
|
|||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button, button,
|
||||
button[data-load-more-btn],
|
||||
.button, button,
|
||||
input[type="submit"],
|
||||
.wp-block-button__link,
|
||||
.wp-block-file__button, .a8c-posts-list__view-all, .wp-block-search .wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
||||
|
@ -213,10 +214,12 @@ input[type="submit"],
|
|||
padding: 16px 16px;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
button[data-load-more-btn]:before,
|
||||
.button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, .button:after, button:after,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after,
|
||||
.button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
|
@ -226,27 +229,32 @@ input[type="submit"]:after,
|
|||
width: 0;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
button[data-load-more-btn]:before,
|
||||
.button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
|
||||
margin-bottom: -0.12em;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:after, .button:after, button:after,
|
||||
button[data-load-more-btn]:after,
|
||||
.button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
margin-top: -0.11em;
|
||||
}
|
||||
|
||||
|
||||
.button:not(.has-background):hover, button:not(.has-background):hover,
|
||||
input:not(.has-background):hover[type="submit"],
|
||||
.wp-block-button__link:not(.has-background):hover,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover, .button:focus, button:focus,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover,
|
||||
.button:focus, button:focus,
|
||||
input:focus[type="submit"],
|
||||
.wp-block-button__link:focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, .has-focus.button, button.has-focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus,
|
||||
.has-focus.button, button.has-focus,
|
||||
input.has-focus[type="submit"],
|
||||
.has-focus.wp-block-button__link,
|
||||
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
||||
|
@ -1333,86 +1341,19 @@ object {
|
|||
color: currentColor;
|
||||
}
|
||||
|
||||
/**
|
||||
* Button Placeholder style
|
||||
* - Since buttons appear in various blocks,
|
||||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button, button,
|
||||
input[type="submit"],
|
||||
.wp-block-button__link,
|
||||
.wp-block-file__button, .a8c-posts-list__view-all, .wp-block-search .wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
||||
line-height: 1;
|
||||
color: white;
|
||||
cursor: pointer;
|
||||
font-weight: 600;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-base, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
font-size: 0.83333rem;
|
||||
background-color: #000000;
|
||||
border-radius: 5px;
|
||||
border-width: 0;
|
||||
text-decoration: none;
|
||||
padding: 16px 16px;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, .button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
content: '';
|
||||
display: block;
|
||||
height: 0;
|
||||
width: 0;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
|
||||
margin-bottom: -0.12em;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:after, .button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
margin-top: -0.11em;
|
||||
}
|
||||
|
||||
.button:not(.has-background):hover, button:not(.has-background):hover,
|
||||
input:not(.has-background):hover[type="submit"],
|
||||
.wp-block-button__link:not(.has-background):hover,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover, .button:focus, button:focus,
|
||||
input:focus[type="submit"],
|
||||
.wp-block-button__link:focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, .has-focus.button, button.has-focus,
|
||||
input.has-focus[type="submit"],
|
||||
.has-focus.wp-block-button__link,
|
||||
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
||||
color: white;
|
||||
background-color: #666666;
|
||||
}
|
||||
|
||||
/**
|
||||
* Onsale Placeholder style
|
||||
* - Since buttons appear in various blocks,
|
||||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button {
|
||||
button[data-load-more-btn],
|
||||
.button {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.has-background:not(.has-background-background-color) button[data-load-more-btn],
|
||||
[class*="background-color"]:not(.has-background-background-color) button[data-load-more-btn],
|
||||
[style*="background-color"] button[data-load-more-btn], .has-background:not(.has-background-background-color) .button,
|
||||
[class*="background-color"]:not(.has-background-background-color) .button,
|
||||
[style*="background-color"] .button {
|
||||
[style*="background-color"] button[data-load-more-btn], .has-background:not(.has-background-background-color)
|
||||
.button,
|
||||
[class*="background-color"]:not(.has-background-background-color)
|
||||
.button,
|
||||
[style*="background-color"]
|
||||
.button {
|
||||
background-color: transparent;
|
||||
border: 2px solid currentColor;
|
||||
color: currentColor;
|
||||
|
|
2
maywood/package-lock.json
generated
2
maywood/package-lock.json
generated
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "maywood",
|
||||
"version": "1.5.14",
|
||||
"version": "1.5.15",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -662,7 +662,7 @@ object {
|
|||
|
||||
.wp-block-cover h2,
|
||||
.wp-block-cover-image h2 {
|
||||
font-size: 1.728em;
|
||||
font-size: 1.728;
|
||||
letter-spacing: normal;
|
||||
line-height: 1.125;
|
||||
padding: 0;
|
||||
|
@ -1094,7 +1094,7 @@ pre.wp-block-verse {
|
|||
font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-headings, "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
font-weight: 700;
|
||||
font-size: 1.728em;
|
||||
font-size: 1.728;
|
||||
letter-spacing: normal;
|
||||
line-height: 1.125;
|
||||
}
|
||||
|
@ -1235,26 +1235,26 @@ pre.wp-block-verse {
|
|||
|
||||
.is-small-text,
|
||||
.has-small-font-size {
|
||||
font-size: 0.83333em;
|
||||
font-size: 0.83333;
|
||||
}
|
||||
|
||||
.is-regular-text,
|
||||
.has-regular-font-size,
|
||||
.has-normal-font-size,
|
||||
.has-medium-font-size {
|
||||
font-size: 1.2em;
|
||||
font-size: 1.2;
|
||||
}
|
||||
|
||||
.is-large-text,
|
||||
.has-large-font-size {
|
||||
font-size: 1.44em;
|
||||
font-size: 1.44;
|
||||
line-height: 1.125;
|
||||
}
|
||||
|
||||
.is-larger-text,
|
||||
.has-larger-font-size,
|
||||
.has-huge-font-size {
|
||||
font-size: 1.728em;
|
||||
font-size: 1.728;
|
||||
line-height: 1.125;
|
||||
}
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ Author: Automattic
|
|||
Author URI: https://automattic.com/
|
||||
Description: Maywood is a refined theme designed for restaurants and food-related businesses seeking a modern look.
|
||||
Requires at least: WordPress 4.9.6
|
||||
Version: 1.5.14
|
||||
Version: 1.5.15
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: LICENSE
|
||||
Template: varia
|
||||
|
@ -195,7 +195,8 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
|
|||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button, button,
|
||||
button[data-load-more-btn],
|
||||
.button, button,
|
||||
input[type="submit"],
|
||||
.wp-block-button__link,
|
||||
.wp-block-file__button, .a8c-posts-list__view-all, .wp-block-search .wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
||||
|
@ -213,10 +214,12 @@ input[type="submit"],
|
|||
padding: 16px 16px;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
button[data-load-more-btn]:before,
|
||||
.button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, .button:after, button:after,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after,
|
||||
.button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
|
@ -226,27 +229,32 @@ input[type="submit"]:after,
|
|||
width: 0;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
button[data-load-more-btn]:before,
|
||||
.button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
|
||||
margin-bottom: -0.12em;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:after, .button:after, button:after,
|
||||
button[data-load-more-btn]:after,
|
||||
.button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
margin-top: -0.11em;
|
||||
}
|
||||
|
||||
|
||||
.button:not(.has-background):hover, button:not(.has-background):hover,
|
||||
input:not(.has-background):hover[type="submit"],
|
||||
.wp-block-button__link:not(.has-background):hover,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover, .button:focus, button:focus,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover,
|
||||
.button:focus, button:focus,
|
||||
input:focus[type="submit"],
|
||||
.wp-block-button__link:focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, .has-focus.button, button.has-focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus,
|
||||
.has-focus.button, button.has-focus,
|
||||
input.has-focus[type="submit"],
|
||||
.has-focus.wp-block-button__link,
|
||||
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
||||
|
@ -1333,86 +1341,19 @@ object {
|
|||
color: currentColor;
|
||||
}
|
||||
|
||||
/**
|
||||
* Button Placeholder style
|
||||
* - Since buttons appear in various blocks,
|
||||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button, button,
|
||||
input[type="submit"],
|
||||
.wp-block-button__link,
|
||||
.wp-block-file__button, .a8c-posts-list__view-all, .wp-block-search .wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
||||
line-height: 1;
|
||||
color: white;
|
||||
cursor: pointer;
|
||||
font-weight: 700;
|
||||
font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-base, "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
font-size: 0.83333rem;
|
||||
background-color: #897248;
|
||||
border-radius: 5px;
|
||||
border-width: 0;
|
||||
text-decoration: none;
|
||||
padding: 16px 16px;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, .button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
content: '';
|
||||
display: block;
|
||||
height: 0;
|
||||
width: 0;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
|
||||
margin-bottom: -0.12em;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:after, .button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
margin-top: -0.11em;
|
||||
}
|
||||
|
||||
.button:not(.has-background):hover, button:not(.has-background):hover,
|
||||
input:not(.has-background):hover[type="submit"],
|
||||
.wp-block-button__link:not(.has-background):hover,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover, .button:focus, button:focus,
|
||||
input:focus[type="submit"],
|
||||
.wp-block-button__link:focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, .has-focus.button, button.has-focus,
|
||||
input.has-focus[type="submit"],
|
||||
.has-focus.wp-block-button__link,
|
||||
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
||||
color: white;
|
||||
background-color: #685636;
|
||||
}
|
||||
|
||||
/**
|
||||
* Onsale Placeholder style
|
||||
* - Since buttons appear in various blocks,
|
||||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button {
|
||||
button[data-load-more-btn],
|
||||
.button {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.has-background:not(.has-background-background-color) button[data-load-more-btn],
|
||||
[class*="background-color"]:not(.has-background-background-color) button[data-load-more-btn],
|
||||
[style*="background-color"] button[data-load-more-btn], .has-background:not(.has-background-background-color) .button,
|
||||
[class*="background-color"]:not(.has-background-background-color) .button,
|
||||
[style*="background-color"] .button {
|
||||
[style*="background-color"] button[data-load-more-btn], .has-background:not(.has-background-background-color)
|
||||
.button,
|
||||
[class*="background-color"]:not(.has-background-background-color)
|
||||
.button,
|
||||
[style*="background-color"]
|
||||
.button {
|
||||
background-color: transparent;
|
||||
border: 2px solid currentColor;
|
||||
color: currentColor;
|
||||
|
|
|
@ -195,7 +195,8 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
|
|||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button, button,
|
||||
button[data-load-more-btn],
|
||||
.button, button,
|
||||
input[type="submit"],
|
||||
.wp-block-button__link,
|
||||
.wp-block-file__button, .a8c-posts-list__view-all, .wp-block-search .wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
||||
|
@ -213,10 +214,12 @@ input[type="submit"],
|
|||
padding: 16px 16px;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
button[data-load-more-btn]:before,
|
||||
.button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, .button:after, button:after,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after,
|
||||
.button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
|
@ -226,27 +229,32 @@ input[type="submit"]:after,
|
|||
width: 0;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
button[data-load-more-btn]:before,
|
||||
.button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
|
||||
margin-bottom: -0.12em;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:after, .button:after, button:after,
|
||||
button[data-load-more-btn]:after,
|
||||
.button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
margin-top: -0.11em;
|
||||
}
|
||||
|
||||
|
||||
.button:not(.has-background):hover, button:not(.has-background):hover,
|
||||
input:not(.has-background):hover[type="submit"],
|
||||
.wp-block-button__link:not(.has-background):hover,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover, .button:focus, button:focus,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover,
|
||||
.button:focus, button:focus,
|
||||
input:focus[type="submit"],
|
||||
.wp-block-button__link:focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, .has-focus.button, button.has-focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus,
|
||||
.has-focus.button, button.has-focus,
|
||||
input.has-focus[type="submit"],
|
||||
.has-focus.wp-block-button__link,
|
||||
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
||||
|
@ -1333,86 +1341,19 @@ object {
|
|||
color: currentColor;
|
||||
}
|
||||
|
||||
/**
|
||||
* Button Placeholder style
|
||||
* - Since buttons appear in various blocks,
|
||||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button, button,
|
||||
input[type="submit"],
|
||||
.wp-block-button__link,
|
||||
.wp-block-file__button, .a8c-posts-list__view-all, .wp-block-search .wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
||||
line-height: 1;
|
||||
color: white;
|
||||
cursor: pointer;
|
||||
font-weight: 700;
|
||||
font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-base, "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
font-size: 0.83333rem;
|
||||
background-color: #897248;
|
||||
border-radius: 5px;
|
||||
border-width: 0;
|
||||
text-decoration: none;
|
||||
padding: 16px 16px;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, .button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
content: '';
|
||||
display: block;
|
||||
height: 0;
|
||||
width: 0;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
|
||||
margin-bottom: -0.12em;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:after, .button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
margin-top: -0.11em;
|
||||
}
|
||||
|
||||
.button:not(.has-background):hover, button:not(.has-background):hover,
|
||||
input:not(.has-background):hover[type="submit"],
|
||||
.wp-block-button__link:not(.has-background):hover,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover, .button:focus, button:focus,
|
||||
input:focus[type="submit"],
|
||||
.wp-block-button__link:focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, .has-focus.button, button.has-focus,
|
||||
input.has-focus[type="submit"],
|
||||
.has-focus.wp-block-button__link,
|
||||
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
||||
color: white;
|
||||
background-color: #685636;
|
||||
}
|
||||
|
||||
/**
|
||||
* Onsale Placeholder style
|
||||
* - Since buttons appear in various blocks,
|
||||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button {
|
||||
button[data-load-more-btn],
|
||||
.button {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.has-background:not(.has-background-background-color) button[data-load-more-btn],
|
||||
[class*="background-color"]:not(.has-background-background-color) button[data-load-more-btn],
|
||||
[style*="background-color"] button[data-load-more-btn], .has-background:not(.has-background-background-color) .button,
|
||||
[class*="background-color"]:not(.has-background-background-color) .button,
|
||||
[style*="background-color"] .button {
|
||||
[style*="background-color"] button[data-load-more-btn], .has-background:not(.has-background-background-color)
|
||||
.button,
|
||||
[class*="background-color"]:not(.has-background-background-color)
|
||||
.button,
|
||||
[style*="background-color"]
|
||||
.button {
|
||||
background-color: transparent;
|
||||
border: 2px solid currentColor;
|
||||
color: currentColor;
|
||||
|
|
2
morden/package-lock.json
generated
2
morden/package-lock.json
generated
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "morden",
|
||||
"version": "1.6.15",
|
||||
"version": "1.6.16",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -674,7 +674,7 @@ object {
|
|||
|
||||
.wp-block-cover h2,
|
||||
.wp-block-cover-image h2 {
|
||||
font-size: 2.01136em;
|
||||
font-size: 2.01136;
|
||||
letter-spacing: normal;
|
||||
line-height: 1.125;
|
||||
padding: 0;
|
||||
|
@ -1106,7 +1106,7 @@ pre.wp-block-verse {
|
|||
font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-headings, "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
font-weight: bold;
|
||||
font-size: 2.01136em;
|
||||
font-size: 2.01136;
|
||||
letter-spacing: normal;
|
||||
line-height: 1.125;
|
||||
}
|
||||
|
@ -1247,26 +1247,26 @@ pre.wp-block-verse {
|
|||
|
||||
.is-small-text,
|
||||
.has-small-font-size {
|
||||
font-size: 0.86957em;
|
||||
font-size: 0.86957;
|
||||
}
|
||||
|
||||
.is-regular-text,
|
||||
.has-regular-font-size,
|
||||
.has-normal-font-size,
|
||||
.has-medium-font-size {
|
||||
font-size: 1.15em;
|
||||
font-size: 1.15;
|
||||
}
|
||||
|
||||
.is-large-text,
|
||||
.has-large-font-size {
|
||||
font-size: 1.3225em;
|
||||
font-size: 1.3225;
|
||||
line-height: 1.125;
|
||||
}
|
||||
|
||||
.is-larger-text,
|
||||
.has-larger-font-size,
|
||||
.has-huge-font-size {
|
||||
font-size: 1.52087em;
|
||||
font-size: 1.52087;
|
||||
line-height: 1.125;
|
||||
}
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ Author: Automattic
|
|||
Author URI: https://automattic.com/
|
||||
Description: Morden is a functional and responsive multi-purpose theme that is the perfect solution for your business's online presence.
|
||||
Requires at least: WordPress 4.9.6
|
||||
Version: 1.6.15
|
||||
Version: 1.6.16
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: LICENSE
|
||||
Template: varia
|
||||
|
@ -222,7 +222,8 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
|
|||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button, button,
|
||||
button[data-load-more-btn],
|
||||
.button, button,
|
||||
input[type="submit"],
|
||||
.wp-block-button__link,
|
||||
.wp-block-file__button, .a8c-posts-list__view-all, .wp-block-search .wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
||||
|
@ -240,10 +241,12 @@ input[type="submit"],
|
|||
padding: 16px 24px;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
button[data-load-more-btn]:before,
|
||||
.button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, .button:after, button:after,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after,
|
||||
.button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
|
@ -253,27 +256,32 @@ input[type="submit"]:after,
|
|||
width: 0;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
button[data-load-more-btn]:before,
|
||||
.button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
|
||||
margin-bottom: -0.12em;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:after, .button:after, button:after,
|
||||
button[data-load-more-btn]:after,
|
||||
.button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
margin-top: -0.11em;
|
||||
}
|
||||
|
||||
|
||||
.button:not(.has-background):hover, button:not(.has-background):hover,
|
||||
input:not(.has-background):hover[type="submit"],
|
||||
.wp-block-button__link:not(.has-background):hover,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover, .button:focus, button:focus,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover,
|
||||
.button:focus, button:focus,
|
||||
input:focus[type="submit"],
|
||||
.wp-block-button__link:focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, .has-focus.button, button.has-focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus,
|
||||
.has-focus.button, button.has-focus,
|
||||
input.has-focus[type="submit"],
|
||||
.has-focus.wp-block-button__link,
|
||||
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
||||
|
@ -1360,86 +1368,19 @@ object {
|
|||
color: currentColor;
|
||||
}
|
||||
|
||||
/**
|
||||
* Button Placeholder style
|
||||
* - Since buttons appear in various blocks,
|
||||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button, button,
|
||||
input[type="submit"],
|
||||
.wp-block-button__link,
|
||||
.wp-block-file__button, .a8c-posts-list__view-all, .wp-block-search .wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
||||
line-height: 1;
|
||||
color: var(--wp--preset--color--background);
|
||||
cursor: pointer;
|
||||
font-weight: bold;
|
||||
font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-base, "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
font-size: 1rem;
|
||||
background-color: var(--wp--preset--color--primary);
|
||||
border-radius: 5px;
|
||||
border-width: 0;
|
||||
text-decoration: none;
|
||||
padding: 16px 24px;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, .button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
content: '';
|
||||
display: block;
|
||||
height: 0;
|
||||
width: 0;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
|
||||
margin-bottom: -0.12em;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:after, .button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
margin-top: -0.11em;
|
||||
}
|
||||
|
||||
.button:not(.has-background):hover, button:not(.has-background):hover,
|
||||
input:not(.has-background):hover[type="submit"],
|
||||
.wp-block-button__link:not(.has-background):hover,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover, .button:focus, button:focus,
|
||||
input:focus[type="submit"],
|
||||
.wp-block-button__link:focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, .has-focus.button, button.has-focus,
|
||||
input.has-focus[type="submit"],
|
||||
.has-focus.wp-block-button__link,
|
||||
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
||||
color: var(--wp--preset--color--background);
|
||||
background-color: var(--wp--preset--color--primary-hover);
|
||||
}
|
||||
|
||||
/**
|
||||
* Onsale Placeholder style
|
||||
* - Since buttons appear in various blocks,
|
||||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button {
|
||||
button[data-load-more-btn],
|
||||
.button {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.has-background:not(.has-background-background-color) button[data-load-more-btn],
|
||||
[class*="background-color"]:not(.has-background-background-color) button[data-load-more-btn],
|
||||
[style*="background-color"] button[data-load-more-btn], .has-background:not(.has-background-background-color) .button,
|
||||
[class*="background-color"]:not(.has-background-background-color) .button,
|
||||
[style*="background-color"] .button {
|
||||
[style*="background-color"] button[data-load-more-btn], .has-background:not(.has-background-background-color)
|
||||
.button,
|
||||
[class*="background-color"]:not(.has-background-background-color)
|
||||
.button,
|
||||
[style*="background-color"]
|
||||
.button {
|
||||
background-color: transparent;
|
||||
border: 2px solid currentColor;
|
||||
color: currentColor;
|
||||
|
|
105
morden/style.css
105
morden/style.css
|
@ -222,7 +222,8 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
|
|||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button, button,
|
||||
button[data-load-more-btn],
|
||||
.button, button,
|
||||
input[type="submit"],
|
||||
.wp-block-button__link,
|
||||
.wp-block-file__button, .a8c-posts-list__view-all, .wp-block-search .wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
||||
|
@ -240,10 +241,12 @@ input[type="submit"],
|
|||
padding: 16px 24px;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
button[data-load-more-btn]:before,
|
||||
.button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, .button:after, button:after,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after,
|
||||
.button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
|
@ -253,27 +256,32 @@ input[type="submit"]:after,
|
|||
width: 0;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
button[data-load-more-btn]:before,
|
||||
.button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
|
||||
margin-bottom: -0.12em;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:after, .button:after, button:after,
|
||||
button[data-load-more-btn]:after,
|
||||
.button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
margin-top: -0.11em;
|
||||
}
|
||||
|
||||
|
||||
.button:not(.has-background):hover, button:not(.has-background):hover,
|
||||
input:not(.has-background):hover[type="submit"],
|
||||
.wp-block-button__link:not(.has-background):hover,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover, .button:focus, button:focus,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover,
|
||||
.button:focus, button:focus,
|
||||
input:focus[type="submit"],
|
||||
.wp-block-button__link:focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, .has-focus.button, button.has-focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus,
|
||||
.has-focus.button, button.has-focus,
|
||||
input.has-focus[type="submit"],
|
||||
.has-focus.wp-block-button__link,
|
||||
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
||||
|
@ -1360,86 +1368,19 @@ object {
|
|||
color: currentColor;
|
||||
}
|
||||
|
||||
/**
|
||||
* Button Placeholder style
|
||||
* - Since buttons appear in various blocks,
|
||||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button, button,
|
||||
input[type="submit"],
|
||||
.wp-block-button__link,
|
||||
.wp-block-file__button, .a8c-posts-list__view-all, .wp-block-search .wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
||||
line-height: 1;
|
||||
color: var(--wp--preset--color--background);
|
||||
cursor: pointer;
|
||||
font-weight: bold;
|
||||
font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-base, "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
font-size: 1rem;
|
||||
background-color: var(--wp--preset--color--primary);
|
||||
border-radius: 5px;
|
||||
border-width: 0;
|
||||
text-decoration: none;
|
||||
padding: 16px 24px;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, .button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
content: '';
|
||||
display: block;
|
||||
height: 0;
|
||||
width: 0;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
|
||||
margin-bottom: -0.12em;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:after, .button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
margin-top: -0.11em;
|
||||
}
|
||||
|
||||
.button:not(.has-background):hover, button:not(.has-background):hover,
|
||||
input:not(.has-background):hover[type="submit"],
|
||||
.wp-block-button__link:not(.has-background):hover,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover, .button:focus, button:focus,
|
||||
input:focus[type="submit"],
|
||||
.wp-block-button__link:focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, .has-focus.button, button.has-focus,
|
||||
input.has-focus[type="submit"],
|
||||
.has-focus.wp-block-button__link,
|
||||
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
||||
color: var(--wp--preset--color--background);
|
||||
background-color: var(--wp--preset--color--primary-hover);
|
||||
}
|
||||
|
||||
/**
|
||||
* Onsale Placeholder style
|
||||
* - Since buttons appear in various blocks,
|
||||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button {
|
||||
button[data-load-more-btn],
|
||||
.button {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.has-background:not(.has-background-background-color) button[data-load-more-btn],
|
||||
[class*="background-color"]:not(.has-background-background-color) button[data-load-more-btn],
|
||||
[style*="background-color"] button[data-load-more-btn], .has-background:not(.has-background-background-color) .button,
|
||||
[class*="background-color"]:not(.has-background-background-color) .button,
|
||||
[style*="background-color"] .button {
|
||||
[style*="background-color"] button[data-load-more-btn], .has-background:not(.has-background-background-color)
|
||||
.button,
|
||||
[class*="background-color"]:not(.has-background-background-color)
|
||||
.button,
|
||||
[style*="background-color"]
|
||||
.button {
|
||||
background-color: transparent;
|
||||
border: 2px solid currentColor;
|
||||
color: currentColor;
|
||||
|
|
2
redhill/package-lock.json
generated
2
redhill/package-lock.json
generated
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "redhill",
|
||||
"version": "1.5.13",
|
||||
"version": "1.5.14",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -659,7 +659,7 @@ object {
|
|||
|
||||
.wp-block-cover h2,
|
||||
.wp-block-cover-image h2 {
|
||||
font-size: 2.0736em;
|
||||
font-size: 2.0736;
|
||||
letter-spacing: normal;
|
||||
line-height: 1.125;
|
||||
padding: 0;
|
||||
|
@ -1091,7 +1091,7 @@ pre.wp-block-verse {
|
|||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-base, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
font-weight: bold;
|
||||
font-size: 2.0736em;
|
||||
font-size: 2.0736;
|
||||
letter-spacing: normal;
|
||||
line-height: 1.125;
|
||||
}
|
||||
|
@ -1232,26 +1232,26 @@ pre.wp-block-verse {
|
|||
|
||||
.is-small-text,
|
||||
.has-small-font-size {
|
||||
font-size: 0.83333em;
|
||||
font-size: 0.83333;
|
||||
}
|
||||
|
||||
.is-regular-text,
|
||||
.has-regular-font-size,
|
||||
.has-normal-font-size,
|
||||
.has-medium-font-size {
|
||||
font-size: 1.2em;
|
||||
font-size: 1.2;
|
||||
}
|
||||
|
||||
.is-large-text,
|
||||
.has-large-font-size {
|
||||
font-size: 1.44em;
|
||||
font-size: 1.44;
|
||||
line-height: 1.125;
|
||||
}
|
||||
|
||||
.is-larger-text,
|
||||
.has-larger-font-size,
|
||||
.has-huge-font-size {
|
||||
font-size: 1.728em;
|
||||
font-size: 1.728;
|
||||
line-height: 1.125;
|
||||
}
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ Author: Automattic
|
|||
Author URI: https://automattic.com/
|
||||
Description: A simple theme with clean typography, created with entrepreneurs and small business owners in mind.
|
||||
Requires at least: WordPress 4.9.6
|
||||
Version: 1.5.13
|
||||
Version: 1.5.14
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: LICENSE
|
||||
Status: inactive
|
||||
|
@ -196,7 +196,8 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
|
|||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button, button,
|
||||
button[data-load-more-btn],
|
||||
.button, button,
|
||||
input[type="submit"],
|
||||
.wp-block-button__link,
|
||||
.wp-block-file__button, .a8c-posts-list__view-all, .wp-block-search .wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
||||
|
@ -214,10 +215,12 @@ input[type="submit"],
|
|||
padding: 16px 24px;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
button[data-load-more-btn]:before,
|
||||
.button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, .button:after, button:after,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after,
|
||||
.button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
|
@ -227,27 +230,32 @@ input[type="submit"]:after,
|
|||
width: 0;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
button[data-load-more-btn]:before,
|
||||
.button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
|
||||
margin-bottom: -0.12em;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:after, .button:after, button:after,
|
||||
button[data-load-more-btn]:after,
|
||||
.button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
margin-top: -0.11em;
|
||||
}
|
||||
|
||||
|
||||
.button:not(.has-background):hover, button:not(.has-background):hover,
|
||||
input:not(.has-background):hover[type="submit"],
|
||||
.wp-block-button__link:not(.has-background):hover,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover, .button:focus, button:focus,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover,
|
||||
.button:focus, button:focus,
|
||||
input:focus[type="submit"],
|
||||
.wp-block-button__link:focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, .has-focus.button, button.has-focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus,
|
||||
.has-focus.button, button.has-focus,
|
||||
input.has-focus[type="submit"],
|
||||
.has-focus.wp-block-button__link,
|
||||
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
||||
|
@ -1334,86 +1342,19 @@ object {
|
|||
color: currentColor;
|
||||
}
|
||||
|
||||
/**
|
||||
* Button Placeholder style
|
||||
* - Since buttons appear in various blocks,
|
||||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button, button,
|
||||
input[type="submit"],
|
||||
.wp-block-button__link,
|
||||
.wp-block-file__button, .a8c-posts-list__view-all, .wp-block-search .wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
||||
line-height: 1;
|
||||
color: #FFFFFF;
|
||||
cursor: pointer;
|
||||
font-weight: bold;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-base, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
font-size: 1rem;
|
||||
background-color: #CA2017;
|
||||
border-radius: 4px;
|
||||
border-width: 0;
|
||||
text-decoration: none;
|
||||
padding: 16px 24px;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, .button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
content: '';
|
||||
display: block;
|
||||
height: 0;
|
||||
width: 0;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
|
||||
margin-bottom: -0.12em;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:after, .button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
margin-top: -0.11em;
|
||||
}
|
||||
|
||||
.button:not(.has-background):hover, button:not(.has-background):hover,
|
||||
input:not(.has-background):hover[type="submit"],
|
||||
.wp-block-button__link:not(.has-background):hover,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover, .button:focus, button:focus,
|
||||
input:focus[type="submit"],
|
||||
.wp-block-button__link:focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, .has-focus.button, button.has-focus,
|
||||
input.has-focus[type="submit"],
|
||||
.has-focus.wp-block-button__link,
|
||||
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
||||
color: #FFFFFF;
|
||||
background-color: #222222;
|
||||
}
|
||||
|
||||
/**
|
||||
* Onsale Placeholder style
|
||||
* - Since buttons appear in various blocks,
|
||||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button {
|
||||
button[data-load-more-btn],
|
||||
.button {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.has-background:not(.has-background-background-color) button[data-load-more-btn],
|
||||
[class*="background-color"]:not(.has-background-background-color) button[data-load-more-btn],
|
||||
[style*="background-color"] button[data-load-more-btn], .has-background:not(.has-background-background-color) .button,
|
||||
[class*="background-color"]:not(.has-background-background-color) .button,
|
||||
[style*="background-color"] .button {
|
||||
[style*="background-color"] button[data-load-more-btn], .has-background:not(.has-background-background-color)
|
||||
.button,
|
||||
[class*="background-color"]:not(.has-background-background-color)
|
||||
.button,
|
||||
[style*="background-color"]
|
||||
.button {
|
||||
background-color: transparent;
|
||||
border: 2px solid currentColor;
|
||||
color: currentColor;
|
||||
|
|
|
@ -196,7 +196,8 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
|
|||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button, button,
|
||||
button[data-load-more-btn],
|
||||
.button, button,
|
||||
input[type="submit"],
|
||||
.wp-block-button__link,
|
||||
.wp-block-file__button, .a8c-posts-list__view-all, .wp-block-search .wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
||||
|
@ -214,10 +215,12 @@ input[type="submit"],
|
|||
padding: 16px 24px;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
button[data-load-more-btn]:before,
|
||||
.button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, .button:after, button:after,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after,
|
||||
.button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
|
@ -227,27 +230,32 @@ input[type="submit"]:after,
|
|||
width: 0;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
button[data-load-more-btn]:before,
|
||||
.button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
|
||||
margin-bottom: -0.12em;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:after, .button:after, button:after,
|
||||
button[data-load-more-btn]:after,
|
||||
.button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
margin-top: -0.11em;
|
||||
}
|
||||
|
||||
|
||||
.button:not(.has-background):hover, button:not(.has-background):hover,
|
||||
input:not(.has-background):hover[type="submit"],
|
||||
.wp-block-button__link:not(.has-background):hover,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover, .button:focus, button:focus,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover,
|
||||
.button:focus, button:focus,
|
||||
input:focus[type="submit"],
|
||||
.wp-block-button__link:focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, .has-focus.button, button.has-focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus,
|
||||
.has-focus.button, button.has-focus,
|
||||
input.has-focus[type="submit"],
|
||||
.has-focus.wp-block-button__link,
|
||||
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
||||
|
@ -1334,86 +1342,19 @@ object {
|
|||
color: currentColor;
|
||||
}
|
||||
|
||||
/**
|
||||
* Button Placeholder style
|
||||
* - Since buttons appear in various blocks,
|
||||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button, button,
|
||||
input[type="submit"],
|
||||
.wp-block-button__link,
|
||||
.wp-block-file__button, .a8c-posts-list__view-all, .wp-block-search .wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
||||
line-height: 1;
|
||||
color: #FFFFFF;
|
||||
cursor: pointer;
|
||||
font-weight: bold;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-base, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
font-size: 1rem;
|
||||
background-color: #CA2017;
|
||||
border-radius: 4px;
|
||||
border-width: 0;
|
||||
text-decoration: none;
|
||||
padding: 16px 24px;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, .button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
content: '';
|
||||
display: block;
|
||||
height: 0;
|
||||
width: 0;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
|
||||
margin-bottom: -0.12em;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:after, .button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
margin-top: -0.11em;
|
||||
}
|
||||
|
||||
.button:not(.has-background):hover, button:not(.has-background):hover,
|
||||
input:not(.has-background):hover[type="submit"],
|
||||
.wp-block-button__link:not(.has-background):hover,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover, .button:focus, button:focus,
|
||||
input:focus[type="submit"],
|
||||
.wp-block-button__link:focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, .has-focus.button, button.has-focus,
|
||||
input.has-focus[type="submit"],
|
||||
.has-focus.wp-block-button__link,
|
||||
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
||||
color: #FFFFFF;
|
||||
background-color: #222222;
|
||||
}
|
||||
|
||||
/**
|
||||
* Onsale Placeholder style
|
||||
* - Since buttons appear in various blocks,
|
||||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button {
|
||||
button[data-load-more-btn],
|
||||
.button {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.has-background:not(.has-background-background-color) button[data-load-more-btn],
|
||||
[class*="background-color"]:not(.has-background-background-color) button[data-load-more-btn],
|
||||
[style*="background-color"] button[data-load-more-btn], .has-background:not(.has-background-background-color) .button,
|
||||
[class*="background-color"]:not(.has-background-background-color) .button,
|
||||
[style*="background-color"] .button {
|
||||
[style*="background-color"] button[data-load-more-btn], .has-background:not(.has-background-background-color)
|
||||
.button,
|
||||
[class*="background-color"]:not(.has-background-background-color)
|
||||
.button,
|
||||
[style*="background-color"]
|
||||
.button {
|
||||
background-color: transparent;
|
||||
border: 2px solid currentColor;
|
||||
color: currentColor;
|
||||
|
|
2
rivington/package-lock.json
generated
2
rivington/package-lock.json
generated
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "rivington",
|
||||
"version": "1.3.13",
|
||||
"version": "1.3.14",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -647,7 +647,7 @@ object {
|
|||
|
||||
.wp-block-cover h2,
|
||||
.wp-block-cover-image h2 {
|
||||
font-size: 1.95312em;
|
||||
font-size: 1.95312;
|
||||
letter-spacing: normal;
|
||||
line-height: 1.125;
|
||||
padding: 0;
|
||||
|
@ -1079,7 +1079,7 @@ pre.wp-block-verse {
|
|||
font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-headings, "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
font-weight: 600;
|
||||
font-size: 1.95312em;
|
||||
font-size: 1.95312;
|
||||
letter-spacing: normal;
|
||||
line-height: 1.125;
|
||||
}
|
||||
|
@ -1220,26 +1220,26 @@ pre.wp-block-verse {
|
|||
|
||||
.is-small-text,
|
||||
.has-small-font-size {
|
||||
font-size: 0.8em;
|
||||
font-size: 0.8;
|
||||
}
|
||||
|
||||
.is-regular-text,
|
||||
.has-regular-font-size,
|
||||
.has-normal-font-size,
|
||||
.has-medium-font-size {
|
||||
font-size: 1.25em;
|
||||
font-size: 1.25;
|
||||
}
|
||||
|
||||
.is-large-text,
|
||||
.has-large-font-size {
|
||||
font-size: 1.5625em;
|
||||
font-size: 1.5625;
|
||||
line-height: 1.125;
|
||||
}
|
||||
|
||||
.is-larger-text,
|
||||
.has-larger-font-size,
|
||||
.has-huge-font-size {
|
||||
font-size: 1.95312em;
|
||||
font-size: 1.95312;
|
||||
line-height: 1.125;
|
||||
}
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ Author: Automattic
|
|||
Author URI: https://automattic.com/
|
||||
Description: Rivington is a robust theme designed for single property real estate.
|
||||
Requires at least: WordPress 4.9.6
|
||||
Version: 1.3.13
|
||||
Version: 1.3.14
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: LICENSE
|
||||
Template: varia
|
||||
|
@ -195,7 +195,8 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
|
|||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button, button,
|
||||
button[data-load-more-btn],
|
||||
.button, button,
|
||||
input[type="submit"],
|
||||
.wp-block-button__link,
|
||||
.wp-block-file__button, .a8c-posts-list__view-all, .wp-block-search .wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
||||
|
@ -213,10 +214,12 @@ input[type="submit"],
|
|||
padding: 16px 16px;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
button[data-load-more-btn]:before,
|
||||
.button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, .button:after, button:after,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after,
|
||||
.button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
|
@ -226,27 +229,32 @@ input[type="submit"]:after,
|
|||
width: 0;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
button[data-load-more-btn]:before,
|
||||
.button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
|
||||
margin-bottom: -0.195em;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:after, .button:after, button:after,
|
||||
button[data-load-more-btn]:after,
|
||||
.button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
margin-top: -0.185em;
|
||||
}
|
||||
|
||||
|
||||
.button:not(.has-background):hover, button:not(.has-background):hover,
|
||||
input:not(.has-background):hover[type="submit"],
|
||||
.wp-block-button__link:not(.has-background):hover,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover, .button:focus, button:focus,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover,
|
||||
.button:focus, button:focus,
|
||||
input:focus[type="submit"],
|
||||
.wp-block-button__link:focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, .has-focus.button, button.has-focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus,
|
||||
.has-focus.button, button.has-focus,
|
||||
input.has-focus[type="submit"],
|
||||
.has-focus.wp-block-button__link,
|
||||
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
||||
|
@ -1333,86 +1341,19 @@ object {
|
|||
color: currentColor;
|
||||
}
|
||||
|
||||
/**
|
||||
* Button Placeholder style
|
||||
* - Since buttons appear in various blocks,
|
||||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button, button,
|
||||
input[type="submit"],
|
||||
.wp-block-button__link,
|
||||
.wp-block-file__button, .a8c-posts-list__view-all, .wp-block-search .wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
||||
line-height: 1.15;
|
||||
color: #060f29;
|
||||
cursor: pointer;
|
||||
font-weight: 600;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-base, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
font-size: 1rem;
|
||||
background-color: #CAAB57;
|
||||
border-radius: 3px;
|
||||
border-width: 0;
|
||||
text-decoration: none;
|
||||
padding: 16px 16px;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, .button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
content: '';
|
||||
display: block;
|
||||
height: 0;
|
||||
width: 0;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
|
||||
margin-bottom: -0.195em;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:after, .button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
margin-top: -0.185em;
|
||||
}
|
||||
|
||||
.button:not(.has-background):hover, button:not(.has-background):hover,
|
||||
input:not(.has-background):hover[type="submit"],
|
||||
.wp-block-button__link:not(.has-background):hover,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover, .button:focus, button:focus,
|
||||
input:focus[type="submit"],
|
||||
.wp-block-button__link:focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, .has-focus.button, button.has-focus,
|
||||
input.has-focus[type="submit"],
|
||||
.has-focus.wp-block-button__link,
|
||||
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
||||
color: #060f29;
|
||||
background-color: #b59439;
|
||||
}
|
||||
|
||||
/**
|
||||
* Onsale Placeholder style
|
||||
* - Since buttons appear in various blocks,
|
||||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button {
|
||||
button[data-load-more-btn],
|
||||
.button {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.has-background:not(.has-background-background-color) button[data-load-more-btn],
|
||||
[class*="background-color"]:not(.has-background-background-color) button[data-load-more-btn],
|
||||
[style*="background-color"] button[data-load-more-btn], .has-background:not(.has-background-background-color) .button,
|
||||
[class*="background-color"]:not(.has-background-background-color) .button,
|
||||
[style*="background-color"] .button {
|
||||
[style*="background-color"] button[data-load-more-btn], .has-background:not(.has-background-background-color)
|
||||
.button,
|
||||
[class*="background-color"]:not(.has-background-background-color)
|
||||
.button,
|
||||
[style*="background-color"]
|
||||
.button {
|
||||
background-color: transparent;
|
||||
border: 2px solid currentColor;
|
||||
color: currentColor;
|
||||
|
|
|
@ -195,7 +195,8 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
|
|||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button, button,
|
||||
button[data-load-more-btn],
|
||||
.button, button,
|
||||
input[type="submit"],
|
||||
.wp-block-button__link,
|
||||
.wp-block-file__button, .a8c-posts-list__view-all, .wp-block-search .wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
||||
|
@ -213,10 +214,12 @@ input[type="submit"],
|
|||
padding: 16px 16px;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
button[data-load-more-btn]:before,
|
||||
.button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, .button:after, button:after,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after,
|
||||
.button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
|
@ -226,27 +229,32 @@ input[type="submit"]:after,
|
|||
width: 0;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
button[data-load-more-btn]:before,
|
||||
.button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
|
||||
margin-bottom: -0.195em;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:after, .button:after, button:after,
|
||||
button[data-load-more-btn]:after,
|
||||
.button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
margin-top: -0.185em;
|
||||
}
|
||||
|
||||
|
||||
.button:not(.has-background):hover, button:not(.has-background):hover,
|
||||
input:not(.has-background):hover[type="submit"],
|
||||
.wp-block-button__link:not(.has-background):hover,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover, .button:focus, button:focus,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover,
|
||||
.button:focus, button:focus,
|
||||
input:focus[type="submit"],
|
||||
.wp-block-button__link:focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, .has-focus.button, button.has-focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus,
|
||||
.has-focus.button, button.has-focus,
|
||||
input.has-focus[type="submit"],
|
||||
.has-focus.wp-block-button__link,
|
||||
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
||||
|
@ -1333,86 +1341,19 @@ object {
|
|||
color: currentColor;
|
||||
}
|
||||
|
||||
/**
|
||||
* Button Placeholder style
|
||||
* - Since buttons appear in various blocks,
|
||||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button, button,
|
||||
input[type="submit"],
|
||||
.wp-block-button__link,
|
||||
.wp-block-file__button, .a8c-posts-list__view-all, .wp-block-search .wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
||||
line-height: 1.15;
|
||||
color: #060f29;
|
||||
cursor: pointer;
|
||||
font-weight: 600;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-base, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
font-size: 1rem;
|
||||
background-color: #CAAB57;
|
||||
border-radius: 3px;
|
||||
border-width: 0;
|
||||
text-decoration: none;
|
||||
padding: 16px 16px;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, .button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
content: '';
|
||||
display: block;
|
||||
height: 0;
|
||||
width: 0;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
|
||||
margin-bottom: -0.195em;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:after, .button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
margin-top: -0.185em;
|
||||
}
|
||||
|
||||
.button:not(.has-background):hover, button:not(.has-background):hover,
|
||||
input:not(.has-background):hover[type="submit"],
|
||||
.wp-block-button__link:not(.has-background):hover,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover, .button:focus, button:focus,
|
||||
input:focus[type="submit"],
|
||||
.wp-block-button__link:focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, .has-focus.button, button.has-focus,
|
||||
input.has-focus[type="submit"],
|
||||
.has-focus.wp-block-button__link,
|
||||
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
||||
color: #060f29;
|
||||
background-color: #b59439;
|
||||
}
|
||||
|
||||
/**
|
||||
* Onsale Placeholder style
|
||||
* - Since buttons appear in various blocks,
|
||||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button {
|
||||
button[data-load-more-btn],
|
||||
.button {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.has-background:not(.has-background-background-color) button[data-load-more-btn],
|
||||
[class*="background-color"]:not(.has-background-background-color) button[data-load-more-btn],
|
||||
[style*="background-color"] button[data-load-more-btn], .has-background:not(.has-background-background-color) .button,
|
||||
[class*="background-color"]:not(.has-background-background-color) .button,
|
||||
[style*="background-color"] .button {
|
||||
[style*="background-color"] button[data-load-more-btn], .has-background:not(.has-background-background-color)
|
||||
.button,
|
||||
[class*="background-color"]:not(.has-background-background-color)
|
||||
.button,
|
||||
[style*="background-color"]
|
||||
.button {
|
||||
background-color: transparent;
|
||||
border: 2px solid currentColor;
|
||||
color: currentColor;
|
||||
|
|
2
rockfield/package-lock.json
generated
2
rockfield/package-lock.json
generated
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "rockfield",
|
||||
"version": "1.4.14",
|
||||
"version": "1.4.15",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* - See: style-child-theme.scss
|
||||
*/
|
||||
|
||||
@import "../../varia/sass/abstracts/color-variables";
|
||||
@import "../../varia/sass/abstracts/color-variables";
|
||||
|
||||
/**
|
||||
* Global
|
||||
|
@ -24,16 +24,16 @@ $config-global: (
|
|||
"family": (
|
||||
"primary": (
|
||||
"fallback": "Lora, Baskerville, Georgia, Times, serif",
|
||||
"css-var": '--font-headings',
|
||||
"css-var": "--font-headings",
|
||||
),
|
||||
"secondary": (
|
||||
"fallback": "Lora, Baskerville, Georgia, Times, serif",
|
||||
"css-var": '--font-base',
|
||||
"css-var": "--font-base",
|
||||
),
|
||||
"code": "monospace, monospace",
|
||||
"ui": (
|
||||
"fallback": "Raleway, -apple-system\, BlinkMacSystemFont\, \"Segoe UI\"\, \"Roboto\"\, \"Oxygen\"\, \"Ubuntu\"\, \"Cantarell\"\, \"Fira Sans\"\, \"Droid Sans\"\, \"Helvetica Neue\"\, sans-serif",
|
||||
"css-var": '--font-base',
|
||||
"css-var": "--font-base",
|
||||
),
|
||||
),
|
||||
/* Font Size */
|
||||
|
@ -105,7 +105,15 @@ $config-global: (
|
|||
),
|
||||
);
|
||||
|
||||
$config-global: map-merge($color-variables, $config-global);
|
||||
$child-theme-colors: map-extend($color-variables, (
|
||||
"color": (
|
||||
"tertiary": (
|
||||
"default": "var(--wp--preset--color--tertiary)"
|
||||
)
|
||||
)
|
||||
), true);
|
||||
|
||||
$config-global: map-merge($child-theme-colors, $config-global);
|
||||
|
||||
/**
|
||||
* Elements
|
||||
|
|
|
@ -1,20 +1,21 @@
|
|||
@mixin global-variables() {
|
||||
|
||||
/* Colors */
|
||||
--wp--preset--color--primary: #222222;
|
||||
--wp--preset--color--primary-hover: #444444;
|
||||
--wp--preset--color--primary: #222;
|
||||
--wp--preset--color--primary-hover: #444;
|
||||
--wp--preset--color--secondary: #116821;
|
||||
--wp--preset--color--secondary-hover: #444444;
|
||||
--wp--preset--color--foreground: #444444;
|
||||
--wp--preset--color--secondary-hover: #444;
|
||||
--wp--preset--color--foreground: #444;
|
||||
--wp--preset--color--foreground-low-contrast: #757575;
|
||||
--wp--preset--color--foreground-high-contrast: #111111;
|
||||
--wp--preset--color--foreground-high-contrast: #111;
|
||||
--wp--preset--color--background: white;
|
||||
--wp--preset--color--background-low-contrast: #F0F0F0;
|
||||
--wp--preset--color--background-high-contrast: #E0E0E0;
|
||||
--wp--preset--color--border: #E0E0E0;
|
||||
--wp--preset--color--border-low-contrast: #D0D0D0;
|
||||
--wp--preset--color--border-high-contrast: #F0F0F0;
|
||||
--wp--preset--color--text-selection: #EAEAEA;
|
||||
--wp--preset--color--background-low-contrast: #f0f0f0;
|
||||
--wp--preset--color--background-high-contrast: #e0e0e0;
|
||||
--wp--preset--color--tertiary: #e0e0e0;
|
||||
--wp--preset--color--border: #e0e0e0;
|
||||
--wp--preset--color--border-low-contrast: #d0d0d0;
|
||||
--wp--preset--color--border-high-contrast: #f0f0f0;
|
||||
--wp--preset--color--text-selection: #eaeaea;
|
||||
--wp--preset--color--alert-success: #4caf50;
|
||||
--wp--preset--color--alert-info: #2196f3;
|
||||
--wp--preset--color--alert-warning: #ffc107;
|
||||
|
|
|
@ -125,20 +125,21 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
|
|||
*/
|
||||
:root, body {
|
||||
/* Colors */
|
||||
--wp--preset--color--primary: #222222;
|
||||
--wp--preset--color--primary-hover: #444444;
|
||||
--wp--preset--color--primary: #222;
|
||||
--wp--preset--color--primary-hover: #444;
|
||||
--wp--preset--color--secondary: #116821;
|
||||
--wp--preset--color--secondary-hover: #444444;
|
||||
--wp--preset--color--foreground: #444444;
|
||||
--wp--preset--color--secondary-hover: #444;
|
||||
--wp--preset--color--foreground: #444;
|
||||
--wp--preset--color--foreground-low-contrast: #757575;
|
||||
--wp--preset--color--foreground-high-contrast: #111111;
|
||||
--wp--preset--color--foreground-high-contrast: #111;
|
||||
--wp--preset--color--background: white;
|
||||
--wp--preset--color--background-low-contrast: #F0F0F0;
|
||||
--wp--preset--color--background-high-contrast: #E0E0E0;
|
||||
--wp--preset--color--border: #E0E0E0;
|
||||
--wp--preset--color--border-low-contrast: #D0D0D0;
|
||||
--wp--preset--color--border-high-contrast: #F0F0F0;
|
||||
--wp--preset--color--text-selection: #EAEAEA;
|
||||
--wp--preset--color--background-low-contrast: #f0f0f0;
|
||||
--wp--preset--color--background-high-contrast: #e0e0e0;
|
||||
--wp--preset--color--tertiary: #e0e0e0;
|
||||
--wp--preset--color--border: #e0e0e0;
|
||||
--wp--preset--color--border-low-contrast: #d0d0d0;
|
||||
--wp--preset--color--border-high-contrast: #f0f0f0;
|
||||
--wp--preset--color--text-selection: #eaeaea;
|
||||
--wp--preset--color--alert-success: #4caf50;
|
||||
--wp--preset--color--alert-info: #2196f3;
|
||||
--wp--preset--color--alert-warning: #ffc107;
|
||||
|
@ -671,7 +672,7 @@ object {
|
|||
|
||||
.wp-block-cover h2,
|
||||
.wp-block-cover-image h2 {
|
||||
font-size: 2.48832em;
|
||||
font-size: 2.48832;
|
||||
letter-spacing: normal;
|
||||
line-height: 1.125;
|
||||
padding: 0;
|
||||
|
@ -1103,7 +1104,7 @@ pre.wp-block-verse {
|
|||
font-family: Lora, Baskerville, Georgia, Times, serif;
|
||||
font-family: var(--font-headings, Lora, Baskerville, Georgia, Times, serif);
|
||||
font-weight: bold;
|
||||
font-size: 2.48832em;
|
||||
font-size: 2.48832;
|
||||
letter-spacing: normal;
|
||||
line-height: 1.125;
|
||||
}
|
||||
|
@ -1148,6 +1149,11 @@ pre.wp-block-verse {
|
|||
color: var(--wp--preset--color--background);
|
||||
}
|
||||
|
||||
.wp-block .has-tertiary-color,
|
||||
.has-tertiary-color {
|
||||
color: var(--wp--preset--color--tertiary);
|
||||
}
|
||||
|
||||
.has-background p:not(.has-text-color),
|
||||
.has-background h1:not(.has-text-color),
|
||||
.has-background h2:not(.has-text-color),
|
||||
|
@ -1242,28 +1248,38 @@ pre.wp-block-verse {
|
|||
color: var(--wp--preset--color--foreground);
|
||||
}
|
||||
|
||||
.has-tertiary-background-color,
|
||||
.has-tertiary-background-color.has-background-dim {
|
||||
background-color: var(--wp--preset--color--tertiary);
|
||||
}
|
||||
|
||||
.has-tertiary-background-color:not(.has-text-color),
|
||||
.has-tertiary-background-color.has-background-dim:not(.has-text-color) {
|
||||
color: var(--wp--preset--color--foreground);
|
||||
}
|
||||
|
||||
.is-small-text,
|
||||
.has-small-font-size {
|
||||
font-size: 0.83333em;
|
||||
font-size: 0.83333;
|
||||
}
|
||||
|
||||
.is-regular-text,
|
||||
.has-regular-font-size,
|
||||
.has-normal-font-size,
|
||||
.has-medium-font-size {
|
||||
font-size: 1.2em;
|
||||
font-size: 1.2;
|
||||
}
|
||||
|
||||
.is-large-text,
|
||||
.has-large-font-size {
|
||||
font-size: 1.44em;
|
||||
font-size: 1.44;
|
||||
line-height: 1.125;
|
||||
}
|
||||
|
||||
.is-larger-text,
|
||||
.has-larger-font-size,
|
||||
.has-huge-font-size {
|
||||
font-size: 1.728em;
|
||||
font-size: 1.728;
|
||||
line-height: 1.125;
|
||||
}
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ Author: Automattic
|
|||
Author URI: https://automattic.com/
|
||||
Description: Rockfield is a refined theme designed for restaurants and food-related businesses seeking a classic, elegant look.
|
||||
Requires at least: WordPress 4.9.6
|
||||
Version: 1.4.14
|
||||
Version: 1.4.15
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: LICENSE
|
||||
Template: varia
|
||||
|
@ -145,20 +145,21 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
|
|||
*/
|
||||
:root {
|
||||
/* Colors */
|
||||
--wp--preset--color--primary: #222222;
|
||||
--wp--preset--color--primary-hover: #444444;
|
||||
--wp--preset--color--primary: #222;
|
||||
--wp--preset--color--primary-hover: #444;
|
||||
--wp--preset--color--secondary: #116821;
|
||||
--wp--preset--color--secondary-hover: #444444;
|
||||
--wp--preset--color--foreground: #444444;
|
||||
--wp--preset--color--secondary-hover: #444;
|
||||
--wp--preset--color--foreground: #444;
|
||||
--wp--preset--color--foreground-low-contrast: #757575;
|
||||
--wp--preset--color--foreground-high-contrast: #111111;
|
||||
--wp--preset--color--foreground-high-contrast: #111;
|
||||
--wp--preset--color--background: white;
|
||||
--wp--preset--color--background-low-contrast: #F0F0F0;
|
||||
--wp--preset--color--background-high-contrast: #E0E0E0;
|
||||
--wp--preset--color--border: #E0E0E0;
|
||||
--wp--preset--color--border-low-contrast: #D0D0D0;
|
||||
--wp--preset--color--border-high-contrast: #F0F0F0;
|
||||
--wp--preset--color--text-selection: #EAEAEA;
|
||||
--wp--preset--color--background-low-contrast: #f0f0f0;
|
||||
--wp--preset--color--background-high-contrast: #e0e0e0;
|
||||
--wp--preset--color--tertiary: #e0e0e0;
|
||||
--wp--preset--color--border: #e0e0e0;
|
||||
--wp--preset--color--border-low-contrast: #d0d0d0;
|
||||
--wp--preset--color--border-high-contrast: #f0f0f0;
|
||||
--wp--preset--color--text-selection: #eaeaea;
|
||||
--wp--preset--color--alert-success: #4caf50;
|
||||
--wp--preset--color--alert-info: #2196f3;
|
||||
--wp--preset--color--alert-warning: #ffc107;
|
||||
|
@ -218,7 +219,8 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
|
|||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button, button,
|
||||
button[data-load-more-btn],
|
||||
.button, button,
|
||||
input[type="submit"],
|
||||
.wp-block-button__link,
|
||||
.wp-block-file__button, .a8c-posts-list__view-all, .wp-block-search .wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
||||
|
@ -236,10 +238,12 @@ input[type="submit"],
|
|||
padding: 16px 20px;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
button[data-load-more-btn]:before,
|
||||
.button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, .button:after, button:after,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after,
|
||||
.button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
|
@ -249,27 +253,32 @@ input[type="submit"]:after,
|
|||
width: 0;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
button[data-load-more-btn]:before,
|
||||
.button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
|
||||
margin-bottom: -0.12em;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:after, .button:after, button:after,
|
||||
button[data-load-more-btn]:after,
|
||||
.button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
margin-top: -0.11em;
|
||||
}
|
||||
|
||||
|
||||
.button:not(.has-background):hover, button:not(.has-background):hover,
|
||||
input:not(.has-background):hover[type="submit"],
|
||||
.wp-block-button__link:not(.has-background):hover,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover, .button:focus, button:focus,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover,
|
||||
.button:focus, button:focus,
|
||||
input:focus[type="submit"],
|
||||
.wp-block-button__link:focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, .has-focus.button, button.has-focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus,
|
||||
.has-focus.button, button.has-focus,
|
||||
input.has-focus[type="submit"],
|
||||
.has-focus.wp-block-button__link,
|
||||
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
||||
|
@ -1356,86 +1365,19 @@ object {
|
|||
color: currentColor;
|
||||
}
|
||||
|
||||
/**
|
||||
* Button Placeholder style
|
||||
* - Since buttons appear in various blocks,
|
||||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button, button,
|
||||
input[type="submit"],
|
||||
.wp-block-button__link,
|
||||
.wp-block-file__button, .a8c-posts-list__view-all, .wp-block-search .wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
||||
line-height: 1;
|
||||
color: var(--wp--preset--color--background);
|
||||
cursor: pointer;
|
||||
font-weight: bold;
|
||||
font-family: Raleway, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-base, Raleway, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
font-size: 0.83333rem;
|
||||
background-color: var(--wp--preset--color--primary);
|
||||
border-radius: 0;
|
||||
border-width: 0;
|
||||
text-decoration: none;
|
||||
padding: 16px 20px;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, .button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
content: '';
|
||||
display: block;
|
||||
height: 0;
|
||||
width: 0;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
|
||||
margin-bottom: -0.12em;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:after, .button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
margin-top: -0.11em;
|
||||
}
|
||||
|
||||
.button:not(.has-background):hover, button:not(.has-background):hover,
|
||||
input:not(.has-background):hover[type="submit"],
|
||||
.wp-block-button__link:not(.has-background):hover,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover, .button:focus, button:focus,
|
||||
input:focus[type="submit"],
|
||||
.wp-block-button__link:focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, .has-focus.button, button.has-focus,
|
||||
input.has-focus[type="submit"],
|
||||
.has-focus.wp-block-button__link,
|
||||
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
||||
color: var(--wp--preset--color--background);
|
||||
background-color: var(--wp--preset--color--primary-hover);
|
||||
}
|
||||
|
||||
/**
|
||||
* Onsale Placeholder style
|
||||
* - Since buttons appear in various blocks,
|
||||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button {
|
||||
button[data-load-more-btn],
|
||||
.button {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.has-background:not(.has-background-background-color) button[data-load-more-btn],
|
||||
[class*="background-color"]:not(.has-background-background-color) button[data-load-more-btn],
|
||||
[style*="background-color"] button[data-load-more-btn], .has-background:not(.has-background-background-color) .button,
|
||||
[class*="background-color"]:not(.has-background-background-color) .button,
|
||||
[style*="background-color"] .button {
|
||||
[style*="background-color"] button[data-load-more-btn], .has-background:not(.has-background-background-color)
|
||||
.button,
|
||||
[class*="background-color"]:not(.has-background-background-color)
|
||||
.button,
|
||||
[style*="background-color"]
|
||||
.button {
|
||||
background-color: transparent;
|
||||
border: 2px solid currentColor;
|
||||
color: currentColor;
|
||||
|
@ -2531,6 +2473,10 @@ table.is-style-stripes tbody tr:nth-child(odd),
|
|||
color: var(--wp--preset--color--background);
|
||||
}
|
||||
|
||||
.has-tertiary-color {
|
||||
color: var(--wp--preset--color--tertiary);
|
||||
}
|
||||
|
||||
.has-background p:not(.has-text-color),
|
||||
.has-background h1:not(.has-text-color),
|
||||
.has-background h2:not(.has-text-color),
|
||||
|
@ -2624,6 +2570,16 @@ table.is-style-stripes tbody tr:nth-child(odd),
|
|||
color: var(--wp--preset--color--foreground);
|
||||
}
|
||||
|
||||
.has-tertiary-background-color,
|
||||
.has-tertiary-background-color.has-background-dim {
|
||||
background-color: var(--wp--preset--color--tertiary);
|
||||
}
|
||||
|
||||
.has-tertiary-background-color:not(.has-text-color),
|
||||
.has-tertiary-background-color.has-background-dim:not(.has-text-color) {
|
||||
color: var(--wp--preset--color--foreground);
|
||||
}
|
||||
|
||||
.is-small-text,
|
||||
.has-small-font-size {
|
||||
font-size: 0.83333rem;
|
||||
|
|
|
@ -145,20 +145,21 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
|
|||
*/
|
||||
:root {
|
||||
/* Colors */
|
||||
--wp--preset--color--primary: #222222;
|
||||
--wp--preset--color--primary-hover: #444444;
|
||||
--wp--preset--color--primary: #222;
|
||||
--wp--preset--color--primary-hover: #444;
|
||||
--wp--preset--color--secondary: #116821;
|
||||
--wp--preset--color--secondary-hover: #444444;
|
||||
--wp--preset--color--foreground: #444444;
|
||||
--wp--preset--color--secondary-hover: #444;
|
||||
--wp--preset--color--foreground: #444;
|
||||
--wp--preset--color--foreground-low-contrast: #757575;
|
||||
--wp--preset--color--foreground-high-contrast: #111111;
|
||||
--wp--preset--color--foreground-high-contrast: #111;
|
||||
--wp--preset--color--background: white;
|
||||
--wp--preset--color--background-low-contrast: #F0F0F0;
|
||||
--wp--preset--color--background-high-contrast: #E0E0E0;
|
||||
--wp--preset--color--border: #E0E0E0;
|
||||
--wp--preset--color--border-low-contrast: #D0D0D0;
|
||||
--wp--preset--color--border-high-contrast: #F0F0F0;
|
||||
--wp--preset--color--text-selection: #EAEAEA;
|
||||
--wp--preset--color--background-low-contrast: #f0f0f0;
|
||||
--wp--preset--color--background-high-contrast: #e0e0e0;
|
||||
--wp--preset--color--tertiary: #e0e0e0;
|
||||
--wp--preset--color--border: #e0e0e0;
|
||||
--wp--preset--color--border-low-contrast: #d0d0d0;
|
||||
--wp--preset--color--border-high-contrast: #f0f0f0;
|
||||
--wp--preset--color--text-selection: #eaeaea;
|
||||
--wp--preset--color--alert-success: #4caf50;
|
||||
--wp--preset--color--alert-info: #2196f3;
|
||||
--wp--preset--color--alert-warning: #ffc107;
|
||||
|
@ -218,7 +219,8 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
|
|||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button, button,
|
||||
button[data-load-more-btn],
|
||||
.button, button,
|
||||
input[type="submit"],
|
||||
.wp-block-button__link,
|
||||
.wp-block-file__button, .a8c-posts-list__view-all, .wp-block-search .wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
||||
|
@ -236,10 +238,12 @@ input[type="submit"],
|
|||
padding: 16px 20px;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
button[data-load-more-btn]:before,
|
||||
.button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, .button:after, button:after,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after,
|
||||
.button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
|
@ -249,27 +253,32 @@ input[type="submit"]:after,
|
|||
width: 0;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
button[data-load-more-btn]:before,
|
||||
.button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
|
||||
margin-bottom: -0.12em;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:after, .button:after, button:after,
|
||||
button[data-load-more-btn]:after,
|
||||
.button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
margin-top: -0.11em;
|
||||
}
|
||||
|
||||
|
||||
.button:not(.has-background):hover, button:not(.has-background):hover,
|
||||
input:not(.has-background):hover[type="submit"],
|
||||
.wp-block-button__link:not(.has-background):hover,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover, .button:focus, button:focus,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover,
|
||||
.button:focus, button:focus,
|
||||
input:focus[type="submit"],
|
||||
.wp-block-button__link:focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, .has-focus.button, button.has-focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus,
|
||||
.has-focus.button, button.has-focus,
|
||||
input.has-focus[type="submit"],
|
||||
.has-focus.wp-block-button__link,
|
||||
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
||||
|
@ -1356,86 +1365,19 @@ object {
|
|||
color: currentColor;
|
||||
}
|
||||
|
||||
/**
|
||||
* Button Placeholder style
|
||||
* - Since buttons appear in various blocks,
|
||||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button, button,
|
||||
input[type="submit"],
|
||||
.wp-block-button__link,
|
||||
.wp-block-file__button, .a8c-posts-list__view-all, .wp-block-search .wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
||||
line-height: 1;
|
||||
color: var(--wp--preset--color--background);
|
||||
cursor: pointer;
|
||||
font-weight: bold;
|
||||
font-family: Raleway, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-base, Raleway, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
font-size: 0.83333rem;
|
||||
background-color: var(--wp--preset--color--primary);
|
||||
border-radius: 0;
|
||||
border-width: 0;
|
||||
text-decoration: none;
|
||||
padding: 16px 20px;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, .button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
content: '';
|
||||
display: block;
|
||||
height: 0;
|
||||
width: 0;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
|
||||
margin-bottom: -0.12em;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:after, .button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
margin-top: -0.11em;
|
||||
}
|
||||
|
||||
.button:not(.has-background):hover, button:not(.has-background):hover,
|
||||
input:not(.has-background):hover[type="submit"],
|
||||
.wp-block-button__link:not(.has-background):hover,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover, .button:focus, button:focus,
|
||||
input:focus[type="submit"],
|
||||
.wp-block-button__link:focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, .has-focus.button, button.has-focus,
|
||||
input.has-focus[type="submit"],
|
||||
.has-focus.wp-block-button__link,
|
||||
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
||||
color: var(--wp--preset--color--background);
|
||||
background-color: var(--wp--preset--color--primary-hover);
|
||||
}
|
||||
|
||||
/**
|
||||
* Onsale Placeholder style
|
||||
* - Since buttons appear in various blocks,
|
||||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button {
|
||||
button[data-load-more-btn],
|
||||
.button {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.has-background:not(.has-background-background-color) button[data-load-more-btn],
|
||||
[class*="background-color"]:not(.has-background-background-color) button[data-load-more-btn],
|
||||
[style*="background-color"] button[data-load-more-btn], .has-background:not(.has-background-background-color) .button,
|
||||
[class*="background-color"]:not(.has-background-background-color) .button,
|
||||
[style*="background-color"] .button {
|
||||
[style*="background-color"] button[data-load-more-btn], .has-background:not(.has-background-background-color)
|
||||
.button,
|
||||
[class*="background-color"]:not(.has-background-background-color)
|
||||
.button,
|
||||
[style*="background-color"]
|
||||
.button {
|
||||
background-color: transparent;
|
||||
border: 2px solid currentColor;
|
||||
color: currentColor;
|
||||
|
@ -2538,6 +2480,10 @@ table.is-style-stripes tbody tr:nth-child(odd),
|
|||
color: var(--wp--preset--color--background);
|
||||
}
|
||||
|
||||
.has-tertiary-color {
|
||||
color: var(--wp--preset--color--tertiary);
|
||||
}
|
||||
|
||||
.has-background p:not(.has-text-color),
|
||||
.has-background h1:not(.has-text-color),
|
||||
.has-background h2:not(.has-text-color),
|
||||
|
@ -2631,6 +2577,16 @@ table.is-style-stripes tbody tr:nth-child(odd),
|
|||
color: var(--wp--preset--color--foreground);
|
||||
}
|
||||
|
||||
.has-tertiary-background-color,
|
||||
.has-tertiary-background-color.has-background-dim {
|
||||
background-color: var(--wp--preset--color--tertiary);
|
||||
}
|
||||
|
||||
.has-tertiary-background-color:not(.has-text-color),
|
||||
.has-tertiary-background-color.has-background-dim:not(.has-text-color) {
|
||||
color: var(--wp--preset--color--foreground);
|
||||
}
|
||||
|
||||
.is-small-text,
|
||||
.has-small-font-size {
|
||||
font-size: 0.83333rem;
|
||||
|
|
2
shawburn/package-lock.json
generated
2
shawburn/package-lock.json
generated
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "shawburn",
|
||||
"version": "1.4.14",
|
||||
"version": "1.4.15",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -675,7 +675,7 @@ object {
|
|||
|
||||
.wp-block-cover h2,
|
||||
.wp-block-cover-image h2 {
|
||||
font-size: 1.728em;
|
||||
font-size: 1.728;
|
||||
letter-spacing: normal;
|
||||
line-height: 1.125;
|
||||
padding: 0;
|
||||
|
@ -1107,7 +1107,7 @@ pre.wp-block-verse {
|
|||
font-family: "PT Serif", Times, sans-serif;
|
||||
font-family: var(--font-headings, "PT Serif", Times, sans-serif);
|
||||
font-weight: 400;
|
||||
font-size: 1.728em;
|
||||
font-size: 1.728;
|
||||
letter-spacing: normal;
|
||||
line-height: 1.125;
|
||||
}
|
||||
|
@ -1248,26 +1248,26 @@ pre.wp-block-verse {
|
|||
|
||||
.is-small-text,
|
||||
.has-small-font-size {
|
||||
font-size: 0.83333em;
|
||||
font-size: 0.83333;
|
||||
}
|
||||
|
||||
.is-regular-text,
|
||||
.has-regular-font-size,
|
||||
.has-normal-font-size,
|
||||
.has-medium-font-size {
|
||||
font-size: 1.2em;
|
||||
font-size: 1.2;
|
||||
}
|
||||
|
||||
.is-large-text,
|
||||
.has-large-font-size {
|
||||
font-size: 1.44em;
|
||||
font-size: 1.44;
|
||||
line-height: 1.125;
|
||||
}
|
||||
|
||||
.is-larger-text,
|
||||
.has-larger-font-size,
|
||||
.has-huge-font-size {
|
||||
font-size: 1.728em;
|
||||
font-size: 1.728;
|
||||
line-height: 1.125;
|
||||
}
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ Author: Automattic
|
|||
Author URI: https://automattic.com/
|
||||
Description: Shawburn is the ideal choice for creating an online presence for your business.
|
||||
Requires at least: WordPress 4.9.6
|
||||
Version: 1.4.14
|
||||
Version: 1.4.15
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: LICENSE
|
||||
Template: varia
|
||||
|
@ -223,7 +223,8 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
|
|||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button, button,
|
||||
button[data-load-more-btn],
|
||||
.button, button,
|
||||
input[type="submit"],
|
||||
.wp-block-button__link,
|
||||
.wp-block-file__button, .a8c-posts-list__view-all, .wp-block-search .wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
||||
|
@ -241,10 +242,12 @@ input[type="submit"],
|
|||
padding: 16px 24px;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
button[data-load-more-btn]:before,
|
||||
.button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, .button:after, button:after,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after,
|
||||
.button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
|
@ -254,27 +257,32 @@ input[type="submit"]:after,
|
|||
width: 0;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
button[data-load-more-btn]:before,
|
||||
.button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
|
||||
margin-bottom: -0.12em;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:after, .button:after, button:after,
|
||||
button[data-load-more-btn]:after,
|
||||
.button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
margin-top: -0.11em;
|
||||
}
|
||||
|
||||
|
||||
.button:not(.has-background):hover, button:not(.has-background):hover,
|
||||
input:not(.has-background):hover[type="submit"],
|
||||
.wp-block-button__link:not(.has-background):hover,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover, .button:focus, button:focus,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover,
|
||||
.button:focus, button:focus,
|
||||
input:focus[type="submit"],
|
||||
.wp-block-button__link:focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, .has-focus.button, button.has-focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus,
|
||||
.has-focus.button, button.has-focus,
|
||||
input.has-focus[type="submit"],
|
||||
.has-focus.wp-block-button__link,
|
||||
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
||||
|
@ -1361,86 +1369,19 @@ object {
|
|||
color: currentColor;
|
||||
}
|
||||
|
||||
/**
|
||||
* Button Placeholder style
|
||||
* - Since buttons appear in various blocks,
|
||||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button, button,
|
||||
input[type="submit"],
|
||||
.wp-block-button__link,
|
||||
.wp-block-file__button, .a8c-posts-list__view-all, .wp-block-search .wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
||||
line-height: 1;
|
||||
color: var(--wp--preset--color--background);
|
||||
cursor: pointer;
|
||||
font-weight: 700;
|
||||
font-family: "PT Sans", Arial, sans-serif;
|
||||
font-family: var(--font-base, "PT Sans", Arial, sans-serif);
|
||||
font-size: 0.83333rem;
|
||||
background-color: var(--wp--preset--color--primary);
|
||||
border-radius: 4px;
|
||||
border-width: 0;
|
||||
text-decoration: none;
|
||||
padding: 16px 24px;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, .button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
content: '';
|
||||
display: block;
|
||||
height: 0;
|
||||
width: 0;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
|
||||
margin-bottom: -0.12em;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:after, .button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
margin-top: -0.11em;
|
||||
}
|
||||
|
||||
.button:not(.has-background):hover, button:not(.has-background):hover,
|
||||
input:not(.has-background):hover[type="submit"],
|
||||
.wp-block-button__link:not(.has-background):hover,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover, .button:focus, button:focus,
|
||||
input:focus[type="submit"],
|
||||
.wp-block-button__link:focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, .has-focus.button, button.has-focus,
|
||||
input.has-focus[type="submit"],
|
||||
.has-focus.wp-block-button__link,
|
||||
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
||||
color: var(--wp--preset--color--background);
|
||||
background-color: var(--wp--preset--color--primary-hover);
|
||||
}
|
||||
|
||||
/**
|
||||
* Onsale Placeholder style
|
||||
* - Since buttons appear in various blocks,
|
||||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button {
|
||||
button[data-load-more-btn],
|
||||
.button {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.has-background:not(.has-background-background-color) button[data-load-more-btn],
|
||||
[class*="background-color"]:not(.has-background-background-color) button[data-load-more-btn],
|
||||
[style*="background-color"] button[data-load-more-btn], .has-background:not(.has-background-background-color) .button,
|
||||
[class*="background-color"]:not(.has-background-background-color) .button,
|
||||
[style*="background-color"] .button {
|
||||
[style*="background-color"] button[data-load-more-btn], .has-background:not(.has-background-background-color)
|
||||
.button,
|
||||
[class*="background-color"]:not(.has-background-background-color)
|
||||
.button,
|
||||
[style*="background-color"]
|
||||
.button {
|
||||
background-color: transparent;
|
||||
border: 2px solid currentColor;
|
||||
color: currentColor;
|
||||
|
|
|
@ -223,7 +223,8 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
|
|||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button, button,
|
||||
button[data-load-more-btn],
|
||||
.button, button,
|
||||
input[type="submit"],
|
||||
.wp-block-button__link,
|
||||
.wp-block-file__button, .a8c-posts-list__view-all, .wp-block-search .wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
||||
|
@ -241,10 +242,12 @@ input[type="submit"],
|
|||
padding: 16px 24px;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
button[data-load-more-btn]:before,
|
||||
.button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, .button:after, button:after,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after,
|
||||
.button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
|
@ -254,27 +257,32 @@ input[type="submit"]:after,
|
|||
width: 0;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
button[data-load-more-btn]:before,
|
||||
.button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
|
||||
margin-bottom: -0.12em;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:after, .button:after, button:after,
|
||||
button[data-load-more-btn]:after,
|
||||
.button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
margin-top: -0.11em;
|
||||
}
|
||||
|
||||
|
||||
.button:not(.has-background):hover, button:not(.has-background):hover,
|
||||
input:not(.has-background):hover[type="submit"],
|
||||
.wp-block-button__link:not(.has-background):hover,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover, .button:focus, button:focus,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover,
|
||||
.button:focus, button:focus,
|
||||
input:focus[type="submit"],
|
||||
.wp-block-button__link:focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, .has-focus.button, button.has-focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus,
|
||||
.has-focus.button, button.has-focus,
|
||||
input.has-focus[type="submit"],
|
||||
.has-focus.wp-block-button__link,
|
||||
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
||||
|
@ -1361,86 +1369,19 @@ object {
|
|||
color: currentColor;
|
||||
}
|
||||
|
||||
/**
|
||||
* Button Placeholder style
|
||||
* - Since buttons appear in various blocks,
|
||||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button, button,
|
||||
input[type="submit"],
|
||||
.wp-block-button__link,
|
||||
.wp-block-file__button, .a8c-posts-list__view-all, .wp-block-search .wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
||||
line-height: 1;
|
||||
color: var(--wp--preset--color--background);
|
||||
cursor: pointer;
|
||||
font-weight: 700;
|
||||
font-family: "PT Sans", Arial, sans-serif;
|
||||
font-family: var(--font-base, "PT Sans", Arial, sans-serif);
|
||||
font-size: 0.83333rem;
|
||||
background-color: var(--wp--preset--color--primary);
|
||||
border-radius: 4px;
|
||||
border-width: 0;
|
||||
text-decoration: none;
|
||||
padding: 16px 24px;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, .button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
content: '';
|
||||
display: block;
|
||||
height: 0;
|
||||
width: 0;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
|
||||
margin-bottom: -0.12em;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:after, .button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
margin-top: -0.11em;
|
||||
}
|
||||
|
||||
.button:not(.has-background):hover, button:not(.has-background):hover,
|
||||
input:not(.has-background):hover[type="submit"],
|
||||
.wp-block-button__link:not(.has-background):hover,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover, .button:focus, button:focus,
|
||||
input:focus[type="submit"],
|
||||
.wp-block-button__link:focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, .has-focus.button, button.has-focus,
|
||||
input.has-focus[type="submit"],
|
||||
.has-focus.wp-block-button__link,
|
||||
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
||||
color: var(--wp--preset--color--background);
|
||||
background-color: var(--wp--preset--color--primary-hover);
|
||||
}
|
||||
|
||||
/**
|
||||
* Onsale Placeholder style
|
||||
* - Since buttons appear in various blocks,
|
||||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button {
|
||||
button[data-load-more-btn],
|
||||
.button {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.has-background:not(.has-background-background-color) button[data-load-more-btn],
|
||||
[class*="background-color"]:not(.has-background-background-color) button[data-load-more-btn],
|
||||
[style*="background-color"] button[data-load-more-btn], .has-background:not(.has-background-background-color) .button,
|
||||
[class*="background-color"]:not(.has-background-background-color) .button,
|
||||
[style*="background-color"] .button {
|
||||
[style*="background-color"] button[data-load-more-btn], .has-background:not(.has-background-background-color)
|
||||
.button,
|
||||
[class*="background-color"]:not(.has-background-background-color)
|
||||
.button,
|
||||
[style*="background-color"]
|
||||
.button {
|
||||
background-color: transparent;
|
||||
border: 2px solid currentColor;
|
||||
color: currentColor;
|
||||
|
|
2
stow/package-lock.json
generated
2
stow/package-lock.json
generated
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "stow",
|
||||
"version": "1.5.14",
|
||||
"version": "1.5.15",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -24,16 +24,16 @@ $config-global: (
|
|||
"family": (
|
||||
"primary": (
|
||||
"fallback": "\"Oswald\"\, sans-serif",
|
||||
"css-var": '--font-headings',
|
||||
"css-var": "--font-headings",
|
||||
),
|
||||
"secondary": (
|
||||
"fallback": "\"Source Sans Pro\"\, Arial\, sans-serif",
|
||||
"css-var": '--font-base',
|
||||
"css-var": "--font-base",
|
||||
),
|
||||
"code": "\"Courier 10 Pitch\"\, Courier\, monospace",
|
||||
"ui": (
|
||||
"fallback": "-apple-system\, BlinkMacSystemFont\, \"Segoe UI\"\, \"Roboto\"\, \"Oxygen\"\, \"Ubuntu\"\, \"Cantarell\"\, \"Fira Sans\"\, \"Droid Sans\"\, \"Helvetica Neue\"\, sans-serif",
|
||||
"css-var": '--font-base',
|
||||
"css-var": "--font-base",
|
||||
),
|
||||
),
|
||||
/* Font Size */
|
||||
|
@ -105,7 +105,15 @@ $config-global: (
|
|||
),
|
||||
);
|
||||
|
||||
$config-global: map-merge($color-variables, $config-global);
|
||||
$child-theme-colors: map-extend($color-variables, (
|
||||
"color": (
|
||||
"tertiary": (
|
||||
"default": "var(--wp--preset--color--tertiary)"
|
||||
)
|
||||
)
|
||||
), true);
|
||||
|
||||
$config-global: map-merge($child-theme-colors, $config-global);
|
||||
|
||||
/**
|
||||
* Elements
|
||||
|
|
|
@ -5,17 +5,19 @@
|
|||
--wp--preset--color--primary-hover: #f25f70;
|
||||
--wp--preset--color--secondary: #f25f70;
|
||||
--wp--preset--color--secondary-hover: #4f4f4f;
|
||||
--wp--preset--color--foreground: #444444;
|
||||
--wp--preset--color--foreground: #444;
|
||||
--wp--preset--color--foreground-low-contrast: #767676;
|
||||
--wp--preset--color--foreground-high-contrast: #111111;
|
||||
--wp--preset--color--background: #ffffff;
|
||||
--wp--preset--color--background-low-contrast: #DDDDDD;
|
||||
--wp--preset--color--background-high-contrast: #FAFAFA;
|
||||
--wp--preset--color--border: #DDDDDD;
|
||||
--wp--preset--color--border-low-contrast: #AAAAAA;
|
||||
--wp--preset--color--border-high-contrast: #FAFAFA;
|
||||
--wp--preset--color--foreground-high-contrast: #111;
|
||||
--wp--preset--color--background: #fff;
|
||||
--wp--preset--color--background-low-contrast: #ddd;
|
||||
--wp--preset--color--background-high-contrast: #fafafa;
|
||||
--wp--preset--color--tertiary: #ddd;
|
||||
|
||||
--wp--preset--color--border: #ddd;
|
||||
--wp--preset--color--border-low-contrast: #aaa;
|
||||
--wp--preset--color--border-high-contrast: #fafafa;
|
||||
--wp--preset--color--text-selection: #ffdce0;
|
||||
--wp--preset--color--alert-success:#8bc34a;
|
||||
--wp--preset--color--alert-success: #8bc34a;
|
||||
--wp--preset--color--alert-info: #03a9f4;
|
||||
--wp--preset--color--alert-warning: #ffc107;
|
||||
--wp--preset--color--alert-error: #f25f70;
|
||||
|
|
|
@ -129,17 +129,18 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
|
|||
--wp--preset--color--primary-hover: #f25f70;
|
||||
--wp--preset--color--secondary: #f25f70;
|
||||
--wp--preset--color--secondary-hover: #4f4f4f;
|
||||
--wp--preset--color--foreground: #444444;
|
||||
--wp--preset--color--foreground: #444;
|
||||
--wp--preset--color--foreground-low-contrast: #767676;
|
||||
--wp--preset--color--foreground-high-contrast: #111111;
|
||||
--wp--preset--color--background: #ffffff;
|
||||
--wp--preset--color--background-low-contrast: #DDDDDD;
|
||||
--wp--preset--color--background-high-contrast: #FAFAFA;
|
||||
--wp--preset--color--border: #DDDDDD;
|
||||
--wp--preset--color--border-low-contrast: #AAAAAA;
|
||||
--wp--preset--color--border-high-contrast: #FAFAFA;
|
||||
--wp--preset--color--foreground-high-contrast: #111;
|
||||
--wp--preset--color--background: #fff;
|
||||
--wp--preset--color--background-low-contrast: #ddd;
|
||||
--wp--preset--color--background-high-contrast: #fafafa;
|
||||
--wp--preset--color--tertiary: #ddd;
|
||||
--wp--preset--color--border: #ddd;
|
||||
--wp--preset--color--border-low-contrast: #aaa;
|
||||
--wp--preset--color--border-high-contrast: #fafafa;
|
||||
--wp--preset--color--text-selection: #ffdce0;
|
||||
--wp--preset--color--alert-success:#8bc34a;
|
||||
--wp--preset--color--alert-success: #8bc34a;
|
||||
--wp--preset--color--alert-info: #03a9f4;
|
||||
--wp--preset--color--alert-warning: #ffc107;
|
||||
--wp--preset--color--alert-error: #f25f70;
|
||||
|
@ -674,7 +675,7 @@ object {
|
|||
|
||||
.wp-block-cover h2,
|
||||
.wp-block-cover-image h2 {
|
||||
font-size: 1.728em;
|
||||
font-size: 1.728;
|
||||
letter-spacing: normal;
|
||||
line-height: 1.125;
|
||||
padding: 0;
|
||||
|
@ -1106,7 +1107,7 @@ pre.wp-block-verse {
|
|||
font-family: "Oswald", sans-serif;
|
||||
font-family: var(--font-headings, "Oswald", sans-serif);
|
||||
font-weight: 300;
|
||||
font-size: 1.728em;
|
||||
font-size: 1.728;
|
||||
letter-spacing: normal;
|
||||
line-height: 1.125;
|
||||
}
|
||||
|
@ -1151,6 +1152,11 @@ pre.wp-block-verse {
|
|||
color: var(--wp--preset--color--background);
|
||||
}
|
||||
|
||||
.wp-block .has-tertiary-color,
|
||||
.has-tertiary-color {
|
||||
color: var(--wp--preset--color--tertiary);
|
||||
}
|
||||
|
||||
.has-background p:not(.has-text-color),
|
||||
.has-background h1:not(.has-text-color),
|
||||
.has-background h2:not(.has-text-color),
|
||||
|
@ -1245,28 +1251,38 @@ pre.wp-block-verse {
|
|||
color: var(--wp--preset--color--foreground);
|
||||
}
|
||||
|
||||
.has-tertiary-background-color,
|
||||
.has-tertiary-background-color.has-background-dim {
|
||||
background-color: var(--wp--preset--color--tertiary);
|
||||
}
|
||||
|
||||
.has-tertiary-background-color:not(.has-text-color),
|
||||
.has-tertiary-background-color.has-background-dim:not(.has-text-color) {
|
||||
color: var(--wp--preset--color--foreground);
|
||||
}
|
||||
|
||||
.is-small-text,
|
||||
.has-small-font-size {
|
||||
font-size: 0.83333em;
|
||||
font-size: 0.83333;
|
||||
}
|
||||
|
||||
.is-regular-text,
|
||||
.has-regular-font-size,
|
||||
.has-normal-font-size,
|
||||
.has-medium-font-size {
|
||||
font-size: 1.2em;
|
||||
font-size: 1.2;
|
||||
}
|
||||
|
||||
.is-large-text,
|
||||
.has-large-font-size {
|
||||
font-size: 1.44em;
|
||||
font-size: 1.44;
|
||||
line-height: 1.125;
|
||||
}
|
||||
|
||||
.is-larger-text,
|
||||
.has-larger-font-size,
|
||||
.has-huge-font-size {
|
||||
font-size: 1.728em;
|
||||
font-size: 1.728;
|
||||
line-height: 1.125;
|
||||
}
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ Author: Automattic
|
|||
Author URI: https://automattic.com/
|
||||
Description: A bold and clean theme - Stow is the ideal choice for creating an online presence for your business.
|
||||
Requires at least: WordPress 4.9.6
|
||||
Version: 1.5.14
|
||||
Version: 1.5.15
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: LICENSE
|
||||
Template: varia
|
||||
|
@ -150,17 +150,18 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
|
|||
--wp--preset--color--primary-hover: #f25f70;
|
||||
--wp--preset--color--secondary: #f25f70;
|
||||
--wp--preset--color--secondary-hover: #4f4f4f;
|
||||
--wp--preset--color--foreground: #444444;
|
||||
--wp--preset--color--foreground: #444;
|
||||
--wp--preset--color--foreground-low-contrast: #767676;
|
||||
--wp--preset--color--foreground-high-contrast: #111111;
|
||||
--wp--preset--color--background: #ffffff;
|
||||
--wp--preset--color--background-low-contrast: #DDDDDD;
|
||||
--wp--preset--color--background-high-contrast: #FAFAFA;
|
||||
--wp--preset--color--border: #DDDDDD;
|
||||
--wp--preset--color--border-low-contrast: #AAAAAA;
|
||||
--wp--preset--color--border-high-contrast: #FAFAFA;
|
||||
--wp--preset--color--foreground-high-contrast: #111;
|
||||
--wp--preset--color--background: #fff;
|
||||
--wp--preset--color--background-low-contrast: #ddd;
|
||||
--wp--preset--color--background-high-contrast: #fafafa;
|
||||
--wp--preset--color--tertiary: #ddd;
|
||||
--wp--preset--color--border: #ddd;
|
||||
--wp--preset--color--border-low-contrast: #aaa;
|
||||
--wp--preset--color--border-high-contrast: #fafafa;
|
||||
--wp--preset--color--text-selection: #ffdce0;
|
||||
--wp--preset--color--alert-success:#8bc34a;
|
||||
--wp--preset--color--alert-success: #8bc34a;
|
||||
--wp--preset--color--alert-info: #03a9f4;
|
||||
--wp--preset--color--alert-warning: #ffc107;
|
||||
--wp--preset--color--alert-error: #f25f70;
|
||||
|
@ -222,7 +223,8 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
|
|||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button, button,
|
||||
button[data-load-more-btn],
|
||||
.button, button,
|
||||
input[type="submit"],
|
||||
.wp-block-button__link,
|
||||
.wp-block-file__button, .a8c-posts-list__view-all, .wp-block-search .wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
||||
|
@ -240,10 +242,12 @@ input[type="submit"],
|
|||
padding: 16px 16px;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
button[data-load-more-btn]:before,
|
||||
.button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, .button:after, button:after,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after,
|
||||
.button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
|
@ -253,27 +257,32 @@ input[type="submit"]:after,
|
|||
width: 0;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
button[data-load-more-btn]:before,
|
||||
.button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
|
||||
margin-bottom: -0.12em;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:after, .button:after, button:after,
|
||||
button[data-load-more-btn]:after,
|
||||
.button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
margin-top: -0.11em;
|
||||
}
|
||||
|
||||
|
||||
.button:not(.has-background):hover, button:not(.has-background):hover,
|
||||
input:not(.has-background):hover[type="submit"],
|
||||
.wp-block-button__link:not(.has-background):hover,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover, .button:focus, button:focus,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover,
|
||||
.button:focus, button:focus,
|
||||
input:focus[type="submit"],
|
||||
.wp-block-button__link:focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, .has-focus.button, button.has-focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus,
|
||||
.has-focus.button, button.has-focus,
|
||||
input.has-focus[type="submit"],
|
||||
.has-focus.wp-block-button__link,
|
||||
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
||||
|
@ -1360,86 +1369,19 @@ object {
|
|||
color: currentColor;
|
||||
}
|
||||
|
||||
/**
|
||||
* Button Placeholder style
|
||||
* - Since buttons appear in various blocks,
|
||||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button, button,
|
||||
input[type="submit"],
|
||||
.wp-block-button__link,
|
||||
.wp-block-file__button, .a8c-posts-list__view-all, .wp-block-search .wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
||||
line-height: 1;
|
||||
color: var(--wp--preset--color--background);
|
||||
cursor: pointer;
|
||||
font-weight: 600;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-base, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
font-size: 0.69444rem;
|
||||
background-color: var(--wp--preset--color--secondary);
|
||||
border-radius: 9px;
|
||||
border-width: 0;
|
||||
text-decoration: none;
|
||||
padding: 16px 16px;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, .button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
content: '';
|
||||
display: block;
|
||||
height: 0;
|
||||
width: 0;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
|
||||
margin-bottom: -0.12em;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:after, .button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
margin-top: -0.11em;
|
||||
}
|
||||
|
||||
.button:not(.has-background):hover, button:not(.has-background):hover,
|
||||
input:not(.has-background):hover[type="submit"],
|
||||
.wp-block-button__link:not(.has-background):hover,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover, .button:focus, button:focus,
|
||||
input:focus[type="submit"],
|
||||
.wp-block-button__link:focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, .has-focus.button, button.has-focus,
|
||||
input.has-focus[type="submit"],
|
||||
.has-focus.wp-block-button__link,
|
||||
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
||||
color: var(--wp--preset--color--background);
|
||||
background-color: var(--wp--preset--color--secondary-hover);
|
||||
}
|
||||
|
||||
/**
|
||||
* Onsale Placeholder style
|
||||
* - Since buttons appear in various blocks,
|
||||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button {
|
||||
button[data-load-more-btn],
|
||||
.button {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.has-background:not(.has-background-background-color) button[data-load-more-btn],
|
||||
[class*="background-color"]:not(.has-background-background-color) button[data-load-more-btn],
|
||||
[style*="background-color"] button[data-load-more-btn], .has-background:not(.has-background-background-color) .button,
|
||||
[class*="background-color"]:not(.has-background-background-color) .button,
|
||||
[style*="background-color"] .button {
|
||||
[style*="background-color"] button[data-load-more-btn], .has-background:not(.has-background-background-color)
|
||||
.button,
|
||||
[class*="background-color"]:not(.has-background-background-color)
|
||||
.button,
|
||||
[style*="background-color"]
|
||||
.button {
|
||||
background-color: transparent;
|
||||
border: 2px solid currentColor;
|
||||
color: currentColor;
|
||||
|
@ -2535,6 +2477,10 @@ table.is-style-stripes tbody tr:nth-child(odd),
|
|||
color: var(--wp--preset--color--background);
|
||||
}
|
||||
|
||||
.has-tertiary-color {
|
||||
color: var(--wp--preset--color--tertiary);
|
||||
}
|
||||
|
||||
.has-background p:not(.has-text-color),
|
||||
.has-background h1:not(.has-text-color),
|
||||
.has-background h2:not(.has-text-color),
|
||||
|
@ -2628,6 +2574,16 @@ table.is-style-stripes tbody tr:nth-child(odd),
|
|||
color: var(--wp--preset--color--foreground);
|
||||
}
|
||||
|
||||
.has-tertiary-background-color,
|
||||
.has-tertiary-background-color.has-background-dim {
|
||||
background-color: var(--wp--preset--color--tertiary);
|
||||
}
|
||||
|
||||
.has-tertiary-background-color:not(.has-text-color),
|
||||
.has-tertiary-background-color.has-background-dim:not(.has-text-color) {
|
||||
color: var(--wp--preset--color--foreground);
|
||||
}
|
||||
|
||||
.is-small-text,
|
||||
.has-small-font-size {
|
||||
font-size: 0.83333rem;
|
||||
|
|
138
stow/style.css
138
stow/style.css
|
@ -150,17 +150,18 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
|
|||
--wp--preset--color--primary-hover: #f25f70;
|
||||
--wp--preset--color--secondary: #f25f70;
|
||||
--wp--preset--color--secondary-hover: #4f4f4f;
|
||||
--wp--preset--color--foreground: #444444;
|
||||
--wp--preset--color--foreground: #444;
|
||||
--wp--preset--color--foreground-low-contrast: #767676;
|
||||
--wp--preset--color--foreground-high-contrast: #111111;
|
||||
--wp--preset--color--background: #ffffff;
|
||||
--wp--preset--color--background-low-contrast: #DDDDDD;
|
||||
--wp--preset--color--background-high-contrast: #FAFAFA;
|
||||
--wp--preset--color--border: #DDDDDD;
|
||||
--wp--preset--color--border-low-contrast: #AAAAAA;
|
||||
--wp--preset--color--border-high-contrast: #FAFAFA;
|
||||
--wp--preset--color--foreground-high-contrast: #111;
|
||||
--wp--preset--color--background: #fff;
|
||||
--wp--preset--color--background-low-contrast: #ddd;
|
||||
--wp--preset--color--background-high-contrast: #fafafa;
|
||||
--wp--preset--color--tertiary: #ddd;
|
||||
--wp--preset--color--border: #ddd;
|
||||
--wp--preset--color--border-low-contrast: #aaa;
|
||||
--wp--preset--color--border-high-contrast: #fafafa;
|
||||
--wp--preset--color--text-selection: #ffdce0;
|
||||
--wp--preset--color--alert-success:#8bc34a;
|
||||
--wp--preset--color--alert-success: #8bc34a;
|
||||
--wp--preset--color--alert-info: #03a9f4;
|
||||
--wp--preset--color--alert-warning: #ffc107;
|
||||
--wp--preset--color--alert-error: #f25f70;
|
||||
|
@ -222,7 +223,8 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
|
|||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button, button,
|
||||
button[data-load-more-btn],
|
||||
.button, button,
|
||||
input[type="submit"],
|
||||
.wp-block-button__link,
|
||||
.wp-block-file__button, .a8c-posts-list__view-all, .wp-block-search .wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
||||
|
@ -240,10 +242,12 @@ input[type="submit"],
|
|||
padding: 16px 16px;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
button[data-load-more-btn]:before,
|
||||
.button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, .button:after, button:after,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after,
|
||||
.button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
|
@ -253,27 +257,32 @@ input[type="submit"]:after,
|
|||
width: 0;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
button[data-load-more-btn]:before,
|
||||
.button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
|
||||
margin-bottom: -0.12em;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:after, .button:after, button:after,
|
||||
button[data-load-more-btn]:after,
|
||||
.button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
margin-top: -0.11em;
|
||||
}
|
||||
|
||||
|
||||
.button:not(.has-background):hover, button:not(.has-background):hover,
|
||||
input:not(.has-background):hover[type="submit"],
|
||||
.wp-block-button__link:not(.has-background):hover,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover, .button:focus, button:focus,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover,
|
||||
.button:focus, button:focus,
|
||||
input:focus[type="submit"],
|
||||
.wp-block-button__link:focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, .has-focus.button, button.has-focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus,
|
||||
.has-focus.button, button.has-focus,
|
||||
input.has-focus[type="submit"],
|
||||
.has-focus.wp-block-button__link,
|
||||
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
||||
|
@ -1360,86 +1369,19 @@ object {
|
|||
color: currentColor;
|
||||
}
|
||||
|
||||
/**
|
||||
* Button Placeholder style
|
||||
* - Since buttons appear in various blocks,
|
||||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button, button,
|
||||
input[type="submit"],
|
||||
.wp-block-button__link,
|
||||
.wp-block-file__button, .a8c-posts-list__view-all, .wp-block-search .wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
||||
line-height: 1;
|
||||
color: var(--wp--preset--color--background);
|
||||
cursor: pointer;
|
||||
font-weight: 600;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-base, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
font-size: 0.69444rem;
|
||||
background-color: var(--wp--preset--color--secondary);
|
||||
border-radius: 9px;
|
||||
border-width: 0;
|
||||
text-decoration: none;
|
||||
padding: 16px 16px;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, .button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
content: '';
|
||||
display: block;
|
||||
height: 0;
|
||||
width: 0;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
|
||||
margin-bottom: -0.12em;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:after, .button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
margin-top: -0.11em;
|
||||
}
|
||||
|
||||
.button:not(.has-background):hover, button:not(.has-background):hover,
|
||||
input:not(.has-background):hover[type="submit"],
|
||||
.wp-block-button__link:not(.has-background):hover,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover, .button:focus, button:focus,
|
||||
input:focus[type="submit"],
|
||||
.wp-block-button__link:focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, .has-focus.button, button.has-focus,
|
||||
input.has-focus[type="submit"],
|
||||
.has-focus.wp-block-button__link,
|
||||
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
||||
color: var(--wp--preset--color--background);
|
||||
background-color: var(--wp--preset--color--secondary-hover);
|
||||
}
|
||||
|
||||
/**
|
||||
* Onsale Placeholder style
|
||||
* - Since buttons appear in various blocks,
|
||||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button {
|
||||
button[data-load-more-btn],
|
||||
.button {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.has-background:not(.has-background-background-color) button[data-load-more-btn],
|
||||
[class*="background-color"]:not(.has-background-background-color) button[data-load-more-btn],
|
||||
[style*="background-color"] button[data-load-more-btn], .has-background:not(.has-background-background-color) .button,
|
||||
[class*="background-color"]:not(.has-background-background-color) .button,
|
||||
[style*="background-color"] .button {
|
||||
[style*="background-color"] button[data-load-more-btn], .has-background:not(.has-background-background-color)
|
||||
.button,
|
||||
[class*="background-color"]:not(.has-background-background-color)
|
||||
.button,
|
||||
[style*="background-color"]
|
||||
.button {
|
||||
background-color: transparent;
|
||||
border: 2px solid currentColor;
|
||||
color: currentColor;
|
||||
|
@ -2542,6 +2484,10 @@ table.is-style-stripes tbody tr:nth-child(odd),
|
|||
color: var(--wp--preset--color--background);
|
||||
}
|
||||
|
||||
.has-tertiary-color {
|
||||
color: var(--wp--preset--color--tertiary);
|
||||
}
|
||||
|
||||
.has-background p:not(.has-text-color),
|
||||
.has-background h1:not(.has-text-color),
|
||||
.has-background h2:not(.has-text-color),
|
||||
|
@ -2635,6 +2581,16 @@ table.is-style-stripes tbody tr:nth-child(odd),
|
|||
color: var(--wp--preset--color--foreground);
|
||||
}
|
||||
|
||||
.has-tertiary-background-color,
|
||||
.has-tertiary-background-color.has-background-dim {
|
||||
background-color: var(--wp--preset--color--tertiary);
|
||||
}
|
||||
|
||||
.has-tertiary-background-color:not(.has-text-color),
|
||||
.has-tertiary-background-color.has-background-dim:not(.has-text-color) {
|
||||
color: var(--wp--preset--color--foreground);
|
||||
}
|
||||
|
||||
.is-small-text,
|
||||
.has-small-font-size {
|
||||
font-size: 0.83333rem;
|
||||
|
|
2
stratford/package-lock.json
generated
2
stratford/package-lock.json
generated
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "stratford",
|
||||
"version": "1.4.14",
|
||||
"version": "1.4.15",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -24,16 +24,16 @@ $config-global: (
|
|||
"family": (
|
||||
"primary": (
|
||||
"fallback": "\"Poppins\"\, sans-serif",
|
||||
"css-var": '--font-headings',
|
||||
"css-var": "--font-headings",
|
||||
),
|
||||
"secondary": (
|
||||
"fallback": "\"Lato\"\, sans-serif",
|
||||
"css-var": '--font-base',
|
||||
"css-var": "--font-base",
|
||||
),
|
||||
"code": "\"Inconsolata\"\, monospace",
|
||||
"ui": (
|
||||
"fallback": "-apple-system\, BlinkMacSystemFont\, \"Segoe UI\"\, \"Roboto\"\, \"Oxygen\"\, \"Ubuntu\"\, \"Cantarell\"\, \"Fira Sans\"\, \"Droid Sans\"\, \"Helvetica Neue\"\, sans-serif",
|
||||
"css-var": '--font-base'
|
||||
"css-var": "--font-base"
|
||||
),
|
||||
),
|
||||
/* Font Size */
|
||||
|
@ -105,7 +105,15 @@ $config-global: (
|
|||
),
|
||||
);
|
||||
|
||||
$config-global: map-merge($color-variables, $config-global);
|
||||
$child-theme-colors: map-extend($color-variables, (
|
||||
"color": (
|
||||
"tertiary": (
|
||||
"default": "var(--wp--preset--color--tertiary)"
|
||||
)
|
||||
)
|
||||
), true);
|
||||
|
||||
$config-global: map-merge($child-theme-colors, $config-global);
|
||||
|
||||
/**
|
||||
* Elements
|
||||
|
|
|
@ -7,15 +7,16 @@
|
|||
--wp--preset--color--secondary-hover: #2c313f;
|
||||
--wp--preset--color--foreground: #74767e;
|
||||
--wp--preset--color--foreground-low-contrast: #767676;
|
||||
--wp--preset--color--foreground-high-contrast: #111111;
|
||||
--wp--preset--color--background: #ffffff;
|
||||
--wp--preset--color--background-low-contrast: #DDDDDD;
|
||||
--wp--preset--color--foreground-high-contrast: #111;
|
||||
--wp--preset--color--background: #fff;
|
||||
--wp--preset--color--background-low-contrast: #ddd;
|
||||
--wp--preset--color--background-high-contrast: #f3f3f3;
|
||||
--wp--preset--color--border: #DDDDDD;
|
||||
--wp--preset--color--border-low-contrast: #AAAAAA;
|
||||
--wp--preset--color--border-high-contrast: #FAFAFA;
|
||||
--wp--preset--color--tertiary: #ddd;
|
||||
--wp--preset--color--border: #ddd;
|
||||
--wp--preset--color--border-low-contrast: #aaa;
|
||||
--wp--preset--color--border-high-contrast: #fafafa;
|
||||
--wp--preset--color--text-selection: #c6d5ff;
|
||||
--wp--preset--color--alert-success: #4CAF50;
|
||||
--wp--preset--color--alert-success: #4caf50;
|
||||
--wp--preset--color--alert-info: #3e69dc;
|
||||
--wp--preset--color--alert-warning: #ffc107;
|
||||
--wp--preset--color--alert-error: #f44336;
|
||||
|
|
|
@ -131,15 +131,16 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
|
|||
--wp--preset--color--secondary-hover: #2c313f;
|
||||
--wp--preset--color--foreground: #74767e;
|
||||
--wp--preset--color--foreground-low-contrast: #767676;
|
||||
--wp--preset--color--foreground-high-contrast: #111111;
|
||||
--wp--preset--color--background: #ffffff;
|
||||
--wp--preset--color--background-low-contrast: #DDDDDD;
|
||||
--wp--preset--color--foreground-high-contrast: #111;
|
||||
--wp--preset--color--background: #fff;
|
||||
--wp--preset--color--background-low-contrast: #ddd;
|
||||
--wp--preset--color--background-high-contrast: #f3f3f3;
|
||||
--wp--preset--color--border: #DDDDDD;
|
||||
--wp--preset--color--border-low-contrast: #AAAAAA;
|
||||
--wp--preset--color--border-high-contrast: #FAFAFA;
|
||||
--wp--preset--color--tertiary: #ddd;
|
||||
--wp--preset--color--border: #ddd;
|
||||
--wp--preset--color--border-low-contrast: #aaa;
|
||||
--wp--preset--color--border-high-contrast: #fafafa;
|
||||
--wp--preset--color--text-selection: #c6d5ff;
|
||||
--wp--preset--color--alert-success: #4CAF50;
|
||||
--wp--preset--color--alert-success: #4caf50;
|
||||
--wp--preset--color--alert-info: #3e69dc;
|
||||
--wp--preset--color--alert-warning: #ffc107;
|
||||
--wp--preset--color--alert-error: #f44336;
|
||||
|
@ -674,7 +675,7 @@ object {
|
|||
|
||||
.wp-block-cover h2,
|
||||
.wp-block-cover-image h2 {
|
||||
font-size: 2.48832em;
|
||||
font-size: 2.48832;
|
||||
letter-spacing: normal;
|
||||
line-height: 1.125;
|
||||
padding: 0;
|
||||
|
@ -1106,7 +1107,7 @@ pre.wp-block-verse {
|
|||
font-family: "Poppins", sans-serif;
|
||||
font-family: var(--font-headings, "Poppins", sans-serif);
|
||||
font-weight: 700;
|
||||
font-size: 2.48832em;
|
||||
font-size: 2.48832;
|
||||
letter-spacing: normal;
|
||||
line-height: 1.125;
|
||||
}
|
||||
|
@ -1151,6 +1152,11 @@ pre.wp-block-verse {
|
|||
color: var(--wp--preset--color--background);
|
||||
}
|
||||
|
||||
.wp-block .has-tertiary-color,
|
||||
.has-tertiary-color {
|
||||
color: var(--wp--preset--color--tertiary);
|
||||
}
|
||||
|
||||
.has-background p:not(.has-text-color),
|
||||
.has-background h1:not(.has-text-color),
|
||||
.has-background h2:not(.has-text-color),
|
||||
|
@ -1245,28 +1251,38 @@ pre.wp-block-verse {
|
|||
color: var(--wp--preset--color--foreground);
|
||||
}
|
||||
|
||||
.has-tertiary-background-color,
|
||||
.has-tertiary-background-color.has-background-dim {
|
||||
background-color: var(--wp--preset--color--tertiary);
|
||||
}
|
||||
|
||||
.has-tertiary-background-color:not(.has-text-color),
|
||||
.has-tertiary-background-color.has-background-dim:not(.has-text-color) {
|
||||
color: var(--wp--preset--color--foreground);
|
||||
}
|
||||
|
||||
.is-small-text,
|
||||
.has-small-font-size {
|
||||
font-size: 0.83333em;
|
||||
font-size: 0.83333;
|
||||
}
|
||||
|
||||
.is-regular-text,
|
||||
.has-regular-font-size,
|
||||
.has-normal-font-size,
|
||||
.has-medium-font-size {
|
||||
font-size: 1.2em;
|
||||
font-size: 1.2;
|
||||
}
|
||||
|
||||
.is-large-text,
|
||||
.has-large-font-size {
|
||||
font-size: 1.44em;
|
||||
font-size: 1.44;
|
||||
line-height: 1.125;
|
||||
}
|
||||
|
||||
.is-larger-text,
|
||||
.has-larger-font-size,
|
||||
.has-huge-font-size {
|
||||
font-size: 1.728em;
|
||||
font-size: 1.728;
|
||||
line-height: 1.125;
|
||||
}
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ Author: Automattic
|
|||
Author URI: https://automattic.com/
|
||||
Description: Stratford is the perfect design for your business or educational institutes online presence. Highlight your products and services, Stratford is versatile enough to be your personal blog too.
|
||||
Requires at least: WordPress 4.9.6
|
||||
Version: 1.4.14
|
||||
Version: 1.4.15
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: LICENSE
|
||||
Template: varia
|
||||
|
@ -151,15 +151,16 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
|
|||
--wp--preset--color--secondary-hover: #2c313f;
|
||||
--wp--preset--color--foreground: #74767e;
|
||||
--wp--preset--color--foreground-low-contrast: #767676;
|
||||
--wp--preset--color--foreground-high-contrast: #111111;
|
||||
--wp--preset--color--background: #ffffff;
|
||||
--wp--preset--color--background-low-contrast: #DDDDDD;
|
||||
--wp--preset--color--foreground-high-contrast: #111;
|
||||
--wp--preset--color--background: #fff;
|
||||
--wp--preset--color--background-low-contrast: #ddd;
|
||||
--wp--preset--color--background-high-contrast: #f3f3f3;
|
||||
--wp--preset--color--border: #DDDDDD;
|
||||
--wp--preset--color--border-low-contrast: #AAAAAA;
|
||||
--wp--preset--color--border-high-contrast: #FAFAFA;
|
||||
--wp--preset--color--tertiary: #ddd;
|
||||
--wp--preset--color--border: #ddd;
|
||||
--wp--preset--color--border-low-contrast: #aaa;
|
||||
--wp--preset--color--border-high-contrast: #fafafa;
|
||||
--wp--preset--color--text-selection: #c6d5ff;
|
||||
--wp--preset--color--alert-success: #4CAF50;
|
||||
--wp--preset--color--alert-success: #4caf50;
|
||||
--wp--preset--color--alert-info: #3e69dc;
|
||||
--wp--preset--color--alert-warning: #ffc107;
|
||||
--wp--preset--color--alert-error: #f44336;
|
||||
|
@ -221,7 +222,8 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
|
|||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button, button,
|
||||
button[data-load-more-btn],
|
||||
.button, button,
|
||||
input[type="submit"],
|
||||
.wp-block-button__link,
|
||||
.wp-block-file__button, .a8c-posts-list__view-all, .wp-block-search .wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
||||
|
@ -239,10 +241,12 @@ input[type="submit"],
|
|||
padding: 16px 16px;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
button[data-load-more-btn]:before,
|
||||
.button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, .button:after, button:after,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after,
|
||||
.button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
|
@ -252,27 +256,32 @@ input[type="submit"]:after,
|
|||
width: 0;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
button[data-load-more-btn]:before,
|
||||
.button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
|
||||
margin-bottom: -0.34em;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:after, .button:after, button:after,
|
||||
button[data-load-more-btn]:after,
|
||||
.button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
margin-top: -0.33em;
|
||||
}
|
||||
|
||||
|
||||
.button:not(.has-background):hover, button:not(.has-background):hover,
|
||||
input:not(.has-background):hover[type="submit"],
|
||||
.wp-block-button__link:not(.has-background):hover,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover, .button:focus, button:focus,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover,
|
||||
.button:focus, button:focus,
|
||||
input:focus[type="submit"],
|
||||
.wp-block-button__link:focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, .has-focus.button, button.has-focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus,
|
||||
.has-focus.button, button.has-focus,
|
||||
input.has-focus[type="submit"],
|
||||
.has-focus.wp-block-button__link,
|
||||
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
||||
|
@ -1359,86 +1368,19 @@ object {
|
|||
color: currentColor;
|
||||
}
|
||||
|
||||
/**
|
||||
* Button Placeholder style
|
||||
* - Since buttons appear in various blocks,
|
||||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button, button,
|
||||
input[type="submit"],
|
||||
.wp-block-button__link,
|
||||
.wp-block-file__button, .a8c-posts-list__view-all, .wp-block-search .wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
||||
line-height: 1.44;
|
||||
color: var(--wp--preset--color--background);
|
||||
cursor: pointer;
|
||||
font-weight: 700;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-base, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
font-size: 0.83333rem;
|
||||
background-color: var(--wp--preset--color--primary-hover);
|
||||
border-radius: 10px;
|
||||
border-width: 0;
|
||||
text-decoration: none;
|
||||
padding: 16px 16px;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, .button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
content: '';
|
||||
display: block;
|
||||
height: 0;
|
||||
width: 0;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
|
||||
margin-bottom: -0.34em;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:after, .button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
margin-top: -0.33em;
|
||||
}
|
||||
|
||||
.button:not(.has-background):hover, button:not(.has-background):hover,
|
||||
input:not(.has-background):hover[type="submit"],
|
||||
.wp-block-button__link:not(.has-background):hover,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover, .button:focus, button:focus,
|
||||
input:focus[type="submit"],
|
||||
.wp-block-button__link:focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, .has-focus.button, button.has-focus,
|
||||
input.has-focus[type="submit"],
|
||||
.has-focus.wp-block-button__link,
|
||||
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
||||
color: var(--wp--preset--color--background);
|
||||
background-color: var(--wp--preset--color--primary);
|
||||
}
|
||||
|
||||
/**
|
||||
* Onsale Placeholder style
|
||||
* - Since buttons appear in various blocks,
|
||||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button {
|
||||
button[data-load-more-btn],
|
||||
.button {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.has-background:not(.has-background-background-color) button[data-load-more-btn],
|
||||
[class*="background-color"]:not(.has-background-background-color) button[data-load-more-btn],
|
||||
[style*="background-color"] button[data-load-more-btn], .has-background:not(.has-background-background-color) .button,
|
||||
[class*="background-color"]:not(.has-background-background-color) .button,
|
||||
[style*="background-color"] .button {
|
||||
[style*="background-color"] button[data-load-more-btn], .has-background:not(.has-background-background-color)
|
||||
.button,
|
||||
[class*="background-color"]:not(.has-background-background-color)
|
||||
.button,
|
||||
[style*="background-color"]
|
||||
.button {
|
||||
background-color: transparent;
|
||||
border: 2px solid currentColor;
|
||||
color: currentColor;
|
||||
|
@ -2534,6 +2476,10 @@ table.is-style-stripes tbody tr:nth-child(odd),
|
|||
color: var(--wp--preset--color--background);
|
||||
}
|
||||
|
||||
.has-tertiary-color {
|
||||
color: var(--wp--preset--color--tertiary);
|
||||
}
|
||||
|
||||
.has-background p:not(.has-text-color),
|
||||
.has-background h1:not(.has-text-color),
|
||||
.has-background h2:not(.has-text-color),
|
||||
|
@ -2627,6 +2573,16 @@ table.is-style-stripes tbody tr:nth-child(odd),
|
|||
color: var(--wp--preset--color--foreground);
|
||||
}
|
||||
|
||||
.has-tertiary-background-color,
|
||||
.has-tertiary-background-color.has-background-dim {
|
||||
background-color: var(--wp--preset--color--tertiary);
|
||||
}
|
||||
|
||||
.has-tertiary-background-color:not(.has-text-color),
|
||||
.has-tertiary-background-color.has-background-dim:not(.has-text-color) {
|
||||
color: var(--wp--preset--color--foreground);
|
||||
}
|
||||
|
||||
.is-small-text,
|
||||
.has-small-font-size {
|
||||
font-size: 0.83333rem;
|
||||
|
|
|
@ -151,15 +151,16 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
|
|||
--wp--preset--color--secondary-hover: #2c313f;
|
||||
--wp--preset--color--foreground: #74767e;
|
||||
--wp--preset--color--foreground-low-contrast: #767676;
|
||||
--wp--preset--color--foreground-high-contrast: #111111;
|
||||
--wp--preset--color--background: #ffffff;
|
||||
--wp--preset--color--background-low-contrast: #DDDDDD;
|
||||
--wp--preset--color--foreground-high-contrast: #111;
|
||||
--wp--preset--color--background: #fff;
|
||||
--wp--preset--color--background-low-contrast: #ddd;
|
||||
--wp--preset--color--background-high-contrast: #f3f3f3;
|
||||
--wp--preset--color--border: #DDDDDD;
|
||||
--wp--preset--color--border-low-contrast: #AAAAAA;
|
||||
--wp--preset--color--border-high-contrast: #FAFAFA;
|
||||
--wp--preset--color--tertiary: #ddd;
|
||||
--wp--preset--color--border: #ddd;
|
||||
--wp--preset--color--border-low-contrast: #aaa;
|
||||
--wp--preset--color--border-high-contrast: #fafafa;
|
||||
--wp--preset--color--text-selection: #c6d5ff;
|
||||
--wp--preset--color--alert-success: #4CAF50;
|
||||
--wp--preset--color--alert-success: #4caf50;
|
||||
--wp--preset--color--alert-info: #3e69dc;
|
||||
--wp--preset--color--alert-warning: #ffc107;
|
||||
--wp--preset--color--alert-error: #f44336;
|
||||
|
@ -221,7 +222,8 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
|
|||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button, button,
|
||||
button[data-load-more-btn],
|
||||
.button, button,
|
||||
input[type="submit"],
|
||||
.wp-block-button__link,
|
||||
.wp-block-file__button, .a8c-posts-list__view-all, .wp-block-search .wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
||||
|
@ -239,10 +241,12 @@ input[type="submit"],
|
|||
padding: 16px 16px;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
button[data-load-more-btn]:before,
|
||||
.button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, .button:after, button:after,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after,
|
||||
.button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
|
@ -252,27 +256,32 @@ input[type="submit"]:after,
|
|||
width: 0;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
button[data-load-more-btn]:before,
|
||||
.button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
|
||||
margin-bottom: -0.34em;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:after, .button:after, button:after,
|
||||
button[data-load-more-btn]:after,
|
||||
.button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
margin-top: -0.33em;
|
||||
}
|
||||
|
||||
|
||||
.button:not(.has-background):hover, button:not(.has-background):hover,
|
||||
input:not(.has-background):hover[type="submit"],
|
||||
.wp-block-button__link:not(.has-background):hover,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover, .button:focus, button:focus,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover,
|
||||
.button:focus, button:focus,
|
||||
input:focus[type="submit"],
|
||||
.wp-block-button__link:focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, .has-focus.button, button.has-focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus,
|
||||
.has-focus.button, button.has-focus,
|
||||
input.has-focus[type="submit"],
|
||||
.has-focus.wp-block-button__link,
|
||||
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
||||
|
@ -1359,86 +1368,19 @@ object {
|
|||
color: currentColor;
|
||||
}
|
||||
|
||||
/**
|
||||
* Button Placeholder style
|
||||
* - Since buttons appear in various blocks,
|
||||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button, button,
|
||||
input[type="submit"],
|
||||
.wp-block-button__link,
|
||||
.wp-block-file__button, .a8c-posts-list__view-all, .wp-block-search .wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
||||
line-height: 1.44;
|
||||
color: var(--wp--preset--color--background);
|
||||
cursor: pointer;
|
||||
font-weight: 700;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-base, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||
font-size: 0.83333rem;
|
||||
background-color: var(--wp--preset--color--primary-hover);
|
||||
border-radius: 10px;
|
||||
border-width: 0;
|
||||
text-decoration: none;
|
||||
padding: 16px 16px;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, .button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
content: '';
|
||||
display: block;
|
||||
height: 0;
|
||||
width: 0;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
|
||||
margin-bottom: -0.34em;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:after, .button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
margin-top: -0.33em;
|
||||
}
|
||||
|
||||
.button:not(.has-background):hover, button:not(.has-background):hover,
|
||||
input:not(.has-background):hover[type="submit"],
|
||||
.wp-block-button__link:not(.has-background):hover,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover, .button:focus, button:focus,
|
||||
input:focus[type="submit"],
|
||||
.wp-block-button__link:focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, .has-focus.button, button.has-focus,
|
||||
input.has-focus[type="submit"],
|
||||
.has-focus.wp-block-button__link,
|
||||
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
||||
color: var(--wp--preset--color--background);
|
||||
background-color: var(--wp--preset--color--primary);
|
||||
}
|
||||
|
||||
/**
|
||||
* Onsale Placeholder style
|
||||
* - Since buttons appear in various blocks,
|
||||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button {
|
||||
button[data-load-more-btn],
|
||||
.button {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.has-background:not(.has-background-background-color) button[data-load-more-btn],
|
||||
[class*="background-color"]:not(.has-background-background-color) button[data-load-more-btn],
|
||||
[style*="background-color"] button[data-load-more-btn], .has-background:not(.has-background-background-color) .button,
|
||||
[class*="background-color"]:not(.has-background-background-color) .button,
|
||||
[style*="background-color"] .button {
|
||||
[style*="background-color"] button[data-load-more-btn], .has-background:not(.has-background-background-color)
|
||||
.button,
|
||||
[class*="background-color"]:not(.has-background-background-color)
|
||||
.button,
|
||||
[style*="background-color"]
|
||||
.button {
|
||||
background-color: transparent;
|
||||
border: 2px solid currentColor;
|
||||
color: currentColor;
|
||||
|
@ -2541,6 +2483,10 @@ table.is-style-stripes tbody tr:nth-child(odd),
|
|||
color: var(--wp--preset--color--background);
|
||||
}
|
||||
|
||||
.has-tertiary-color {
|
||||
color: var(--wp--preset--color--tertiary);
|
||||
}
|
||||
|
||||
.has-background p:not(.has-text-color),
|
||||
.has-background h1:not(.has-text-color),
|
||||
.has-background h2:not(.has-text-color),
|
||||
|
@ -2634,6 +2580,16 @@ table.is-style-stripes tbody tr:nth-child(odd),
|
|||
color: var(--wp--preset--color--foreground);
|
||||
}
|
||||
|
||||
.has-tertiary-background-color,
|
||||
.has-tertiary-background-color.has-background-dim {
|
||||
background-color: var(--wp--preset--color--tertiary);
|
||||
}
|
||||
|
||||
.has-tertiary-background-color:not(.has-text-color),
|
||||
.has-tertiary-background-color.has-background-dim:not(.has-text-color) {
|
||||
color: var(--wp--preset--color--foreground);
|
||||
}
|
||||
|
||||
.is-small-text,
|
||||
.has-small-font-size {
|
||||
font-size: 0.83333rem;
|
||||
|
|
|
@ -1,17 +1,21 @@
|
|||
.wp-block-newspack-blocks-homepage-articles {
|
||||
|
||||
&.image-aligntop {
|
||||
|
||||
.post-thumbnail {
|
||||
margin-bottom: #{0.5 * map-deep-get($config-global, "spacing", "vertical")};
|
||||
}
|
||||
}
|
||||
|
||||
&.image-alignleft {
|
||||
|
||||
.post-thumbnail {
|
||||
margin-right: #{map-deep-get($config-global, "spacing", "vertical")};
|
||||
}
|
||||
}
|
||||
|
||||
&.image-alignright {
|
||||
|
||||
.post-thumbnail {
|
||||
margin-left: #{map-deep-get($config-global, "spacing", "vertical")};
|
||||
}
|
||||
|
@ -64,6 +68,7 @@
|
|||
}
|
||||
|
||||
.entry-wrapper > * {
|
||||
|
||||
/* Vertical margins logic between post details */
|
||||
margin-top: #{map-deep-get($config-global, "spacing", "unit")};
|
||||
margin-bottom: #{map-deep-get($config-global, "spacing", "unit")};
|
||||
|
@ -78,6 +83,7 @@
|
|||
}
|
||||
|
||||
.entry-title {
|
||||
|
||||
a {
|
||||
color: #{map-deep-get($config-global, "color", "primary", "default")};
|
||||
|
||||
|
@ -101,6 +107,7 @@
|
|||
}
|
||||
|
||||
.more-link {
|
||||
|
||||
@include media(mobile) {
|
||||
margin-top: #{map-deep-get($config-global, "spacing", "unit")};
|
||||
}
|
||||
|
@ -149,8 +156,8 @@
|
|||
}
|
||||
}
|
||||
|
||||
@import "../../base/extends";
|
||||
button[data-load-more-btn], .button {
|
||||
button[data-load-more-btn],
|
||||
.button {
|
||||
// Extend button style
|
||||
@extend %button-style;
|
||||
display: inline-block;
|
||||
|
|
|
@ -5,15 +5,16 @@
|
|||
|
||||
.editor-post-title__block .editor-post-title__input {
|
||||
color: #{map-deep-get($config-global, "color", "foreground", "default")};
|
||||
|
||||
@include font-family( map-deep-get($config-heading, "font", "family") );
|
||||
font-weight: #{map-deep-get($config-heading, "font", "weight")};
|
||||
font-size: (strip-unit(map-deep-get($config-heading, "font", "size", "h2")) + 0em);
|
||||
font-size: (strip-unit(map-deep-get($config-heading, "font", "size", "h2")) + 0);
|
||||
letter-spacing: #{map-deep-get($config-heading, "font", "letter-spacing", "h2")};
|
||||
line-height: #{map-deep-get($config-heading, "font", "line-height", "h2")};
|
||||
}
|
||||
|
||||
// Gutenberg text color options
|
||||
.has-text-color {}
|
||||
// .has-text-color {}
|
||||
|
||||
.wp-block .has-primary-color,
|
||||
.has-primary-color {
|
||||
|
@ -55,8 +56,17 @@
|
|||
color: #{map-deep-get($config-global, "color", "background", "default")};
|
||||
}
|
||||
|
||||
@if map-has-key(map-deep-get($config-global, "color"), "tertiary") {
|
||||
|
||||
.wp-block .has-tertiary-color,
|
||||
.has-tertiary-color {
|
||||
color: #{map-deep-get($config-global, "color", "tertiary", "default")};
|
||||
}
|
||||
}
|
||||
|
||||
// Gutenberg background-color options
|
||||
.has-background {
|
||||
|
||||
p:not(.has-text-color),
|
||||
h1:not(.has-text-color),
|
||||
h2:not(.has-text-color),
|
||||
|
@ -78,6 +88,7 @@
|
|||
.has-primary-background-color.has-background-dim:not(.has-text-color) {
|
||||
color: #{map-deep-get($config-global, "color", "background", "default")};
|
||||
}
|
||||
|
||||
.has-secondary-background-color,
|
||||
.has-secondary-background-color.has-background-dim {
|
||||
background-color: #{map-deep-get($config-global, "color", "secondary", "default")};
|
||||
|
@ -151,35 +162,48 @@
|
|||
color: #{map-deep-get($config-global, "color", "foreground", "default")};
|
||||
}
|
||||
|
||||
@if map-has-key(map-deep-get($config-global, "color"), "tertiary") {
|
||||
|
||||
.has-tertiary-background-color,
|
||||
.has-tertiary-background-color.has-background-dim {
|
||||
background-color: #{map-deep-get($config-global, "color", "tertiary", "default")};
|
||||
}
|
||||
|
||||
.has-tertiary-background-color:not(.has-text-color),
|
||||
.has-tertiary-background-color.has-background-dim:not(.has-text-color) {
|
||||
color: #{map-deep-get($config-global, "color", "foreground", "default")};
|
||||
}
|
||||
}
|
||||
|
||||
// Gutenberg Font-size utility classes
|
||||
.is-small-text,
|
||||
.has-small-font-size {
|
||||
font-size: (strip-unit(map-deep-get($config-global, "font", "size", "sm")) + 0em);
|
||||
font-size: (strip-unit(map-deep-get($config-global, "font", "size", "sm")) + 0);
|
||||
}
|
||||
|
||||
.is-regular-text,
|
||||
.has-regular-font-size,
|
||||
.has-normal-font-size,
|
||||
.has-medium-font-size {
|
||||
font-size: (strip-unit(map-deep-get($config-global, "font", "size", "md")) + 0em);
|
||||
font-size: (strip-unit(map-deep-get($config-global, "font", "size", "md")) + 0);
|
||||
}
|
||||
|
||||
.is-large-text,
|
||||
.has-large-font-size {
|
||||
font-size: (strip-unit(map-deep-get($config-global, "font", "size", "lg")) + 0em);
|
||||
font-size: (strip-unit(map-deep-get($config-global, "font", "size", "lg")) + 0);
|
||||
line-height: #{map-deep-get($config-global, "font", "line-height", "heading")};
|
||||
}
|
||||
|
||||
.is-larger-text,
|
||||
.has-larger-font-size,
|
||||
.has-huge-font-size {
|
||||
font-size: (strip-unit(map-deep-get($config-global, "font", "size", "xl")) + 0em);
|
||||
font-size: (strip-unit(map-deep-get($config-global, "font", "size", "xl")) + 0);
|
||||
line-height: #{map-deep-get($config-global, "font", "line-height", "heading")};
|
||||
}
|
||||
|
||||
// Drop cap
|
||||
.has-drop-cap:not(:focus)::first-letter {
|
||||
|
||||
@include font-family( map-deep-get($config-heading, "font", "family") );
|
||||
font-size: calc(2 * #{strip-unit(map-deep-get($config-heading, "font", "size", "h1")) + 0em});
|
||||
font-weight: #{map-deep-get($config-heading, "font", "weight")};
|
||||
|
@ -190,7 +214,7 @@
|
|||
*/
|
||||
|
||||
[data-block] {
|
||||
margin-top:#{ 0.666 * map-deep-get($config-global, "spacing", "vertical") };
|
||||
margin-top: #{ 0.666 * map-deep-get($config-global, "spacing", "vertical") };
|
||||
margin-bottom: #{ 0.666 * map-deep-get($config-global, "spacing", "vertical") };
|
||||
|
||||
@include media(mobile) {
|
||||
|
|
|
@ -4,17 +4,21 @@
|
|||
* .alignleft
|
||||
*/
|
||||
.alignleft {
|
||||
|
||||
/*rtl:ignore*/
|
||||
text-align: left;
|
||||
|
||||
/*rtl:ignore*/
|
||||
float: left;
|
||||
margin-top: 0;
|
||||
|
||||
/*rtl:ignore*/
|
||||
margin-right: #{map-deep-get($config-global, "spacing", "horizontal")};
|
||||
margin-bottom: #{map-deep-get($config-global, "spacing", "vertical")};
|
||||
}
|
||||
|
||||
.entry-content > .alignleft {
|
||||
|
||||
/*rtl:ignore*/
|
||||
float: left;
|
||||
|
||||
|
@ -37,15 +41,18 @@
|
|||
* .alignright
|
||||
*/
|
||||
.alignright {
|
||||
|
||||
/*rtl:ignore*/
|
||||
float: right;
|
||||
margin-top: 0;
|
||||
margin-bottom: #{map-deep-get($config-global, "spacing", "vertical")};
|
||||
|
||||
/*rtl:ignore*/
|
||||
margin-left: #{map-deep-get($config-global, "spacing", "horizontal")};
|
||||
}
|
||||
|
||||
.entry-content > .alignright {
|
||||
|
||||
/*rtl:ignore*/
|
||||
float: right;
|
||||
|
||||
|
@ -64,6 +71,7 @@
|
|||
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||
.entry-content > *:not(.wp-block-button),
|
||||
.entry-content [class*="inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator) {
|
||||
|
||||
@extend %responsive-aligndefault;
|
||||
}
|
||||
|
||||
|
@ -75,10 +83,12 @@
|
|||
}
|
||||
|
||||
.entry-content > .alignwide {
|
||||
|
||||
@extend %responsive-alignwide;
|
||||
}
|
||||
|
||||
.entry-content > .alignwide [class*="inner-container"] > .alignwide {
|
||||
|
||||
@extend %responsive-alignwide-nested;
|
||||
}
|
||||
|
||||
|
@ -90,10 +100,12 @@
|
|||
}
|
||||
|
||||
.entry-content > .alignfull {
|
||||
|
||||
@extend %responsive-alignfull;
|
||||
}
|
||||
|
||||
.entry-content > .alignfull [class*="inner-container"] > .alignwide {
|
||||
|
||||
@extend %responsive-alignwide-nested;
|
||||
}
|
||||
|
||||
|
@ -147,8 +159,16 @@
|
|||
color: #{map-deep-get($config-global, "color", "background", "default")};
|
||||
}
|
||||
|
||||
@if map-has-key(map-deep-get($config-global, "color"), "tertiary") {
|
||||
|
||||
.has-tertiary-color {
|
||||
color: #{map-deep-get($config-global, "color", "tertiary", "default")};
|
||||
}
|
||||
}
|
||||
|
||||
// Gutenberg background-color options
|
||||
.has-background {
|
||||
|
||||
p:not(.has-text-color),
|
||||
h1:not(.has-text-color),
|
||||
h2:not(.has-text-color),
|
||||
|
@ -169,6 +189,7 @@
|
|||
.has-primary-background-color.has-background-dim:not(.has-text-color) {
|
||||
color: #{map-deep-get($config-global, "color", "background", "default")};
|
||||
}
|
||||
|
||||
.has-secondary-background-color,
|
||||
.has-secondary-background-color.has-background-dim {
|
||||
background-color: #{map-deep-get($config-global, "color", "secondary", "default")};
|
||||
|
@ -242,6 +263,19 @@
|
|||
color: #{map-deep-get($config-global, "color", "foreground", "default")};
|
||||
}
|
||||
|
||||
@if map-has-key(map-deep-get($config-global, "color"), "tertiary") {
|
||||
|
||||
.has-tertiary-background-color,
|
||||
.has-tertiary-background-color.has-background-dim {
|
||||
background-color: #{map-deep-get($config-global, "color", "tertiary", "default")};
|
||||
}
|
||||
|
||||
.has-tertiary-background-color:not(.has-text-color),
|
||||
.has-tertiary-background-color.has-background-dim:not(.has-text-color) {
|
||||
color: #{map-deep-get($config-global, "color", "foreground", "default")};
|
||||
}
|
||||
}
|
||||
|
||||
// Gutenberg Font-size options
|
||||
.is-small-text,
|
||||
.has-small-font-size {
|
||||
|
@ -270,8 +304,9 @@
|
|||
|
||||
// Drop caps
|
||||
.has-drop-cap:not(:focus)::first-letter {
|
||||
|
||||
@include font-family( map-deep-get($config-heading, "font", "family") );
|
||||
font-size: calc(2 * #{map-deep-get($config-heading, "font", "size", "h1")} );
|
||||
font-size: calc(2 * #{map-deep-get($config-heading, "font", "size", "h1")});
|
||||
font-weight: #{map-deep-get($config-heading, "font", "weight")};
|
||||
line-height: 0.66;
|
||||
text-transform: uppercase;
|
||||
|
|
|
@ -661,7 +661,7 @@ object {
|
|||
|
||||
.wp-block-cover h2,
|
||||
.wp-block-cover-image h2 {
|
||||
font-size: 2.48832em;
|
||||
font-size: 2.48832;
|
||||
letter-spacing: normal;
|
||||
line-height: 1.125;
|
||||
padding: 0;
|
||||
|
@ -1093,7 +1093,7 @@ pre.wp-block-verse {
|
|||
font-family: sans-serif;
|
||||
font-family: var(--font-headings, sans-serif);
|
||||
font-weight: bold;
|
||||
font-size: 2.48832em;
|
||||
font-size: 2.48832;
|
||||
letter-spacing: normal;
|
||||
line-height: 1.125;
|
||||
}
|
||||
|
@ -1234,26 +1234,26 @@ pre.wp-block-verse {
|
|||
|
||||
.is-small-text,
|
||||
.has-small-font-size {
|
||||
font-size: 0.83333em;
|
||||
font-size: 0.83333;
|
||||
}
|
||||
|
||||
.is-regular-text,
|
||||
.has-regular-font-size,
|
||||
.has-normal-font-size,
|
||||
.has-medium-font-size {
|
||||
font-size: 1.2em;
|
||||
font-size: 1.2;
|
||||
}
|
||||
|
||||
.is-large-text,
|
||||
.has-large-font-size {
|
||||
font-size: 1.44em;
|
||||
font-size: 1.44;
|
||||
line-height: 1.125;
|
||||
}
|
||||
|
||||
.is-larger-text,
|
||||
.has-larger-font-size,
|
||||
.has-huge-font-size {
|
||||
font-size: 1.728em;
|
||||
font-size: 1.728;
|
||||
line-height: 1.125;
|
||||
}
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ Author: Automattic
|
|||
Author URI: https://automattic.com/
|
||||
Description: A variable-based design system for WordPress sites built with Gutenberg.
|
||||
Requires at least: WordPress 4.9.6
|
||||
Version: 1.6.13
|
||||
Version: 1.6.14
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: LICENSE
|
||||
Text Domain: varia
|
||||
|
@ -141,7 +141,12 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
|
|||
* It also adds the proper fallback for browsers without support.
|
||||
*/
|
||||
/**
|
||||
* Extends
|
||||
* Base
|
||||
* - Reset the browser
|
||||
*/
|
||||
/**
|
||||
* Base
|
||||
* - Reset the browser
|
||||
*/
|
||||
/**
|
||||
* Button Placeholder style
|
||||
|
@ -149,7 +154,8 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
|
|||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button, button,
|
||||
button[data-load-more-btn],
|
||||
.button, button,
|
||||
input[type="submit"],
|
||||
.wp-block-button__link,
|
||||
.wp-block-file__button, .a8c-posts-list__view-all, .wp-block-search .wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
||||
|
@ -167,10 +173,12 @@ input[type="submit"],
|
|||
padding: 16px 16px;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
button[data-load-more-btn]:before,
|
||||
.button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, .button:after, button:after,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after,
|
||||
.button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
|
@ -180,106 +188,32 @@ input[type="submit"]:after,
|
|||
width: 0;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
button[data-load-more-btn]:before,
|
||||
.button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
|
||||
margin-bottom: -0.12em;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:after, .button:after, button:after,
|
||||
button[data-load-more-btn]:after,
|
||||
.button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
margin-top: -0.11em;
|
||||
}
|
||||
|
||||
.button:not(.has-background):hover, button:not(.has-background):hover,
|
||||
input:not(.has-background):hover[type="submit"],
|
||||
.wp-block-button__link:not(.has-background):hover,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover, .button:focus, button:focus,
|
||||
input:focus[type="submit"],
|
||||
.wp-block-button__link:focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, .has-focus.button, button.has-focus,
|
||||
input.has-focus[type="submit"],
|
||||
.has-focus.wp-block-button__link,
|
||||
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
||||
color: white;
|
||||
background-color: indigo;
|
||||
}
|
||||
|
||||
/**
|
||||
* Onsale Placeholder style
|
||||
* - Since buttons appear in various blocks,
|
||||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
/**
|
||||
* Base
|
||||
* - Reset the browser
|
||||
*/
|
||||
/**
|
||||
* Base
|
||||
* - Reset the browser
|
||||
*/
|
||||
/**
|
||||
* Button Placeholder style
|
||||
* - Since buttons appear in various blocks,
|
||||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button, button,
|
||||
input[type="submit"],
|
||||
.wp-block-button__link,
|
||||
.wp-block-file__button, .a8c-posts-list__view-all, .wp-block-search .wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
||||
line-height: 1;
|
||||
color: white;
|
||||
cursor: pointer;
|
||||
font-weight: bold;
|
||||
font-family: sans-serif;
|
||||
font-family: var(--font-headings, sans-serif);
|
||||
font-size: 1.2rem;
|
||||
background-color: blue;
|
||||
border-radius: 9px;
|
||||
border-width: 0;
|
||||
text-decoration: none;
|
||||
padding: 16px 16px;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, .button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
content: '';
|
||||
display: block;
|
||||
height: 0;
|
||||
width: 0;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
|
||||
margin-bottom: -0.12em;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:after, .button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
margin-top: -0.11em;
|
||||
}
|
||||
|
||||
.button:not(.has-background):hover, button:not(.has-background):hover,
|
||||
input:not(.has-background):hover[type="submit"],
|
||||
.wp-block-button__link:not(.has-background):hover,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover, .button:focus, button:focus,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover,
|
||||
.button:focus, button:focus,
|
||||
input:focus[type="submit"],
|
||||
.wp-block-button__link:focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, .has-focus.button, button.has-focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus,
|
||||
.has-focus.button, button.has-focus,
|
||||
input.has-focus[type="submit"],
|
||||
.has-focus.wp-block-button__link,
|
||||
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
||||
|
@ -1366,86 +1300,19 @@ object {
|
|||
color: currentColor;
|
||||
}
|
||||
|
||||
/**
|
||||
* Button Placeholder style
|
||||
* - Since buttons appear in various blocks,
|
||||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button, button,
|
||||
input[type="submit"],
|
||||
.wp-block-button__link,
|
||||
.wp-block-file__button, .a8c-posts-list__view-all, .wp-block-search .wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
||||
line-height: 1;
|
||||
color: white;
|
||||
cursor: pointer;
|
||||
font-weight: bold;
|
||||
font-family: sans-serif;
|
||||
font-family: var(--font-headings, sans-serif);
|
||||
font-size: 1.2rem;
|
||||
background-color: blue;
|
||||
border-radius: 9px;
|
||||
border-width: 0;
|
||||
text-decoration: none;
|
||||
padding: 16px 16px;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, .button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
content: '';
|
||||
display: block;
|
||||
height: 0;
|
||||
width: 0;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
|
||||
margin-bottom: -0.12em;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:after, .button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
margin-top: -0.11em;
|
||||
}
|
||||
|
||||
.button:not(.has-background):hover, button:not(.has-background):hover,
|
||||
input:not(.has-background):hover[type="submit"],
|
||||
.wp-block-button__link:not(.has-background):hover,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover, .button:focus, button:focus,
|
||||
input:focus[type="submit"],
|
||||
.wp-block-button__link:focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, .has-focus.button, button.has-focus,
|
||||
input.has-focus[type="submit"],
|
||||
.has-focus.wp-block-button__link,
|
||||
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
||||
color: white;
|
||||
background-color: indigo;
|
||||
}
|
||||
|
||||
/**
|
||||
* Onsale Placeholder style
|
||||
* - Since buttons appear in various blocks,
|
||||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button {
|
||||
button[data-load-more-btn],
|
||||
.button {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.has-background:not(.has-background-background-color) button[data-load-more-btn],
|
||||
[class*="background-color"]:not(.has-background-background-color) button[data-load-more-btn],
|
||||
[style*="background-color"] button[data-load-more-btn], .has-background:not(.has-background-background-color) .button,
|
||||
[class*="background-color"]:not(.has-background-background-color) .button,
|
||||
[style*="background-color"] .button {
|
||||
[style*="background-color"] button[data-load-more-btn], .has-background:not(.has-background-background-color)
|
||||
.button,
|
||||
[class*="background-color"]:not(.has-background-background-color)
|
||||
.button,
|
||||
[style*="background-color"]
|
||||
.button {
|
||||
background-color: transparent;
|
||||
border: 2px solid currentColor;
|
||||
color: currentColor;
|
||||
|
|
189
varia/style.css
189
varia/style.css
|
@ -141,7 +141,12 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
|
|||
* It also adds the proper fallback for browsers without support.
|
||||
*/
|
||||
/**
|
||||
* Extends
|
||||
* Base
|
||||
* - Reset the browser
|
||||
*/
|
||||
/**
|
||||
* Base
|
||||
* - Reset the browser
|
||||
*/
|
||||
/**
|
||||
* Button Placeholder style
|
||||
|
@ -149,7 +154,8 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
|
|||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button, button,
|
||||
button[data-load-more-btn],
|
||||
.button, button,
|
||||
input[type="submit"],
|
||||
.wp-block-button__link,
|
||||
.wp-block-file__button, .a8c-posts-list__view-all, .wp-block-search .wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
||||
|
@ -167,10 +173,12 @@ input[type="submit"],
|
|||
padding: 16px 16px;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
button[data-load-more-btn]:before,
|
||||
.button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, .button:after, button:after,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after,
|
||||
.button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
|
@ -180,106 +188,32 @@ input[type="submit"]:after,
|
|||
width: 0;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
button[data-load-more-btn]:before,
|
||||
.button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
|
||||
margin-bottom: -0.12em;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:after, .button:after, button:after,
|
||||
button[data-load-more-btn]:after,
|
||||
.button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
margin-top: -0.11em;
|
||||
}
|
||||
|
||||
.button:not(.has-background):hover, button:not(.has-background):hover,
|
||||
input:not(.has-background):hover[type="submit"],
|
||||
.wp-block-button__link:not(.has-background):hover,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover, .button:focus, button:focus,
|
||||
input:focus[type="submit"],
|
||||
.wp-block-button__link:focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, .has-focus.button, button.has-focus,
|
||||
input.has-focus[type="submit"],
|
||||
.has-focus.wp-block-button__link,
|
||||
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
||||
color: white;
|
||||
background-color: indigo;
|
||||
}
|
||||
|
||||
/**
|
||||
* Onsale Placeholder style
|
||||
* - Since buttons appear in various blocks,
|
||||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
/**
|
||||
* Base
|
||||
* - Reset the browser
|
||||
*/
|
||||
/**
|
||||
* Base
|
||||
* - Reset the browser
|
||||
*/
|
||||
/**
|
||||
* Button Placeholder style
|
||||
* - Since buttons appear in various blocks,
|
||||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button, button,
|
||||
input[type="submit"],
|
||||
.wp-block-button__link,
|
||||
.wp-block-file__button, .a8c-posts-list__view-all, .wp-block-search .wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
||||
line-height: 1;
|
||||
color: white;
|
||||
cursor: pointer;
|
||||
font-weight: bold;
|
||||
font-family: sans-serif;
|
||||
font-family: var(--font-headings, sans-serif);
|
||||
font-size: 1.2rem;
|
||||
background-color: blue;
|
||||
border-radius: 9px;
|
||||
border-width: 0;
|
||||
text-decoration: none;
|
||||
padding: 16px 16px;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, .button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
content: '';
|
||||
display: block;
|
||||
height: 0;
|
||||
width: 0;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
|
||||
margin-bottom: -0.12em;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:after, .button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
margin-top: -0.11em;
|
||||
}
|
||||
|
||||
.button:not(.has-background):hover, button:not(.has-background):hover,
|
||||
input:not(.has-background):hover[type="submit"],
|
||||
.wp-block-button__link:not(.has-background):hover,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover, .button:focus, button:focus,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover,
|
||||
.button:focus, button:focus,
|
||||
input:focus[type="submit"],
|
||||
.wp-block-button__link:focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, .has-focus.button, button.has-focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus,
|
||||
.has-focus.button, button.has-focus,
|
||||
input.has-focus[type="submit"],
|
||||
.has-focus.wp-block-button__link,
|
||||
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
||||
|
@ -1366,86 +1300,19 @@ object {
|
|||
color: currentColor;
|
||||
}
|
||||
|
||||
/**
|
||||
* Button Placeholder style
|
||||
* - Since buttons appear in various blocks,
|
||||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button, button,
|
||||
input[type="submit"],
|
||||
.wp-block-button__link,
|
||||
.wp-block-file__button, .a8c-posts-list__view-all, .wp-block-search .wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
||||
line-height: 1;
|
||||
color: white;
|
||||
cursor: pointer;
|
||||
font-weight: bold;
|
||||
font-family: sans-serif;
|
||||
font-family: var(--font-headings, sans-serif);
|
||||
font-size: 1.2rem;
|
||||
background-color: blue;
|
||||
border-radius: 9px;
|
||||
border-width: 0;
|
||||
text-decoration: none;
|
||||
padding: 16px 16px;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, .button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
content: '';
|
||||
display: block;
|
||||
height: 0;
|
||||
width: 0;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:before, .button:before, button:before,
|
||||
input[type="submit"]:before,
|
||||
.wp-block-button__link:before,
|
||||
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
|
||||
margin-bottom: -0.12em;
|
||||
}
|
||||
|
||||
button[data-load-more-btn]:after, .button:after, button:after,
|
||||
input[type="submit"]:after,
|
||||
.wp-block-button__link:after,
|
||||
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
||||
margin-top: -0.11em;
|
||||
}
|
||||
|
||||
.button:not(.has-background):hover, button:not(.has-background):hover,
|
||||
input:not(.has-background):hover[type="submit"],
|
||||
.wp-block-button__link:not(.has-background):hover,
|
||||
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover, .button:focus, button:focus,
|
||||
input:focus[type="submit"],
|
||||
.wp-block-button__link:focus,
|
||||
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, .has-focus.button, button.has-focus,
|
||||
input.has-focus[type="submit"],
|
||||
.has-focus.wp-block-button__link,
|
||||
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
||||
color: white;
|
||||
background-color: indigo;
|
||||
}
|
||||
|
||||
/**
|
||||
* Onsale Placeholder style
|
||||
* - Since buttons appear in various blocks,
|
||||
* let’s use a placeholder to keep them all
|
||||
* in-sync
|
||||
*/
|
||||
button[data-load-more-btn], .button {
|
||||
button[data-load-more-btn],
|
||||
.button {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.has-background:not(.has-background-background-color) button[data-load-more-btn],
|
||||
[class*="background-color"]:not(.has-background-background-color) button[data-load-more-btn],
|
||||
[style*="background-color"] button[data-load-more-btn], .has-background:not(.has-background-background-color) .button,
|
||||
[class*="background-color"]:not(.has-background-background-color) .button,
|
||||
[style*="background-color"] .button {
|
||||
[style*="background-color"] button[data-load-more-btn], .has-background:not(.has-background-background-color)
|
||||
.button,
|
||||
[class*="background-color"]:not(.has-background-background-color)
|
||||
.button,
|
||||
[style*="background-color"]
|
||||
.button {
|
||||
background-color: transparent;
|
||||
border: 2px solid currentColor;
|
||||
color: currentColor;
|
||||
|
|
|
@ -28,11 +28,6 @@ Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
|
|||
*/
|
||||
@import "sass/abstracts/imports";
|
||||
|
||||
/**
|
||||
* Extends
|
||||
*/
|
||||
@import "sass/base/extends";
|
||||
|
||||
/**
|
||||
* Base
|
||||
* - Reset the browser
|
||||
|
@ -88,4 +83,4 @@ Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
|
|||
* Full Site Editing
|
||||
* - Full Site Editing overrides
|
||||
*/
|
||||
@import "sass/full-site-editing/imports";
|
||||
@import "sass/full-site-editing/imports";
|
||||
|
|
Loading…
Reference in a new issue