|
@@ -13,7 +13,7 @@ body {
|
|
|
background-color: $color__background-body;
|
|
|
font-weight: $font__weight_standard;
|
|
|
font-size: 1em;
|
|
|
-
|
|
|
+
|
|
|
.wp-block[data-align="full"] {
|
|
|
width: 100%;
|
|
|
}
|
|
@@ -32,7 +32,7 @@ body {
|
|
|
max-width: 80%;
|
|
|
margin: 0 10%;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.wp-block[data-align="wide"] {
|
|
|
width: 100%;
|
|
|
}
|
|
@@ -193,7 +193,7 @@ figcaption,
|
|
|
/** === Post Title === */
|
|
|
|
|
|
.editor-post-title__block {
|
|
|
-
|
|
|
+
|
|
|
margin: 0;
|
|
|
&:before {
|
|
|
width: $font__size-xxl;
|
|
@@ -391,7 +391,8 @@ figcaption,
|
|
|
.wp-block-quote {
|
|
|
|
|
|
&:not(.is-large):not(.is-style-large) {
|
|
|
- border-left: 2px solid $color__link;
|
|
|
+ border-width: 2px;
|
|
|
+ border-color: $color__link;
|
|
|
}
|
|
|
|
|
|
&.is-large,
|
|
@@ -774,7 +775,7 @@ ul.wp-block-archives,
|
|
|
.wp-block-media-text {
|
|
|
background-color: $color__background-body-dark;
|
|
|
color: $color__text-light;
|
|
|
-
|
|
|
+
|
|
|
.editor-inner-blocks {
|
|
|
align-self: start;
|
|
|
padding-top: 32px;
|
|
@@ -809,7 +810,7 @@ ul.wp-block-archives,
|
|
|
display: block;
|
|
|
height: 2px;
|
|
|
margin: 1.46rem 0 1rem;
|
|
|
- width: 20px;
|
|
|
+ width: 20px;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -856,4 +857,4 @@ ul.wp-block-archives,
|
|
|
a {
|
|
|
color: inherit;
|
|
|
}
|
|
|
-}
|
|
|
+}
|