.element-editor {
  -webkit-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.6);
  bottom: -200px;
  opacity: 0;
  transition: bottom 0.3s, opacity 0.3s;
  z-index: -1;
  position: fixed;
  border-radius: 6px;
  background-color: #05043ed1;
  left: 80px;
  display: flex;
}
.element-editor h3 {
  color: #fff;
}
.element-editor > div {
  padding: 10px;
}
.element-editor .range-slider {
  border-color: #fff;
}
.element-editor .element-editor__classlist {
  padding: 10px;
}
.element-editor .tab-pane {
  padding: 10px !important;
}
.element-editor .element-editor__pane {
  display: flex;
  padding: 10px;
}
.element-editor .element-editor__whitespace {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.element-editor .element-editor__dimensions {
  display: flex;
  flex-direction: column;
}
.element-editor .element-editor__dimensions label {
  min-width: 50px;
}
.element-editor .element-editor__row {
  display: flex;
  min-height: 25px;
  align-items: center;
}
.element-editor h3 {
  font-size: 14px;
}
.element-editor h4 {
  font-size: 13px;
}
