@import "flive-vars";

.base {
  display: block;
  cursor: pointer;
  text-decoration: none;
}

.simple {
  margin-bottom: 5px;
  padding: 0.30em 0.5em 0.15em 0.5em;
  border: none;
  background: none;
  color: $flive-text-black;
  p {
    font-size: 0.8rem;
    margin-bottom: 0;
  }
}
.simple:hover {
  background: $flive-medium-grey;
}

.launcher {
  border: 1px solid transparent;
  padding: 0.8em;
  margin-bottom: 2em;
  &:hover {
    border: 1px solid $flive-medium-grey;
  }
  p {
    font-size: 0.8rem;
    margin-bottom: 0;
  }
}
