wp_back/wp-content/plugins/visual-portfolio/gutenberg/block-saved/style.scss

33 lines
414 B
SCSS
Raw Normal View History

2024-05-20 15:37:46 +03:00
/**
* Editor Styles
*/
// Placeholder.
.components-placeholder.vpf-setup-wizard-saved {
flex-wrap: wrap;
.components-placeholder__fieldset {
display: block;
flex: 0 0 100%;
margin-top: 15px;
}
}
// Saved layout selector.
.vpf-component-layout-select {
display: flex;
.vpf-component-select {
flex: 1;
}
.components-button {
height: 32px;
margin-left: 4px;
svg {
fill: none;
}
}
}