updated theme Twenty Nineteen
version 2.7
This commit is contained in:
@ -36,6 +36,7 @@ body {
|
||||
|
||||
@include media(tablet) {
|
||||
|
||||
&.block-editor-iframe__body,
|
||||
&.block-editor-writing-flow,
|
||||
.block-editor-writing-flow {
|
||||
max-width: 80%;
|
||||
@ -381,7 +382,7 @@ figcaption,
|
||||
.wp-block-button {
|
||||
|
||||
.wp-block-button__link {
|
||||
line-height: 1.8;
|
||||
line-height:inherit;
|
||||
@include font-family( $font__heading );
|
||||
font-size: $font__size-sm;
|
||||
font-weight: bold;
|
||||
@ -651,6 +652,31 @@ figcaption,
|
||||
letter-spacing: calc(2 * #{$size__spacing-unit});
|
||||
padding-left: calc(2 * #{$size__spacing-unit});
|
||||
}
|
||||
|
||||
&.has-primary-background-color {
|
||||
color: $color__link;
|
||||
background-color: $color__link;
|
||||
}
|
||||
|
||||
&.has-secondary-background-color {
|
||||
color: $color__border-link-hover;
|
||||
background-color: $color__border-link-hover;
|
||||
}
|
||||
|
||||
&.has-dark-gray-background-color {
|
||||
color: $color__text-main;
|
||||
background-color: $color__text-main;
|
||||
}
|
||||
|
||||
&.has-light-gray-background-color {
|
||||
color: $color__text-light;
|
||||
background-color: $color__text-light;
|
||||
}
|
||||
|
||||
&.has-white-background-color {
|
||||
color: #fff;
|
||||
background-color: #fff;
|
||||
}
|
||||
}
|
||||
|
||||
/* Remove duplicate rule-line when a separator
|
||||
|
Reference in New Issue
Block a user