|
|
|
@ -261,26 +261,6 @@ input[type=checkbox] + label {
|
|
|
|
|
fill: var(--wp--custom--button--color--text);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wp-block-button.wp-block-button__link:hover, .wp-block-button.wp-block-button__link:focus, .wp-block-button.wp-block-button__link.has-focus,
|
|
|
|
|
.wp-block-button .wp-block-button__link:hover,
|
|
|
|
|
.wp-block-button .wp-block-button__link:focus,
|
|
|
|
|
.wp-block-button .wp-block-button__link.has-focus {
|
|
|
|
|
--wp--custom--button--border--radius: var(--wp--custom--button--hover--border--radius);
|
|
|
|
|
--wp--custom--button--spacing--padding--top: var(--wp--custom--button--hover--spacing--padding--top);
|
|
|
|
|
--wp--custom--button--spacing--padding--bottom: var(--wp--custom--button--hover--spacing--padding--bottom);
|
|
|
|
|
--wp--custom--button--spacing--padding--left: var(--wp--custom--button--hover--spacing--padding--left);
|
|
|
|
|
--wp--custom--button--spacing--padding--right: var(--wp--custom--button--hover--spacing--padding--right);
|
|
|
|
|
--wp--custom--button--typography--font-weight: var(--wp--custom--button--hover--typography--font-weight)
|
|
|
|
|
--wp--custom--button--typography--font-family: var(--wp--custom--button--hover--typography--font-family);
|
|
|
|
|
--wp--custom--button--typography--font-size: var(--wp--custom--button--hover--typography--font-size);
|
|
|
|
|
--wp--custom--button--typography--line-height: var(--wp--custom--button--hover--typography--line-height);
|
|
|
|
|
font-weight: var(--wp--custom--button--typography--font-weight);
|
|
|
|
|
font-family: var(--wp--custom--button--typography--font-family);
|
|
|
|
|
font-size: var(--wp--custom--button--typography--font-size);
|
|
|
|
|
line-height: var(--wp--custom--button--typography--line-height);
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wp-block-button.wp-block-button__link svg,
|
|
|
|
|
.wp-block-button .wp-block-button__link svg {
|
|
|
|
|
fill: var(--wp--custom--button--color--text);
|
|
|
|
@ -323,26 +303,6 @@ input[type=checkbox] + label {
|
|
|
|
|
fill: var(--wp--custom--button--color--text);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wp-block-button.is-style-outline.wp-block-button__link:hover, .wp-block-button.is-style-outline.wp-block-button__link:focus, .wp-block-button.is-style-outline.wp-block-button__link.has-focus,
|
|
|
|
|
.wp-block-button.is-style-outline .wp-block-button__link:hover,
|
|
|
|
|
.wp-block-button.is-style-outline .wp-block-button__link:focus,
|
|
|
|
|
.wp-block-button.is-style-outline .wp-block-button__link.has-focus {
|
|
|
|
|
--wp--custom--button--border--radius: var(--wp--custom--button--hover--border--radius);
|
|
|
|
|
--wp--custom--button--spacing--padding--top: var(--wp--custom--button--hover--spacing--padding--top);
|
|
|
|
|
--wp--custom--button--spacing--padding--bottom: var(--wp--custom--button--hover--spacing--padding--bottom);
|
|
|
|
|
--wp--custom--button--spacing--padding--left: var(--wp--custom--button--hover--spacing--padding--left);
|
|
|
|
|
--wp--custom--button--spacing--padding--right: var(--wp--custom--button--hover--spacing--padding--right);
|
|
|
|
|
--wp--custom--button--typography--font-weight: var(--wp--custom--button--hover--typography--font-weight)
|
|
|
|
|
--wp--custom--button--typography--font-family: var(--wp--custom--button--hover--typography--font-family);
|
|
|
|
|
--wp--custom--button--typography--font-size: var(--wp--custom--button--hover--typography--font-size);
|
|
|
|
|
--wp--custom--button--typography--line-height: var(--wp--custom--button--hover--typography--line-height);
|
|
|
|
|
font-weight: var(--wp--custom--button--typography--font-weight);
|
|
|
|
|
font-family: var(--wp--custom--button--typography--font-family);
|
|
|
|
|
font-size: var(--wp--custom--button--typography--font-size);
|
|
|
|
|
line-height: var(--wp--custom--button--typography--line-height);
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wp-block-button.is-style-outline.wp-block-button__link svg,
|
|
|
|
|
.wp-block-button.is-style-outline .wp-block-button__link svg {
|
|
|
|
|
fill: var(--wp--custom--button--color--text);
|
|
|
|
@ -406,143 +366,6 @@ p.has-drop-cap:not(:focus):first-letter {
|
|
|
|
|
font-weight: var(--wp--custom--post-author--font-weight);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Button
|
|
|
|
|
*/
|
|
|
|
|
/**
|
|
|
|
|
* Block Options
|
|
|
|
|
*/
|
|
|
|
|
.wp-block-button.wp-block-button__link,
|
|
|
|
|
.wp-block-button .wp-block-button__link {
|
|
|
|
|
border-width: 0;
|
|
|
|
|
padding-top: calc( var(--wp--custom--button--spacing--padding--top) + var(--wp--custom--button--border--width));
|
|
|
|
|
padding-bottom: calc( var(--wp--custom--button--spacing--padding--bottom) + var(--wp--custom--button--border--width));
|
|
|
|
|
padding-left: calc( var(--wp--custom--button--spacing--padding--left) + var(--wp--custom--button--border--width));
|
|
|
|
|
padding-right: calc( var(--wp--custom--button--spacing--padding--right) + var(--wp--custom--button--border--width));
|
|
|
|
|
font-weight: var(--wp--custom--button--typography--font-weight);
|
|
|
|
|
font-family: var(--wp--custom--button--typography--font-family);
|
|
|
|
|
font-size: var(--wp--custom--button--typography--font-size);
|
|
|
|
|
line-height: var(--wp--custom--button--typography--line-height);
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
opacity: 1;
|
|
|
|
|
color: var(--wp--custom--button--color--text);
|
|
|
|
|
background-color: var(--wp--custom--button--color--background);
|
|
|
|
|
border-color: currentColor;
|
|
|
|
|
border-radius: var(--wp--custom--button--border--radius);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wp-block-button.wp-block-button__link:not(.has-background):not(.has-text-color):hover, .wp-block-button.wp-block-button__link:not(.has-background):not(.has-text-color):focus, .wp-block-button.wp-block-button__link:not(.has-background):not(.has-text-color).has-focus,
|
|
|
|
|
.wp-block-button .wp-block-button__link:not(.has-background):not(.has-text-color):hover,
|
|
|
|
|
.wp-block-button .wp-block-button__link:not(.has-background):not(.has-text-color):focus,
|
|
|
|
|
.wp-block-button .wp-block-button__link:not(.has-background):not(.has-text-color).has-focus {
|
|
|
|
|
--wp--custom--button--color--text: var(--wp--custom--button--hover--color--text);
|
|
|
|
|
--wp--custom--button--color--background: var(--wp--custom--button--hover--color--background);
|
|
|
|
|
--wp--custom--button--border--color: var(--wp--custom--button--hover--border--color);
|
|
|
|
|
opacity: 1;
|
|
|
|
|
color: var(--wp--custom--button--color--text);
|
|
|
|
|
background-color: var(--wp--custom--button--color--background);
|
|
|
|
|
border-color: currentColor;
|
|
|
|
|
border-color: var(--wp--custom--button--border--color);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wp-block-button.wp-block-button__link:not(.has-background):not(.has-text-color):hover svg, .wp-block-button.wp-block-button__link:not(.has-background):not(.has-text-color):focus svg, .wp-block-button.wp-block-button__link:not(.has-background):not(.has-text-color).has-focus svg,
|
|
|
|
|
.wp-block-button .wp-block-button__link:not(.has-background):not(.has-text-color):hover svg,
|
|
|
|
|
.wp-block-button .wp-block-button__link:not(.has-background):not(.has-text-color):focus svg,
|
|
|
|
|
.wp-block-button .wp-block-button__link:not(.has-background):not(.has-text-color).has-focus svg {
|
|
|
|
|
fill: var(--wp--custom--button--color--text);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wp-block-button.wp-block-button__link:hover, .wp-block-button.wp-block-button__link:focus, .wp-block-button.wp-block-button__link.has-focus,
|
|
|
|
|
.wp-block-button .wp-block-button__link:hover,
|
|
|
|
|
.wp-block-button .wp-block-button__link:focus,
|
|
|
|
|
.wp-block-button .wp-block-button__link.has-focus {
|
|
|
|
|
--wp--custom--button--border--radius: var(--wp--custom--button--hover--border--radius);
|
|
|
|
|
--wp--custom--button--spacing--padding--top: var(--wp--custom--button--hover--spacing--padding--top);
|
|
|
|
|
--wp--custom--button--spacing--padding--bottom: var(--wp--custom--button--hover--spacing--padding--bottom);
|
|
|
|
|
--wp--custom--button--spacing--padding--left: var(--wp--custom--button--hover--spacing--padding--left);
|
|
|
|
|
--wp--custom--button--spacing--padding--right: var(--wp--custom--button--hover--spacing--padding--right);
|
|
|
|
|
--wp--custom--button--typography--font-weight: var(--wp--custom--button--hover--typography--font-weight)
|
|
|
|
|
--wp--custom--button--typography--font-family: var(--wp--custom--button--hover--typography--font-family);
|
|
|
|
|
--wp--custom--button--typography--font-size: var(--wp--custom--button--hover--typography--font-size);
|
|
|
|
|
--wp--custom--button--typography--line-height: var(--wp--custom--button--hover--typography--line-height);
|
|
|
|
|
font-weight: var(--wp--custom--button--typography--font-weight);
|
|
|
|
|
font-family: var(--wp--custom--button--typography--font-family);
|
|
|
|
|
font-size: var(--wp--custom--button--typography--font-size);
|
|
|
|
|
line-height: var(--wp--custom--button--typography--line-height);
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wp-block-button.wp-block-button__link svg,
|
|
|
|
|
.wp-block-button .wp-block-button__link svg {
|
|
|
|
|
fill: var(--wp--custom--button--color--text);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wp-block-button.is-style-outline.wp-block-button__link,
|
|
|
|
|
.wp-block-button.is-style-outline .wp-block-button__link {
|
|
|
|
|
--wp--custom--button--color--text: var(--wp--custom--button--border--color);
|
|
|
|
|
--wp--custom--button--color--background: transparent;
|
|
|
|
|
border-style: var(--wp--custom--button--border--style);
|
|
|
|
|
border-width: var(--wp--custom--button--border--width);
|
|
|
|
|
padding-top: var(--wp--custom--button--spacing--padding--top);
|
|
|
|
|
padding-bottom: var(--wp--custom--button--spacing--padding--bottom);
|
|
|
|
|
padding-left: var(--wp--custom--button--spacing--padding--left);
|
|
|
|
|
padding-right: var(--wp--custom--button--spacing--padding--right);
|
|
|
|
|
opacity: 1;
|
|
|
|
|
color: var(--wp--custom--button--color--text);
|
|
|
|
|
background-color: var(--wp--custom--button--color--background);
|
|
|
|
|
border-color: currentColor;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wp-block-button.is-style-outline.wp-block-button__link:not(.has-background):not(.has-text-color):hover, .wp-block-button.is-style-outline.wp-block-button__link:not(.has-background):not(.has-text-color):focus, .wp-block-button.is-style-outline.wp-block-button__link:not(.has-background):not(.has-text-color).has-focus,
|
|
|
|
|
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.has-text-color):hover,
|
|
|
|
|
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.has-text-color):focus,
|
|
|
|
|
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.has-text-color).has-focus {
|
|
|
|
|
--wp--custom--button--color--text: var(--wp--custom--button--hover--color--text);
|
|
|
|
|
--wp--custom--button--color--background: var(--wp--custom--button--hover--color--background);
|
|
|
|
|
--wp--custom--button--border--color: var(--wp--custom--button--hover--border--color);
|
|
|
|
|
opacity: 1;
|
|
|
|
|
color: var(--wp--custom--button--color--text);
|
|
|
|
|
background-color: var(--wp--custom--button--color--background);
|
|
|
|
|
border-color: currentColor;
|
|
|
|
|
border-color: var(--wp--custom--button--border--color);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wp-block-button.is-style-outline.wp-block-button__link:not(.has-background):not(.has-text-color):hover svg, .wp-block-button.is-style-outline.wp-block-button__link:not(.has-background):not(.has-text-color):focus svg, .wp-block-button.is-style-outline.wp-block-button__link:not(.has-background):not(.has-text-color).has-focus svg,
|
|
|
|
|
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.has-text-color):hover svg,
|
|
|
|
|
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.has-text-color):focus svg,
|
|
|
|
|
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.has-text-color).has-focus svg {
|
|
|
|
|
fill: var(--wp--custom--button--color--text);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wp-block-button.is-style-outline.wp-block-button__link:hover, .wp-block-button.is-style-outline.wp-block-button__link:focus, .wp-block-button.is-style-outline.wp-block-button__link.has-focus,
|
|
|
|
|
.wp-block-button.is-style-outline .wp-block-button__link:hover,
|
|
|
|
|
.wp-block-button.is-style-outline .wp-block-button__link:focus,
|
|
|
|
|
.wp-block-button.is-style-outline .wp-block-button__link.has-focus {
|
|
|
|
|
--wp--custom--button--border--radius: var(--wp--custom--button--hover--border--radius);
|
|
|
|
|
--wp--custom--button--spacing--padding--top: var(--wp--custom--button--hover--spacing--padding--top);
|
|
|
|
|
--wp--custom--button--spacing--padding--bottom: var(--wp--custom--button--hover--spacing--padding--bottom);
|
|
|
|
|
--wp--custom--button--spacing--padding--left: var(--wp--custom--button--hover--spacing--padding--left);
|
|
|
|
|
--wp--custom--button--spacing--padding--right: var(--wp--custom--button--hover--spacing--padding--right);
|
|
|
|
|
--wp--custom--button--typography--font-weight: var(--wp--custom--button--hover--typography--font-weight)
|
|
|
|
|
--wp--custom--button--typography--font-family: var(--wp--custom--button--hover--typography--font-family);
|
|
|
|
|
--wp--custom--button--typography--font-size: var(--wp--custom--button--hover--typography--font-size);
|
|
|
|
|
--wp--custom--button--typography--line-height: var(--wp--custom--button--hover--typography--line-height);
|
|
|
|
|
font-weight: var(--wp--custom--button--typography--font-weight);
|
|
|
|
|
font-family: var(--wp--custom--button--typography--font-family);
|
|
|
|
|
font-size: var(--wp--custom--button--typography--font-size);
|
|
|
|
|
line-height: var(--wp--custom--button--typography--line-height);
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wp-block-button.is-style-outline.wp-block-button__link svg,
|
|
|
|
|
.wp-block-button.is-style-outline .wp-block-button__link svg {
|
|
|
|
|
fill: var(--wp--custom--button--color--text);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wp-block-buttons .wp-block-button:last-child {
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wp-block-post-comments .comment {
|
|
|
|
|
font-size: var(--wp--custom--form--typography--font-size);
|
|
|
|
|
}
|
|
|
|
@ -588,23 +411,6 @@ p.has-drop-cap:not(:focus):first-letter {
|
|
|
|
|
fill: var(--wp--custom--button--color--text);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wp-block-post-comments input[type="submit"]:hover, .wp-block-post-comments input[type="submit"]:focus, .wp-block-post-comments input[type="submit"].has-focus, .wp-block-post-comments .reply a:hover, .wp-block-post-comments .reply a:focus, .wp-block-post-comments .reply a.has-focus {
|
|
|
|
|
--wp--custom--button--border--radius: var(--wp--custom--button--hover--border--radius);
|
|
|
|
|
--wp--custom--button--spacing--padding--top: var(--wp--custom--button--hover--spacing--padding--top);
|
|
|
|
|
--wp--custom--button--spacing--padding--bottom: var(--wp--custom--button--hover--spacing--padding--bottom);
|
|
|
|
|
--wp--custom--button--spacing--padding--left: var(--wp--custom--button--hover--spacing--padding--left);
|
|
|
|
|
--wp--custom--button--spacing--padding--right: var(--wp--custom--button--hover--spacing--padding--right);
|
|
|
|
|
--wp--custom--button--typography--font-weight: var(--wp--custom--button--hover--typography--font-weight)
|
|
|
|
|
--wp--custom--button--typography--font-family: var(--wp--custom--button--hover--typography--font-family);
|
|
|
|
|
--wp--custom--button--typography--font-size: var(--wp--custom--button--hover--typography--font-size);
|
|
|
|
|
--wp--custom--button--typography--line-height: var(--wp--custom--button--hover--typography--line-height);
|
|
|
|
|
font-weight: var(--wp--custom--button--typography--font-weight);
|
|
|
|
|
font-family: var(--wp--custom--button--typography--font-family);
|
|
|
|
|
font-size: var(--wp--custom--button--typography--font-size);
|
|
|
|
|
line-height: var(--wp--custom--button--typography--line-height);
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wp-block-post-comments .reply a {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
|
|
|
@ -700,143 +506,6 @@ p.has-drop-cap:not(:focus):first-letter {
|
|
|
|
|
font-style: var(--wp--custom--quote--citation--typography--font-style);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Button
|
|
|
|
|
*/
|
|
|
|
|
/**
|
|
|
|
|
* Block Options
|
|
|
|
|
*/
|
|
|
|
|
.wp-block-button.wp-block-button__link,
|
|
|
|
|
.wp-block-button .wp-block-button__link {
|
|
|
|
|
border-width: 0;
|
|
|
|
|
padding-top: calc( var(--wp--custom--button--spacing--padding--top) + var(--wp--custom--button--border--width));
|
|
|
|
|
padding-bottom: calc( var(--wp--custom--button--spacing--padding--bottom) + var(--wp--custom--button--border--width));
|
|
|
|
|
padding-left: calc( var(--wp--custom--button--spacing--padding--left) + var(--wp--custom--button--border--width));
|
|
|
|
|
padding-right: calc( var(--wp--custom--button--spacing--padding--right) + var(--wp--custom--button--border--width));
|
|
|
|
|
font-weight: var(--wp--custom--button--typography--font-weight);
|
|
|
|
|
font-family: var(--wp--custom--button--typography--font-family);
|
|
|
|
|
font-size: var(--wp--custom--button--typography--font-size);
|
|
|
|
|
line-height: var(--wp--custom--button--typography--line-height);
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
opacity: 1;
|
|
|
|
|
color: var(--wp--custom--button--color--text);
|
|
|
|
|
background-color: var(--wp--custom--button--color--background);
|
|
|
|
|
border-color: currentColor;
|
|
|
|
|
border-radius: var(--wp--custom--button--border--radius);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wp-block-button.wp-block-button__link:not(.has-background):not(.has-text-color):hover, .wp-block-button.wp-block-button__link:not(.has-background):not(.has-text-color):focus, .wp-block-button.wp-block-button__link:not(.has-background):not(.has-text-color).has-focus,
|
|
|
|
|
.wp-block-button .wp-block-button__link:not(.has-background):not(.has-text-color):hover,
|
|
|
|
|
.wp-block-button .wp-block-button__link:not(.has-background):not(.has-text-color):focus,
|
|
|
|
|
.wp-block-button .wp-block-button__link:not(.has-background):not(.has-text-color).has-focus {
|
|
|
|
|
--wp--custom--button--color--text: var(--wp--custom--button--hover--color--text);
|
|
|
|
|
--wp--custom--button--color--background: var(--wp--custom--button--hover--color--background);
|
|
|
|
|
--wp--custom--button--border--color: var(--wp--custom--button--hover--border--color);
|
|
|
|
|
opacity: 1;
|
|
|
|
|
color: var(--wp--custom--button--color--text);
|
|
|
|
|
background-color: var(--wp--custom--button--color--background);
|
|
|
|
|
border-color: currentColor;
|
|
|
|
|
border-color: var(--wp--custom--button--border--color);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wp-block-button.wp-block-button__link:not(.has-background):not(.has-text-color):hover svg, .wp-block-button.wp-block-button__link:not(.has-background):not(.has-text-color):focus svg, .wp-block-button.wp-block-button__link:not(.has-background):not(.has-text-color).has-focus svg,
|
|
|
|
|
.wp-block-button .wp-block-button__link:not(.has-background):not(.has-text-color):hover svg,
|
|
|
|
|
.wp-block-button .wp-block-button__link:not(.has-background):not(.has-text-color):focus svg,
|
|
|
|
|
.wp-block-button .wp-block-button__link:not(.has-background):not(.has-text-color).has-focus svg {
|
|
|
|
|
fill: var(--wp--custom--button--color--text);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wp-block-button.wp-block-button__link:hover, .wp-block-button.wp-block-button__link:focus, .wp-block-button.wp-block-button__link.has-focus,
|
|
|
|
|
.wp-block-button .wp-block-button__link:hover,
|
|
|
|
|
.wp-block-button .wp-block-button__link:focus,
|
|
|
|
|
.wp-block-button .wp-block-button__link.has-focus {
|
|
|
|
|
--wp--custom--button--border--radius: var(--wp--custom--button--hover--border--radius);
|
|
|
|
|
--wp--custom--button--spacing--padding--top: var(--wp--custom--button--hover--spacing--padding--top);
|
|
|
|
|
--wp--custom--button--spacing--padding--bottom: var(--wp--custom--button--hover--spacing--padding--bottom);
|
|
|
|
|
--wp--custom--button--spacing--padding--left: var(--wp--custom--button--hover--spacing--padding--left);
|
|
|
|
|
--wp--custom--button--spacing--padding--right: var(--wp--custom--button--hover--spacing--padding--right);
|
|
|
|
|
--wp--custom--button--typography--font-weight: var(--wp--custom--button--hover--typography--font-weight)
|
|
|
|
|
--wp--custom--button--typography--font-family: var(--wp--custom--button--hover--typography--font-family);
|
|
|
|
|
--wp--custom--button--typography--font-size: var(--wp--custom--button--hover--typography--font-size);
|
|
|
|
|
--wp--custom--button--typography--line-height: var(--wp--custom--button--hover--typography--line-height);
|
|
|
|
|
font-weight: var(--wp--custom--button--typography--font-weight);
|
|
|
|
|
font-family: var(--wp--custom--button--typography--font-family);
|
|
|
|
|
font-size: var(--wp--custom--button--typography--font-size);
|
|
|
|
|
line-height: var(--wp--custom--button--typography--line-height);
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wp-block-button.wp-block-button__link svg,
|
|
|
|
|
.wp-block-button .wp-block-button__link svg {
|
|
|
|
|
fill: var(--wp--custom--button--color--text);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wp-block-button.is-style-outline.wp-block-button__link,
|
|
|
|
|
.wp-block-button.is-style-outline .wp-block-button__link {
|
|
|
|
|
--wp--custom--button--color--text: var(--wp--custom--button--border--color);
|
|
|
|
|
--wp--custom--button--color--background: transparent;
|
|
|
|
|
border-style: var(--wp--custom--button--border--style);
|
|
|
|
|
border-width: var(--wp--custom--button--border--width);
|
|
|
|
|
padding-top: var(--wp--custom--button--spacing--padding--top);
|
|
|
|
|
padding-bottom: var(--wp--custom--button--spacing--padding--bottom);
|
|
|
|
|
padding-left: var(--wp--custom--button--spacing--padding--left);
|
|
|
|
|
padding-right: var(--wp--custom--button--spacing--padding--right);
|
|
|
|
|
opacity: 1;
|
|
|
|
|
color: var(--wp--custom--button--color--text);
|
|
|
|
|
background-color: var(--wp--custom--button--color--background);
|
|
|
|
|
border-color: currentColor;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wp-block-button.is-style-outline.wp-block-button__link:not(.has-background):not(.has-text-color):hover, .wp-block-button.is-style-outline.wp-block-button__link:not(.has-background):not(.has-text-color):focus, .wp-block-button.is-style-outline.wp-block-button__link:not(.has-background):not(.has-text-color).has-focus,
|
|
|
|
|
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.has-text-color):hover,
|
|
|
|
|
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.has-text-color):focus,
|
|
|
|
|
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.has-text-color).has-focus {
|
|
|
|
|
--wp--custom--button--color--text: var(--wp--custom--button--hover--color--text);
|
|
|
|
|
--wp--custom--button--color--background: var(--wp--custom--button--hover--color--background);
|
|
|
|
|
--wp--custom--button--border--color: var(--wp--custom--button--hover--border--color);
|
|
|
|
|
opacity: 1;
|
|
|
|
|
color: var(--wp--custom--button--color--text);
|
|
|
|
|
background-color: var(--wp--custom--button--color--background);
|
|
|
|
|
border-color: currentColor;
|
|
|
|
|
border-color: var(--wp--custom--button--border--color);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wp-block-button.is-style-outline.wp-block-button__link:not(.has-background):not(.has-text-color):hover svg, .wp-block-button.is-style-outline.wp-block-button__link:not(.has-background):not(.has-text-color):focus svg, .wp-block-button.is-style-outline.wp-block-button__link:not(.has-background):not(.has-text-color).has-focus svg,
|
|
|
|
|
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.has-text-color):hover svg,
|
|
|
|
|
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.has-text-color):focus svg,
|
|
|
|
|
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.has-text-color).has-focus svg {
|
|
|
|
|
fill: var(--wp--custom--button--color--text);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wp-block-button.is-style-outline.wp-block-button__link:hover, .wp-block-button.is-style-outline.wp-block-button__link:focus, .wp-block-button.is-style-outline.wp-block-button__link.has-focus,
|
|
|
|
|
.wp-block-button.is-style-outline .wp-block-button__link:hover,
|
|
|
|
|
.wp-block-button.is-style-outline .wp-block-button__link:focus,
|
|
|
|
|
.wp-block-button.is-style-outline .wp-block-button__link.has-focus {
|
|
|
|
|
--wp--custom--button--border--radius: var(--wp--custom--button--hover--border--radius);
|
|
|
|
|
--wp--custom--button--spacing--padding--top: var(--wp--custom--button--hover--spacing--padding--top);
|
|
|
|
|
--wp--custom--button--spacing--padding--bottom: var(--wp--custom--button--hover--spacing--padding--bottom);
|
|
|
|
|
--wp--custom--button--spacing--padding--left: var(--wp--custom--button--hover--spacing--padding--left);
|
|
|
|
|
--wp--custom--button--spacing--padding--right: var(--wp--custom--button--hover--spacing--padding--right);
|
|
|
|
|
--wp--custom--button--typography--font-weight: var(--wp--custom--button--hover--typography--font-weight)
|
|
|
|
|
--wp--custom--button--typography--font-family: var(--wp--custom--button--hover--typography--font-family);
|
|
|
|
|
--wp--custom--button--typography--font-size: var(--wp--custom--button--hover--typography--font-size);
|
|
|
|
|
--wp--custom--button--typography--line-height: var(--wp--custom--button--hover--typography--line-height);
|
|
|
|
|
font-weight: var(--wp--custom--button--typography--font-weight);
|
|
|
|
|
font-family: var(--wp--custom--button--typography--font-family);
|
|
|
|
|
font-size: var(--wp--custom--button--typography--font-size);
|
|
|
|
|
line-height: var(--wp--custom--button--typography--line-height);
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wp-block-button.is-style-outline.wp-block-button__link svg,
|
|
|
|
|
.wp-block-button.is-style-outline .wp-block-button__link svg {
|
|
|
|
|
fill: var(--wp--custom--button--color--text);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wp-block-buttons .wp-block-button:last-child {
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
|
|
|
|
|
padding: var(--wp--custom--form--padding);
|
|
|
|
|
border: var(--wp--custom--form--border--width) var(--wp--custom--form--border--style) var(--wp--custom--form--border--color);
|
|
|
|
@ -897,26 +566,6 @@ p.has-drop-cap:not(:focus):first-letter {
|
|
|
|
|
fill: var(--wp--custom--button--color--text);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button:hover, .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button:focus, .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button.has-focus,
|
|
|
|
|
.wp-block-search .wp-block-search__button:hover,
|
|
|
|
|
.wp-block-search .wp-block-search__button:focus,
|
|
|
|
|
.wp-block-search .wp-block-search__button.has-focus {
|
|
|
|
|
--wp--custom--button--border--radius: var(--wp--custom--button--hover--border--radius);
|
|
|
|
|
--wp--custom--button--spacing--padding--top: var(--wp--custom--button--hover--spacing--padding--top);
|
|
|
|
|
--wp--custom--button--spacing--padding--bottom: var(--wp--custom--button--hover--spacing--padding--bottom);
|
|
|
|
|
--wp--custom--button--spacing--padding--left: var(--wp--custom--button--hover--spacing--padding--left);
|
|
|
|
|
--wp--custom--button--spacing--padding--right: var(--wp--custom--button--hover--spacing--padding--right);
|
|
|
|
|
--wp--custom--button--typography--font-weight: var(--wp--custom--button--hover--typography--font-weight)
|
|
|
|
|
--wp--custom--button--typography--font-family: var(--wp--custom--button--hover--typography--font-family);
|
|
|
|
|
--wp--custom--button--typography--font-size: var(--wp--custom--button--hover--typography--font-size);
|
|
|
|
|
--wp--custom--button--typography--line-height: var(--wp--custom--button--hover--typography--line-height);
|
|
|
|
|
font-weight: var(--wp--custom--button--typography--font-weight);
|
|
|
|
|
font-family: var(--wp--custom--button--typography--font-family);
|
|
|
|
|
font-size: var(--wp--custom--button--typography--font-size);
|
|
|
|
|
line-height: var(--wp--custom--button--typography--line-height);
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button.has-icon,
|
|
|
|
|
.wp-block-search .wp-block-search__button.has-icon {
|
|
|
|
|
line-height: 0;
|
|
|
|
@ -931,143 +580,6 @@ p.has-drop-cap:not(:focus):first-letter {
|
|
|
|
|
width: var(--wp--custom--separator--width);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Button
|
|
|
|
|
*/
|
|
|
|
|
/**
|
|
|
|
|
* Block Options
|
|
|
|
|
*/
|
|
|
|
|
.wp-block-button.wp-block-button__link,
|
|
|
|
|
.wp-block-button .wp-block-button__link {
|
|
|
|
|
border-width: 0;
|
|
|
|
|
padding-top: calc( var(--wp--custom--button--spacing--padding--top) + var(--wp--custom--button--border--width));
|
|
|
|
|
padding-bottom: calc( var(--wp--custom--button--spacing--padding--bottom) + var(--wp--custom--button--border--width));
|
|
|
|
|
padding-left: calc( var(--wp--custom--button--spacing--padding--left) + var(--wp--custom--button--border--width));
|
|
|
|
|
padding-right: calc( var(--wp--custom--button--spacing--padding--right) + var(--wp--custom--button--border--width));
|
|
|
|
|
font-weight: var(--wp--custom--button--typography--font-weight);
|
|
|
|
|
font-family: var(--wp--custom--button--typography--font-family);
|
|
|
|
|
font-size: var(--wp--custom--button--typography--font-size);
|
|
|
|
|
line-height: var(--wp--custom--button--typography--line-height);
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
opacity: 1;
|
|
|
|
|
color: var(--wp--custom--button--color--text);
|
|
|
|
|
background-color: var(--wp--custom--button--color--background);
|
|
|
|
|
border-color: currentColor;
|
|
|
|
|
border-radius: var(--wp--custom--button--border--radius);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wp-block-button.wp-block-button__link:not(.has-background):not(.has-text-color):hover, .wp-block-button.wp-block-button__link:not(.has-background):not(.has-text-color):focus, .wp-block-button.wp-block-button__link:not(.has-background):not(.has-text-color).has-focus,
|
|
|
|
|
.wp-block-button .wp-block-button__link:not(.has-background):not(.has-text-color):hover,
|
|
|
|
|
.wp-block-button .wp-block-button__link:not(.has-background):not(.has-text-color):focus,
|
|
|
|
|
.wp-block-button .wp-block-button__link:not(.has-background):not(.has-text-color).has-focus {
|
|
|
|
|
--wp--custom--button--color--text: var(--wp--custom--button--hover--color--text);
|
|
|
|
|
--wp--custom--button--color--background: var(--wp--custom--button--hover--color--background);
|
|
|
|
|
--wp--custom--button--border--color: var(--wp--custom--button--hover--border--color);
|
|
|
|
|
opacity: 1;
|
|
|
|
|
color: var(--wp--custom--button--color--text);
|
|
|
|
|
background-color: var(--wp--custom--button--color--background);
|
|
|
|
|
border-color: currentColor;
|
|
|
|
|
border-color: var(--wp--custom--button--border--color);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wp-block-button.wp-block-button__link:not(.has-background):not(.has-text-color):hover svg, .wp-block-button.wp-block-button__link:not(.has-background):not(.has-text-color):focus svg, .wp-block-button.wp-block-button__link:not(.has-background):not(.has-text-color).has-focus svg,
|
|
|
|
|
.wp-block-button .wp-block-button__link:not(.has-background):not(.has-text-color):hover svg,
|
|
|
|
|
.wp-block-button .wp-block-button__link:not(.has-background):not(.has-text-color):focus svg,
|
|
|
|
|
.wp-block-button .wp-block-button__link:not(.has-background):not(.has-text-color).has-focus svg {
|
|
|
|
|
fill: var(--wp--custom--button--color--text);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wp-block-button.wp-block-button__link:hover, .wp-block-button.wp-block-button__link:focus, .wp-block-button.wp-block-button__link.has-focus,
|
|
|
|
|
.wp-block-button .wp-block-button__link:hover,
|
|
|
|
|
.wp-block-button .wp-block-button__link:focus,
|
|
|
|
|
.wp-block-button .wp-block-button__link.has-focus {
|
|
|
|
|
--wp--custom--button--border--radius: var(--wp--custom--button--hover--border--radius);
|
|
|
|
|
--wp--custom--button--spacing--padding--top: var(--wp--custom--button--hover--spacing--padding--top);
|
|
|
|
|
--wp--custom--button--spacing--padding--bottom: var(--wp--custom--button--hover--spacing--padding--bottom);
|
|
|
|
|
--wp--custom--button--spacing--padding--left: var(--wp--custom--button--hover--spacing--padding--left);
|
|
|
|
|
--wp--custom--button--spacing--padding--right: var(--wp--custom--button--hover--spacing--padding--right);
|
|
|
|
|
--wp--custom--button--typography--font-weight: var(--wp--custom--button--hover--typography--font-weight)
|
|
|
|
|
--wp--custom--button--typography--font-family: var(--wp--custom--button--hover--typography--font-family);
|
|
|
|
|
--wp--custom--button--typography--font-size: var(--wp--custom--button--hover--typography--font-size);
|
|
|
|
|
--wp--custom--button--typography--line-height: var(--wp--custom--button--hover--typography--line-height);
|
|
|
|
|
font-weight: var(--wp--custom--button--typography--font-weight);
|
|
|
|
|
font-family: var(--wp--custom--button--typography--font-family);
|
|
|
|
|
font-size: var(--wp--custom--button--typography--font-size);
|
|
|
|
|
line-height: var(--wp--custom--button--typography--line-height);
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wp-block-button.wp-block-button__link svg,
|
|
|
|
|
.wp-block-button .wp-block-button__link svg {
|
|
|
|
|
fill: var(--wp--custom--button--color--text);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wp-block-button.is-style-outline.wp-block-button__link,
|
|
|
|
|
.wp-block-button.is-style-outline .wp-block-button__link {
|
|
|
|
|
--wp--custom--button--color--text: var(--wp--custom--button--border--color);
|
|
|
|
|
--wp--custom--button--color--background: transparent;
|
|
|
|
|
border-style: var(--wp--custom--button--border--style);
|
|
|
|
|
border-width: var(--wp--custom--button--border--width);
|
|
|
|
|
padding-top: var(--wp--custom--button--spacing--padding--top);
|
|
|
|
|
padding-bottom: var(--wp--custom--button--spacing--padding--bottom);
|
|
|
|
|
padding-left: var(--wp--custom--button--spacing--padding--left);
|
|
|
|
|
padding-right: var(--wp--custom--button--spacing--padding--right);
|
|
|
|
|
opacity: 1;
|
|
|
|
|
color: var(--wp--custom--button--color--text);
|
|
|
|
|
background-color: var(--wp--custom--button--color--background);
|
|
|
|
|
border-color: currentColor;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wp-block-button.is-style-outline.wp-block-button__link:not(.has-background):not(.has-text-color):hover, .wp-block-button.is-style-outline.wp-block-button__link:not(.has-background):not(.has-text-color):focus, .wp-block-button.is-style-outline.wp-block-button__link:not(.has-background):not(.has-text-color).has-focus,
|
|
|
|
|
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.has-text-color):hover,
|
|
|
|
|
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.has-text-color):focus,
|
|
|
|
|
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.has-text-color).has-focus {
|
|
|
|
|
--wp--custom--button--color--text: var(--wp--custom--button--hover--color--text);
|
|
|
|
|
--wp--custom--button--color--background: var(--wp--custom--button--hover--color--background);
|
|
|
|
|
--wp--custom--button--border--color: var(--wp--custom--button--hover--border--color);
|
|
|
|
|
opacity: 1;
|
|
|
|
|
color: var(--wp--custom--button--color--text);
|
|
|
|
|
background-color: var(--wp--custom--button--color--background);
|
|
|
|
|
border-color: currentColor;
|
|
|
|
|
border-color: var(--wp--custom--button--border--color);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wp-block-button.is-style-outline.wp-block-button__link:not(.has-background):not(.has-text-color):hover svg, .wp-block-button.is-style-outline.wp-block-button__link:not(.has-background):not(.has-text-color):focus svg, .wp-block-button.is-style-outline.wp-block-button__link:not(.has-background):not(.has-text-color).has-focus svg,
|
|
|
|
|
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.has-text-color):hover svg,
|
|
|
|
|
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.has-text-color):focus svg,
|
|
|
|
|
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.has-text-color).has-focus svg {
|
|
|
|
|
fill: var(--wp--custom--button--color--text);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wp-block-button.is-style-outline.wp-block-button__link:hover, .wp-block-button.is-style-outline.wp-block-button__link:focus, .wp-block-button.is-style-outline.wp-block-button__link.has-focus,
|
|
|
|
|
.wp-block-button.is-style-outline .wp-block-button__link:hover,
|
|
|
|
|
.wp-block-button.is-style-outline .wp-block-button__link:focus,
|
|
|
|
|
.wp-block-button.is-style-outline .wp-block-button__link.has-focus {
|
|
|
|
|
--wp--custom--button--border--radius: var(--wp--custom--button--hover--border--radius);
|
|
|
|
|
--wp--custom--button--spacing--padding--top: var(--wp--custom--button--hover--spacing--padding--top);
|
|
|
|
|
--wp--custom--button--spacing--padding--bottom: var(--wp--custom--button--hover--spacing--padding--bottom);
|
|
|
|
|
--wp--custom--button--spacing--padding--left: var(--wp--custom--button--hover--spacing--padding--left);
|
|
|
|
|
--wp--custom--button--spacing--padding--right: var(--wp--custom--button--hover--spacing--padding--right);
|
|
|
|
|
--wp--custom--button--typography--font-weight: var(--wp--custom--button--hover--typography--font-weight)
|
|
|
|
|
--wp--custom--button--typography--font-family: var(--wp--custom--button--hover--typography--font-family);
|
|
|
|
|
--wp--custom--button--typography--font-size: var(--wp--custom--button--hover--typography--font-size);
|
|
|
|
|
--wp--custom--button--typography--line-height: var(--wp--custom--button--hover--typography--line-height);
|
|
|
|
|
font-weight: var(--wp--custom--button--typography--font-weight);
|
|
|
|
|
font-family: var(--wp--custom--button--typography--font-family);
|
|
|
|
|
font-size: var(--wp--custom--button--typography--font-size);
|
|
|
|
|
line-height: var(--wp--custom--button--typography--line-height);
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wp-block-button.is-style-outline.wp-block-button__link svg,
|
|
|
|
|
.wp-block-button.is-style-outline .wp-block-button__link svg {
|
|
|
|
|
fill: var(--wp--custom--button--color--text);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wp-block-buttons .wp-block-button:last-child {
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wp-block-file .wp-block-file__button {
|
|
|
|
|
border-width: 0;
|
|
|
|
|
padding-top: calc( var(--wp--custom--button--spacing--padding--top) + var(--wp--custom--button--border--width));
|
|
|
|
@ -1106,23 +618,6 @@ p.has-drop-cap:not(:focus):first-letter {
|
|
|
|
|
fill: var(--wp--custom--button--color--text);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wp-block-file .wp-block-file__button:hover, .wp-block-file .wp-block-file__button:focus, .wp-block-file .wp-block-file__button.has-focus {
|
|
|
|
|
--wp--custom--button--border--radius: var(--wp--custom--button--hover--border--radius);
|
|
|
|
|
--wp--custom--button--spacing--padding--top: var(--wp--custom--button--hover--spacing--padding--top);
|
|
|
|
|
--wp--custom--button--spacing--padding--bottom: var(--wp--custom--button--hover--spacing--padding--bottom);
|
|
|
|
|
--wp--custom--button--spacing--padding--left: var(--wp--custom--button--hover--spacing--padding--left);
|
|
|
|
|
--wp--custom--button--spacing--padding--right: var(--wp--custom--button--hover--spacing--padding--right);
|
|
|
|
|
--wp--custom--button--typography--font-weight: var(--wp--custom--button--hover--typography--font-weight)
|
|
|
|
|
--wp--custom--button--typography--font-family: var(--wp--custom--button--hover--typography--font-family);
|
|
|
|
|
--wp--custom--button--typography--font-size: var(--wp--custom--button--hover--typography--font-size);
|
|
|
|
|
--wp--custom--button--typography--line-height: var(--wp--custom--button--hover--typography--line-height);
|
|
|
|
|
font-weight: var(--wp--custom--button--typography--font-weight);
|
|
|
|
|
font-family: var(--wp--custom--button--typography--font-family);
|
|
|
|
|
font-size: var(--wp--custom--button--typography--font-size);
|
|
|
|
|
line-height: var(--wp--custom--button--typography--line-height);
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wp-block-table figcaption {
|
|
|
|
|
font-size: var(--wp--custom--table--figcaption--typography--font-size);
|
|
|
|
|
text-align: center;
|
|
|
|
|