Method: Satis::ProgressBar::Component#padding
- Defined in:
- app/components/satis/progress_bar/component.rb
#padding ⇒ Object
26 27 28 29 30 31 32 |
# File 'app/components/satis/progress_bar/component.rb', line 26 def padding if @size == :large "p-0.5" elsif @size == :xlarge "p-1" end end |