updated theme Twenty Nineteen
version 3.1
This commit is contained in:
@ -381,6 +381,15 @@ figcaption,
|
||||
}
|
||||
}
|
||||
|
||||
/** === Audio === */
|
||||
|
||||
.wp-block-audio {
|
||||
|
||||
audio {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
/** === Button === */
|
||||
|
||||
.wp-block-buttons {
|
||||
@ -425,6 +434,18 @@ figcaption,
|
||||
}
|
||||
}
|
||||
|
||||
.wp-block-buttons,
|
||||
.wp-block-button {
|
||||
|
||||
&[style*="font-weight"] .wp-block-button__link {
|
||||
font-weight: inherit;
|
||||
}
|
||||
|
||||
&[style*="text-decoration"] .wp-block-button__link {
|
||||
text-decoration: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
.wp-block-search {
|
||||
.wp-block-search__button {
|
||||
@include font-family( $font__heading );
|
||||
@ -756,6 +777,11 @@ ul.wp-block-archives,
|
||||
|
||||
}
|
||||
|
||||
.wp-block[data-align="center"] > .wp-block-archives,
|
||||
.wp-block[data-align="center"] > .wp-block-categories {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/** === Latest Posts === */
|
||||
.wp-block-latest-posts {
|
||||
|
||||
|
Reference in New Issue
Block a user