File "editor.scss"
Full path: /home/webcknlt/admissiontell.com/wp-content/plugins/generateblocks/src/extend/template-selector/editor.scss
File
size: 538 B (538 B bytes)
MIME-type: text/plain
Charset: utf-8
Download Open Edit Advanced Editor &nnbsp; Back
.editor-styles-wrapper {
.gb-templates-wrapper {
display: flex;
gap: 16px;
.gb-template-selector-button {
font-size: 13px;
display: inline-flex;
flex-direction: column;
height: 100%;
padding: 0;
gap: 8px;
svg {
height: 50px;
}
}
}
.gb-select-layout {
.components-placeholder__fieldset {
overflow: hidden;
display: flex;
justify-content: center;
text-align: center;
}
&__actions {
margin-top: 30px;
display: flex;
justify-content: center;
flex-basis: 100%;
}
}
}