/* iotbackend.mamtas.net — the only tenant.
 *
 * Every other host now falls through to PLATFORM_LOGOS in lib/tenantTheme.js, which
 * serves the same mark from /images/ but ships no sheet, so a logo there gets only the
 * widget's `max-width:100%`. This file is what gives the mark a real size on the
 * production host. Logo geometry only — no colour, no background; that is the whole
 * contract of a config.css (see lib/tenantTheme.js). */

.company-header-logo {
    height: 34px;
    width: auto;
}

/* The collapsed sidebar mark is square, so it takes the widget's 40px rather than the
   lockup's height — same class, narrower selector. */
.company-header-logo.tenant-logo-collapsed {
    height: 40px;
}

.company-login-logo {
    margin: 10px auto;
    max-width: 260px;
}

.company-map-header-logo {
    height: 30px;
    margin-top: 5px;
}
