File "editor.scss"
Full path: C:/Inetpub/vhosts/drshti.com/httpdocs/wp-content/plugins/depicter/app/src/Modules/Gutenberg/src/editor.scss
File
size: 654 B (654 B bytes)
MIME-type: text/plain
Charset: utf-8
Download Open Edit Advanced Editor &nnbsp; Back
/**
* The following styles get applied inside the editor only.
*
* Replace them with your own styles or remove the file completely.
*/
.dep-widget-wrapper {
display: flex;
align-items: center;
box-shadow: 0 1px 12px #00000050;
padding: 10px;
img {
width: 60px;
}
}
.components-panel__row.sliderBtns {
justify-content: flex-start;
}
body .wp-block-depicter-slider {
max-width:1920px !important;
border-top:18px solid transparent;
border-bottom:28px solid transparent;
margin-top:0 !important;
margin-bottom:0 !important;
}
#dep-publish-slider-btn {
margin-right: 8px;
}
body.rtl #dep-publish-slider-btn {
margin-left: 8px;
}