/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

    This file contains rules for
    TAG 
    that implement the UU design system specifically for Sitevision

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */





/* Badge for topic tags */

.env-badge {
    background: transparent;
    padding: 0;
    margin: 0;
    color: initial;
    font-weight: normal;
    text-transform: none;
}

.env-badge a {
    border-color: transparent;
    margin: 0;
}

.env-badge a::before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDI0IDI0IiB3aWR0aD0iMjRweCIgZmlsbD0iI0ZGRkZGRiI+PHBhdGggZD0iTTIwIDEwVjhoLTRWNGgtMnY0aC00VjRIOHY0SDR2Mmg0djRINHYyaDR2NGgydi00aDR2NGgydi00aDR2LTJoLTR2LTRoNHptLTYgNGgtNHYtNGg0djR6Ii8+PC9zdmc+);
    background-size: 1.3rem;
    background-repeat: no-repeat;
    content: " ";
    filter: invert(1);
    display: inline-block;
    height: 1.3rem;
    vertical-align: text-top;
    width: 1.3rem;
    background-position: top -2px left;
}

.env-badge a:hover::before {
   filter: invert(0);
}



