/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ /* Breakpoint where tabs switch between vertical and horizontal layouts. */ .tabs { --tabs-height: var(--sp3); --tabs-padding-inline: var(--sp1-5); --tabs-active-border-size: 0.375rem; --tabs-highlight-color: var(--color--primary-50); /* Minimum 3:1 contrast ratio against --tabs-background-color and --tabs-background-color-hover. */ --tabs-text-color: var(--color-text-neutral-soft); /* Minimum 4.5:1 contrast ratio against --tabs-background-color and --tabs-background-color-hover. */ --tabs-text-color-active: var(--color--gray-5); /* Minimum 4.5:1 contrast ratio against --tabs-background-color and --tabs-background-color-hover. */ --tabs-letter-spacing: 1px; --tabs-font-size: var(--font-size-s); --tabs-background-color: var(--color--gray-100); --tabs-background-color-hover: var(--color--gray-95); --tabs-border-width: 1px; --tabs-border-color: var(--color--gray-95); --tabs-transition-duration: 0.2s; display: flex; flex-direction: column; width: 100%; margin: 0; margin-inline-start: 0; /* Override [dir] attribute in base