Skip to content
Snippets Groups Projects
comment.scss 1014 B
Newer Older
john's avatar
john committed
// 3 shades of gray
$light-gray: #d3d3d3;
$mid-gray: #b0b0b0;
$dark-gray: #868686;

john's avatar
john committed
// $light-green: #eafaf0;
chris's avatar
chris committed
$light-yellow: #fff5e6;
$white: #fff;
chris's avatar
chris committed
$yellow: #ffab20;

chris's avatar
chris committed
.sc-comment {
chris's avatar
chris committed
  border-bottom: 2px solid $yellow;
chris's avatar
chris committed
  border-radius: 3px 3px 0 0;
}
chris's avatar
chris committed
.sc-comment-active {
chris's avatar
chris committed
  background-color: $light-yellow;
chris's avatar
chris committed

.sc-overlay {
john's avatar
john committed
  .se-active-tools {
    .sc-overlay-bubble {
chris's avatar
chris committed
      background: transparent;
john's avatar
john committed
      position: absolute;
      z-index: 200;
    }
john's avatar
john committed
    .sc-overlay-bubble-hidden {
      display: none;
    }
chris's avatar
chris committed
    .sc-comment-icon-bubble {
      color: $yellow;
      cursor: pointer;
      font-size: 28px;
      font-weight: normal;
john's avatar
john committed
      left: 8px;
      position: relative;
chris's avatar
chris committed
      top: 20px;
    }

    .sc-comment-icon-plus {
      bottom: 24px;
      color: $yellow;
      cursor: pointer;
      font-size: 12px;
      left: 17px;
      position: relative;
john's avatar
john committed
    }
john's avatar
john committed
    .action-icon {
      bottom: 2px;
chris's avatar
chris committed
      color: $yellow;
john's avatar
john committed
      font-size: 9px;
      position: relative;
      right: 10px;
    }
  }