updated theme Twenty Nineteen
version 2.8
This commit is contained in:
@ -379,10 +379,13 @@ figcaption,
|
||||
|
||||
/** === Button === */
|
||||
|
||||
.wp-block-buttons {
|
||||
line-height: $font__line-height-heading;
|
||||
}
|
||||
|
||||
.wp-block-button {
|
||||
|
||||
.wp-block-button__link {
|
||||
line-height:inherit;
|
||||
@include font-family( $font__heading );
|
||||
font-size: $font__size-sm;
|
||||
font-weight: bold;
|
||||
@ -417,6 +420,24 @@ figcaption,
|
||||
}
|
||||
}
|
||||
|
||||
.wp-block-search {
|
||||
.wp-block-search__button {
|
||||
@include font-family( $font__heading );
|
||||
font-size: $font__size-sm;
|
||||
font-weight: bold;
|
||||
border-radius: 5px;
|
||||
|
||||
&:not(.has-text-color) {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
&:not(.has-background-color) {
|
||||
background: $color__background-button;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/** === Blockquote === */
|
||||
|
||||
.wp-block-quote {
|
||||
@ -1021,3 +1042,10 @@ $group-block-background__padding: $font__size_base;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
/** === Post Author Block === */
|
||||
|
||||
.avatar,
|
||||
.wp-block-post-author__avatar img {
|
||||
border-radius: 100%;
|
||||
}
|
||||
|
Reference in New Issue
Block a user