/*
=========================================================
SVG Sources
=========================================================
 * [MODULE DESCRIPTION]
 *
 * Limepark AB, 2017
=========================================================*/

.lp-svg-sources {
  font-size: 16px;
}

.lp-svg-sources__results {
  border: 1px solid #6891d5;
  border-top: 0;
  margin-bottom: 3rem;
  padding: 1rem;
}


/*
---------------------------------------------------------
SEARCH
--------------------------------------------------------- */

.lp-svg-sources__search {
  background: #eee;
  padding: 1rem;
}


/*
---------------------------------------------------------
SOURCE LIST
--------------------------------------------------------- */

.lp-svg-sources__source-list {
}

.lp-svg-sources__source {
  margin-bottom: 2rem;
}


/*
---------------------------------------------------------
SYMBOL LIST
--------------------------------------------------------- */

.lp-svg-sources__source-symbols {
  margin-top: 1rem;
}

.lp-svg-sources__source-symbol {
  min-width: 0;
}

.lp-svg-sources__source-symbol span {
  overflow: hidden;
  text-overflow: ellipsis;
}


/*
---------------------------------------------------------
TOOLTIP
--------------------------------------------------------- */

.lp-svg-sources__copy-tooltip {
  background: #000;
  color: #fff;
  font-size: 14px;
  margin-top: 5px;
  padding: 0.2em 0.6em;
  pointer-events: none;
  position: absolute;
  z-index: 99999;
}

.lp-svg-sources__copy-tooltip:before {
  border-color: transparent transparent #000000 transparent;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  bottom: 100%;
  content: '';
  display: block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  width: 0;
}
