/**
 * ------------------------------------------------------
 * Circle Interactive
 * ------------------------------------------------------
 * @author Reece Benson <reece@circle-interactive.co.uk>
 * @since  1.0
 * @todo   https://intranet.circle-interactive.co.uk/site/privacy-international-action-platform/todo/34718
 */
@media screen and (min-width: 768px) {
  .top-buffer {
    margin-top: 10px;
  }
}

/**
 * This is EXAMPLE styling for presentation only.
 * This can/should be removed so that PI can style this themselves.
 */

.view.view-campaigns-actions .views-row .views-col .views-field:first-child {
  margin: 0.25em;
}

.view.view-campaigns-actions .views-row .views-col .views-field:first-child a {
  display: inline-block;
  padding: 0.75em;
  width: 100%;
  height: 100%;

  text-align: center;
  border: 1px solid rgba(128, 128, 128, 0.1);
  border-radius: 3px;
  box-shadow: 2px 2px 5px 1px rgba(128, 128, 128, 0.05);
  color: #777;
}

.view.view-campaigns-actions .views-row .views-col .views-field:first-child a:hover {
  color: #444;
  background-color: rgb(250, 250, 250);
  text-decoration: none;
}

button#copyToClipboard {
  background-image: url(../images/copy-to-clipboard.png);
}
button#copyToClipboard, i.social-media-icon, button#editMessageText {
  background-size: contain;
  height: 25px;
  width: 27px;
  border: none;
  margin-left: 10px;
}

button#editMessageText {
  background-image: url(/core/misc/icons/bebebe/pencil.svg);
}
