.dig-ink-bar {
  bottom: 0;
  display: block;
  background-color: $ink-bar-color;
  //background-color: yellow;
  height: 2px;
  margin-top: -2px;
  position: relative;
  @include ease-out(1s, left);
}
