Sha256: a297f438b0d3a5592dfda7ee7dd775d8f577e9f4d30891a3b86e84cedb073b00
Contents?: true
Size: 850 Bytes
Versions: 6
Compression:
Stored size: 850 Bytes
Contents
# -*- encoding : utf-8 -*- class Card; module Set; class All; module Bootstrap; # Set: All cards (Bootstrap, Wrapper) # module Wrapper; extend Card::Set def self.source_location; "/Users/ethan/dev/decko/gem/card-mod-bootstrap/set/all/bootstrap/wrapper.rb"; end module HtmlFormat; module_parent.send :register_set_format, Card::Format::HtmlFormat, self; extend Card::Set::AbstractFormat 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 end;end;end;end;end; # ~~ generated from /Users/ethan/dev/decko/gem/card-mod-bootstrap/set/all/bootstrap/wrapper.rb ~~
Version data entries
6 entries across 6 versions & 1 rubygems