class Bullet::Rack

def details_attributes

def details_attributes
  <<~EOF
    id="bullet-footer" data-is-bullet-footer
    style="cursor: pointer; position: fixed; left: 0px; bottom: 0px; z-index: 9999; background: #fdf2f2; color: #9b1c1c; font-size: 12px; border-radius: 0px 8px 0px 0px; border: 1px solid #9b1c1c;"
  EOF
end