handling InputControl button colors in editor

This commit is contained in:
Antoine M 2023-10-25 14:50:53 +02:00
parent 18310e6d02
commit cf00e9c662

View File

@ -19,3 +19,39 @@
.block-editor-block-list__block { .block-editor-block-list__block {
background-color: yellow !imporatant; */ background-color: yellow !imporatant; */
/* } */ /* } */
.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;
}
}
}