updated theme Twenty Nineteen
version 3.1
This commit is contained in:
@ -137,6 +137,7 @@
|
||||
width: 100%;
|
||||
|
||||
audio {
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@ -245,6 +246,14 @@
|
||||
&.has-custom-font-size .wp-block-button__link {
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
&[style*="font-weight"] .wp-block-button__link {
|
||||
font-weight: inherit;
|
||||
}
|
||||
|
||||
&[style*="text-decoration"] .wp-block-button__link {
|
||||
text-decoration: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
//! Latest posts, categories, archives
|
||||
@ -370,6 +379,7 @@
|
||||
border-color: transparent;
|
||||
border-width: 2px;
|
||||
padding: $size__spacing-unit;
|
||||
font-size: 1em;
|
||||
|
||||
blockquote {
|
||||
border: none;
|
||||
@ -396,7 +406,7 @@
|
||||
}
|
||||
|
||||
cite {
|
||||
display: inline-block;
|
||||
display: block;
|
||||
@include font-family( $font__heading );
|
||||
line-height: 1.6;
|
||||
text-transform: none;
|
||||
@ -932,20 +942,12 @@
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
&.has-avatars {
|
||||
|
||||
}
|
||||
|
||||
&.has-dates {
|
||||
|
||||
.wp-block-latest-comments__comment-date {
|
||||
font-size: $font__size-xs;
|
||||
}
|
||||
}
|
||||
|
||||
&.has-excerpts {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
//! Font Sizes
|
||||
|
Reference in New Issue
Block a user