$root: FlatCircularIndicatorButton;

:global(.#{$root}) {
  &:active {
    .eclipse {
      fill-opacity: 0.2;
    }

    .circle {
      opacity: 0.5;
    }
  }
}

.inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  color: white;
  justify-content: center;
  align-items: center;
}

.innerContent {
  margin-top: 0.5rem;
  text-transform: uppercase;
  font-family: Source Sans Pro;
  font-weight: 700;
  font-size: 1.5em;
}

:export {
  root: $root;
}
