Sha256: 09c8227b5340c038e9849be2d4609269c973986a16c4eda74ad29ca6e9f85e05
Contents?: true
Size: 848 Bytes
Versions: 2
Compression:
Stored size: 848 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
card-1.101.7 | tmpsets/set/mod022-card-mod-bootstrap/all/bootstrap/wrapper.rb |
card-1.101.6 | tmpsets/set/mod022-card-mod-bootstrap/all/bootstrap/wrapper.rb |