.neo-clock {
  align-items: center;
  background-color: #ddd;
  border-radius: 50%;
  display: flex;
  font-size: 30px;
  justify-content: center;
  background-image: radial-gradient(farthest-side circle at center center, #fff 0%, #bbb 100%);
}
.neo-clock.neo-show-disc:before {
  background-color: #bbb;
  border-radius: 50%;
  content: "";
  height: 1em;
  position: absolute;
  width: 1em;
  z-index: 5;
}
.neo-clock .neo-hours,
.neo-clock .neo-minutes {
  background-color: #962033;
  height: 4em;
  position: absolute;
  transition: 0.2s transform ease-out;
}
.neo-clock .neo-hours {
  width: 0.4em;
  box-shadow: 0 -2em #962033, 0 -4em #962033;
}
.neo-clock .neo-minutes {
  width: 0.3em;
  box-shadow: 0 -3.4em #962033, 0 -6.8em #962033;
}
/*# sourceMappingURL=Clock.css.map */