.settings-editor-container {
  // TODO: may need to this apply to more than just this Component
  // once we start using the drawer to edit card settings
  .editor-heading {
    background-color: #fff;
    border-bottom: 1px solid #959595;
    padding-top: 12px;
    padding-left: 15px;
    padding-right: 15px;
    h4 {
      margin-top: 0;
    }
  }
  .editor-body {
    padding:15px;
  }

    a {
      color:#fff;
      text-decoration: none;
    }
    a:hover {
      color:#fff;
    }
  
}
