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
|
||||
|
@ -21,10 +21,6 @@ a {
|
||||
color: $color__link;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
|
||||
}
|
||||
|
||||
a:hover,
|
||||
a:active {
|
||||
color: $color__link-hover;
|
||||
|
@ -37,10 +37,6 @@ input[type="search"] {
|
||||
}
|
||||
}
|
||||
|
||||
select {
|
||||
|
||||
}
|
||||
|
||||
textarea {
|
||||
box-sizing: border-box;
|
||||
display: block;
|
||||
|
@ -20,9 +20,7 @@ object {
|
||||
.avatar {
|
||||
border-radius: 100%;
|
||||
display: block;
|
||||
height: calc(2.25 * #{$size__spacing-unit});
|
||||
min-height: inherit;
|
||||
width: calc(2.25 * #{$size__spacing-unit});
|
||||
}
|
||||
|
||||
svg {
|
||||
|
@ -1,7 +1,6 @@
|
||||
/* Text meant only for screen readers. */
|
||||
.screen-reader-text {
|
||||
border: 0;
|
||||
clip: rect(1px, 1px, 1px, 1px);
|
||||
clip-path: inset(50%);
|
||||
height: 1px;
|
||||
margin: -1px;
|
||||
@ -15,7 +14,6 @@
|
||||
background-color: $color__background-screen;
|
||||
border-radius: 3px;
|
||||
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
|
||||
clip: auto !important;
|
||||
clip-path: none;
|
||||
color: $color__text-screen;
|
||||
display: block;
|
||||
|
@ -56,7 +56,7 @@
|
||||
> li {
|
||||
|
||||
color: $color__link;
|
||||
display: inline;
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
|
||||
> a {
|
||||
|
@ -86,6 +86,10 @@
|
||||
top: calc(-3.5 * #{$size__spacing-unit});
|
||||
width: calc(100vw / 12 );
|
||||
}
|
||||
|
||||
.comment-reply-title small {
|
||||
margin-left: 0.5em;
|
||||
}
|
||||
}
|
||||
|
||||
#comments {
|
||||
@ -201,8 +205,10 @@
|
||||
|
||||
.avatar {
|
||||
float: left;
|
||||
height: calc(2.25 * #{$size__spacing-unit});
|
||||
margin-right: $size__spacing-unit;
|
||||
position: relative;
|
||||
width: calc(2.25 * #{$size__spacing-unit});
|
||||
|
||||
@include media(tablet) {
|
||||
float: inherit;
|
||||
|
Reference in New Issue
Block a user