Alves: Code tidying and recompiling styles.
This commit is contained in:
parent
85cf332c01
commit
31d8af3476
1 changed files with 13 additions and 12 deletions
|
@ -1401,12 +1401,21 @@ button[data-load-more-btn], .button {
|
|||
*/
|
||||
.wp-block-button.is-style-outline.wp-block-button__link,
|
||||
.wp-block-button.is-style-outline .wp-block-button__link {
|
||||
color: #3E7D98;
|
||||
background: transparent;
|
||||
color: inherit;
|
||||
border: 2px solid currentcolor;
|
||||
padding: 14px 48px;
|
||||
}
|
||||
|
||||
.wp-block-button.is-style-outline.wp-block-button__link:not(.has-background-color),
|
||||
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background-color) {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.wp-block-button.is-style-outline.wp-block-button__link:not(.has-text-color),
|
||||
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color) {
|
||||
color: #3E7D98;
|
||||
}
|
||||
|
||||
.wp-block-button.is-style-outline.wp-block-button__link:active,
|
||||
.wp-block-button.is-style-outline .wp-block-button__link:active {
|
||||
color: #3E7D98;
|
||||
|
@ -1501,7 +1510,6 @@ button[data-load-more-btn], .button {
|
|||
min-height: calc( 17 * 32px);
|
||||
margin-top: inherit;
|
||||
margin-bottom: inherit;
|
||||
/* default & custom background-color */
|
||||
/* Treating H2 separately to account for legacy /core styles */
|
||||
/**
|
||||
* Block Options
|
||||
|
@ -1514,6 +1522,7 @@ button[data-load-more-btn], .button {
|
|||
.wp-block-cover-image .wp-block-cover__inner-container,
|
||||
.wp-block-cover-image .wp-block-cover-image-text,
|
||||
.wp-block-cover-image .wp-block-cover-text {
|
||||
color: currentColor;
|
||||
margin-top: 32px;
|
||||
margin-bottom: 32px;
|
||||
}
|
||||
|
@ -1533,15 +1542,6 @@ button[data-load-more-btn], .button {
|
|||
color: currentColor;
|
||||
}
|
||||
|
||||
.wp-block-cover:not([class*='background-color']) .wp-block-cover__inner-container,
|
||||
.wp-block-cover:not([class*='background-color']) .wp-block-cover-image-text,
|
||||
.wp-block-cover:not([class*='background-color']) .wp-block-cover-text,
|
||||
.wp-block-cover-image:not([class*='background-color']) .wp-block-cover__inner-container,
|
||||
.wp-block-cover-image:not([class*='background-color']) .wp-block-cover-image-text,
|
||||
.wp-block-cover-image:not([class*='background-color']) .wp-block-cover-text {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.wp-block-cover h2,
|
||||
.wp-block-cover-image h2 {
|
||||
font-size: 2.592rem;
|
||||
|
@ -2439,6 +2439,7 @@ table th,
|
|||
color: #d9d9d9;
|
||||
}
|
||||
|
||||
.has-background-dim,
|
||||
.has-background-color {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue