homegrade_blocks_production/blocks/timeline/src/editor.scss
2023-10-17 17:34:26 +02:00

34 lines
630 B
SCSS

.homegrade-blocks-timeline {
.homegrade-blocks-timeline-step {
.block-editor-media-placeholder {
margin-bottom: 30px;
}
}
}
.homegrade-blocks-timeline__panel-body {
// label {
// text-transform: uppercase;
// }
}
.homegrade-blocks-timeline-step__panel-body {
.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;
// margin-top: 10px;
}
}