HEX
Server: Apache
System: Linux www 5.10.0-10-amd64 #1 SMP Debian 5.10.84-1 (2021-12-08) x86_64
User: root (0)
PHP: 8.2.1
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals
Upload Files
File: /mnt/drbd/www/edenhouse/wp-content/plugins/essential-blocks/blocks/testimonial/src/style.css
.eb-testimonial-wrapper {
  display: flex;
  flex-direction: row;
}

.eb-testimonial-container {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  text-align: center;
  word-break: break-all;
  background-repeat: no-repeat;
  background-size: cover;
}

.eb-avatar-container {
  display: flex;
}

.eb-avatar-style {
  height: 100px;
  width: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin: 0 auto;
}

.eb-testimonial-quote-style {
  background-position: "left";
  background-repeat: "no-repeat";
  padding-left: 10px;
  padding-right: 10px;
}

.eb-description-container {
  display: flex;
  flex-direction: row;
}

.eb-userinfo-container {
  display: flex;
  flex-direction: column;
}

.eb-testimonial-wrapper .eb-userinfo-container > * {
  margin: 0 0 5px 0;
}

.eb-img-placeholder {
  background-color: grey;
}

.eb-testimonial-image {
  height: 100px;
  width: 100px;
  border-radius: 50% !important;
  background: #e3e3e3 !important;
  display: inline !important;
}

.eb-testimonial-background-upload {
  height: 100px;
  width: 100%;
  background: #e3e3e3;
  color: #666666;
  display: inline-block;
}

.eb-typography-base div {
  display: flex;
  justify-content: space-between;
}

/* Inspector Design */
.components-base-control {
  margin-bottom: 10px !important;
}

.components-base-control .components-base-control__label {
  margin-bottom: 5px;
  display: inline-block;
}