@import '~wix-rich-content-common/dist/statics/styles/palette';
@import '~wix-rich-content-common/dist/statics/styles/fonts';

.htmlEditPanel {
  padding: 18px 0 15px;
}

.htmlEditPanel_input {
  margin: 18px 0 13px;
}

.htmlEditPanel_textArea {
  height: 146px;
}

.htmlEditPanel_buttons {
  display: flex;
  justify-content: space-between;
}

.htmlEditPanel_button {
  @extend %regularText;

  height: 21px;
  padding: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-decoration: underline;

  &:hover {
    color: rgba($settings-action-color-tuple, 0.5);
  }
}

.htmlEditPanel_primaryButton {
  color: $settings-action-color-fallback;
}

.htmlEditPanel_secondaryButton {
  color: $settings-text-color;
}
