.local-task {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0.1rem solid #0056d7;
  border-radius: 0.5rem;
  background: #0056d7;
  cursor: pointer;
  padding: 0.6rem;
  max-width: 100%;
  text-decoration: none;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  background-color: #fff;
  padding: 0.3rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
}
.local-task a {
  text-decoration: none;
  color: #0056d7;
}
.local-task a:hover, .local-task a:focus, .local-task a:active {
  color: #0056d7;
}
.local-task.is-active {
  background-color: #0056d7;
  color: #fff;
}
.local-task.is-active a {
  color: #fff;
}

/*# sourceMappingURL=local_task.css.map */
