UNPKG

censa_front_end_library

Version:

React components library project for censa Design System

31 lines (30 loc) 711 B
.cds-accordion-container { display: flex; justify-content: center; padding: var(--Spacing-200, 8px) var(--Spacing-200, 8px) var(--Spacing-200, 8px) var(--Spacing-300, 12px); flex-direction: column; /* width: 100%; */ height: auto; } .cds-accordion-bordered { border: 1px solid #f4f3f5; border-radius: 8px; } .cds-accordion-open { margin-top: 8px; margin-bottom: 8px; } .cds-accordion-header { color: var(--Input-Label-Primary, #343238); font-size: 14px; font-style: normal; font-weight: 600; line-height: 24px; display: flex; justify-content: space-between; align-items: center; cursor: pointer; } .cds-accordion-content { padding: 8px 0; }