Class: Compass::Layout::Banner
- Inherits:
-
ApplicationComponent
- Object
- ViewComponent::Base
- ApplicationComponent
- Compass::Layout::Banner
- Defined in:
- app/components/compass/layout/banner.rb
Instance Method Summary collapse
Instance Method Details
#background_props ⇒ Object
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 |