scss Gutenberg插件前端阻止风格
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了scss Gutenberg插件前端阻止风格相关的知识,希望对你有一定的参考价值。
/*-----------------------------------------*/
/* Gutenberg Plugin Styles
/*-----------------------------------------*/
body {
// alignment
@media (min-width: 768px) {
.alignfull {
margin-left: calc(50% - 50vw);
margin-right: calc(50% - 50vw);
width: auto;
max-width: 1000%;
}
.alignwide {
margin-left: calc(25% - 25vw);
margin-right: calc(25% - 25vw);
width: auto;
max-width: 1000%;
}
}
.alignwide,
.alignfull {
margin-bottom: 2.2rem;
img {
display: block;
margin: 0 auto;
width: 100%;
}
iframe {
width: 100%;
min-height: 380px;
height: auto;
}
}
.wp-block-image {
figcaption {
margin: 0 0 1rem;
padding:0.5rem;
border: 1px solid $border-color;
}
}
.wp-block-gallery {
margin-left: 0;
margin-right: 0;
}
&.single-post,
&.page-template-default {
.alignwide,
.alignfull{
margin-left: 0;
margin-right: 0;
}
}
// blockquote
blockquote {
&.wp-block-pullquote {
border-left: 0;
}
}
// horizontal rule
hr.wp-block-separator {
border-color: $link-hover-color;
}
// buttons
.wp-block-button {
.wp-block-button__link {
border-radius: 0;
}
}
}
以上是关于scss Gutenberg插件前端阻止风格的主要内容,如果未能解决你的问题,请参考以下文章
scss WordPress Gutenberg专栏SCSS样式
scss 定制器+ Gutenberg + SASS配色方案
scss Gutenberg Bootstrap 3
WordPress - 如何阻止 Gutenberg Block 触发多个 GET 请求?
Wordpress Gutenberg:前端的React组件
Wordpress Gutenberg:前端的 React 组件