qr-code-link {
    text-decoration: none;
    cursor: pointer;
    & > a {
        color: inherit;
        &:hover {
            color: inherit;
        }
    }
}