carhop__plugins__PROD-DEV/plugins/carhop-blocks/src/company-timeline/editor.scss

44 lines
682 B
SCSS

/**
* The following styles get applied inside the editor only.
*
* Replace them with your own styles or remove the file completely.
*/
.wp-block-telex-company-timeline {
.timeline-entry-content {
.timeline-title,
.timeline-description {
&:focus {
outline: 2px solid #3b82f6;
outline-offset: 2px;
}
}
.timeline-media {
button {
margin-top: 12px;
}
}
}
}
.components-panel__body {
.components-card {
margin-bottom: 12px;
.components-card__header {
border-bottom: 1px solid #e2e8f0;
}
.components-card__body {
.components-base-control {
margin-bottom: 16px;
&:last-child {
margin-bottom: 0;
}
}
}
}
}