HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/RMourik/bassol.nl/CMS/App_Themes/Default/CMSModules/cms.content/documentflags.less
/* Translation managment */

.document-flag-tooltip {
    width: 330px;

    .Icon {
        float: left;
        width: 50px;
    }

    .Text {
        margin-left: 70px;
    }
}


.document-flags {
    border: none;
    border-collapse: collapse;
    line-height: 18px;

    .NotAvailable, .Outdated, .Translated {
        padding: 0 4px;
        display: inline-block;
    }

    img {
        margin-bottom: 1px;
    }

    .NotAvailable {
        background-color: #e14344;
    }

    .Outdated {
        background-color: #c98209;
    }

    .Translated {
        background-color: #95be5f;
    }
}