.editor-BackgroundType-marginIcon {
  position: absolute;
  top: 7px;
  left: -70px;
}
.editor-BackgroundType-marginIcon svg {
  width: 8px;
  height: 12px;
}
.editor-BackgroundType-backgroundContent {
  margin-top: 6px;
  margin-right: -7px;
  margin-left: -72px;
  padding: 8px 0;
  color: rgba(28, 36, 46, 0.75);
  font-size: 12px;
  background-color: rgba(31, 56, 88, 0.04);
  border-radius: 2px;
}
.editor-BackgroundType-backgroundContent .row {
  padding-top: 8px;
}
.editor-BackgroundType-backgroundContent .row:first-child {
  padding-top: 0;
}
.editor-BackgroundType-backgroundContent .row .label {
  height: auto;
  align-self: center;
  padding-left: 15px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.55);
}
.editor-BackgroundType-backgroundContent .row .value {
  margin-left: -5px;
}
.editor-BackgroundType-backgroundContent .editor-input {
  font-size: 12px;
}
.editor-BackgroundType-background .radio-button .editor-radio-button-wrapper {
  font-size: 12px;
}
.editor-BackgroundType-tips .editor-tooltip-inner {
  font-size: 12px;
  line-height: 18px;
  padding: 2px 4px;
}
