Sha256: 2521c25a1a7d3805c58875cf0a2b5970725612232ec993182f741144783cfb95
Contents?: true
Size: 359 Bytes
Versions: 25
Compression:
Stored size: 359 Bytes
Contents
format :html do def frame class_up "d0-card-header", "card-header" class_up "d0-card-body", "card-body card-text" super end def standard_frame slot=true if panel_state class_up "d0-card-frame", "card bg-#{panel_state} text-white" else class_up "d0-card-frame", "card" end super end def panel_state; end end
Version data entries
25 entries across 25 versions & 1 rubygems