Class: Compass::Layout::Banner

Inherits:
ApplicationComponent show all
Defined in:
app/components/compass/layout/banner.rb

Instance Method Summary collapse

Instance Method Details

#background_propsObject



8
9
10
11
# File 'app/components/compass/layout/banner.rb', line 8

def background_props
  others = background || {}
  { display: "block", position: "relative", text_align: "center", **others }
end