Module: StimulusPlumbers::Themes::Tailwind::Timeline::Group

Included in:
StimulusPlumbers::Themes::TailwindTheme
Defined in:
lib/stimulus_plumbers/themes/tailwind/timeline/group.rb

Constant Summary collapse

WRAPPER =
%w[flex flex-col gap-y-4].freeze
SECTION =
%w[
  p-4
  bg-(--sp-color-bg-muted)
  border border-(--sp-color-border)
  rounded-lg
].freeze
DATE =
%w[text-base font-semibold text-(--sp-color-fg)].freeze
LIST_VERTICAL =
%w[
  pt-3 flex flex-col
  divide-y divide-(--sp-color-border)
  [&>li]:py-2 [&>li]:first:pt-0 [&>li]:last:pb-0
].freeze
LIST_HORIZONTAL =
%w[pt-3 flex gap-x-4].freeze