GhostManSec
Server: LiteSpeed
System: Linux premium197.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: parhudrw (1725)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/parhudrw/ve.anqa.it/wp-content/plugins/depicter/app/src/Modules/Gutenberg/src/editor.scss
/**
 * 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;
}