
.button {
  &.v-button {
    &.wl {
       color: #0b0c0d;
       border-color: #8df042;
       background: #8df042;

      &:hover {
         border-color: #8df042;
         background: #8df042;
          scale: 102%;
       }
    }
  }
}

