@charset "UTF-8";
@import "../../../../../lib/craftcms-sass/mixins";

.message {
  position: relative;
  cursor: pointer;
}

.message:hover {
  @include padding-right(26px);
}

.message:hover:after {
  position: absolute;
  top: 18px;
  @include right(15px);
  @include icon;
  content: 'edit';
  color: $linkColor;
}

.message .subject {
  padding-bottom: 15px;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 15px;
}

.message .body {
  font-size: 12px;
  line-height: 16px;
  font-family: Courier, monospace;
  color: $mediumTextColor;
}

.modal.message-settings {
  width: 500px;
}

.modal.message-settings .header .right {
  top: 12px;
}

.modal.message-settings .body {
  height: calc(100% - 136px);
  overflow: auto;
}
