92 lines
2.0 KiB
CSS
92 lines
2.0 KiB
CSS
/* body {
|
|
background: red !important;
|
|
} */
|
|
|
|
.edit-post-visual-editor__post-title-wrapper {
|
|
h1 {
|
|
font-weight: revert;
|
|
font-size: revert;
|
|
}
|
|
}
|
|
#menu-posts {
|
|
border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
|
|
}
|
|
#menu-posts-conseils {
|
|
border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
|
|
}
|
|
#toplevel_page_theme-general-settings {
|
|
border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
|
|
}
|
|
|
|
/* .wp-block-post-content,
|
|
.is-root-container {
|
|
background-color: red !imporatant;
|
|
}
|
|
|
|
.block-editor-block-list__block {
|
|
background-color: yellow !imporatant; */
|
|
/* } */
|
|
|
|
.homegrade-blocks-components-icon__panel-body {
|
|
.icon-preview {
|
|
max-width: 80px;
|
|
padding: 20px 0;
|
|
}
|
|
}
|
|
|
|
.homegrade-blocks-components-image__panel-body {
|
|
.components-tip {
|
|
margin: 10px 0;
|
|
}
|
|
|
|
.media-replace-container {
|
|
.components-dropdown .components-toolbar__control {
|
|
background-color: #e04d42;
|
|
color: white;
|
|
}
|
|
}
|
|
img {
|
|
display: block;
|
|
}
|
|
.components-dropdown {
|
|
display: block;
|
|
width: fit-content;
|
|
}
|
|
.media-replace-container {
|
|
padding: 10px 0;
|
|
display: flex;
|
|
gap: 10px;
|
|
align-items: center;
|
|
}
|
|
|
|
.components-toggle-group-control-option-base {
|
|
outline: transparent;
|
|
}
|
|
|
|
.components-toggle-group-control {
|
|
div[role='presentation'] {
|
|
background-color: #e04d42;
|
|
}
|
|
}
|
|
}
|
|
.components-toggle-group-control {
|
|
div[role='presentation'] {
|
|
background-color: #e04d42;
|
|
}
|
|
}
|
|
.editor-post-featured-image__action {
|
|
background-color: #e04d42;
|
|
color: white;
|
|
&:hover {
|
|
color: #e04d42;
|
|
background-color: white;
|
|
}
|
|
}
|
|
|
|
.block-editor-block-styles__variants
|
|
button.components-button.block-editor-block-styles__item.is-active,
|
|
.block-editor-block-styles__variants
|
|
button.components-button.block-editor-block-styles__item.is-active:hover {
|
|
background: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
|
|
}
|