/* Minetta file: _main.css */
/*
    Name: Minetta;
    Description: Generic CiviCRM UI, somewhat familiar to users of CiviCRM since 2014. Named after Minetta Creek, which runs under Greenwich, New York. NB - variables appear here when they run diverge from a pattern that supports broader customisation;
*/

:root {
/* Tables */
  --crm-table-outside-border: 1px solid var(--crm-c-gray-200);
/* Alerts */
  --crm-alert-warning-bg: var(--crm-c-yellow-light);
/* Tabs */
  --crm-tab-bg-hover: var(--crm-c-container-bg);
}

/* Custom CSS */

.contactCardRight:has(#crm-contact-thumbnail) .float-left {
  width: calc(100% - var(--crm-flex-gap) - var(--crm-dash-image-size));
}

:root { color-scheme: light; }