@vendasta/store
Version:
Components and data for Store
6 lines (5 loc) • 430 B
CSS
.va-faq { font-size: 16px; display: flex; flex-direction: column; justify-content: flex-start; padding: 12px 0; border-bottom: 1px solid #e0e0e0; }
.va-faq:first-of-type { border-top: 1px solid #e0e0e0; }
.va-faq .question { display: flex; justify-content: space-between; align-items: center; color: #212121; }
.va-faq .answer { color: #616161; height: 0; overflow: hidden; }
.va-faq .show { padding-top: 12px; height: inherit; }