debian-mirror-gitlab/app/views/layouts/component_preview.html.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
213 B
Text
Raw Normal View History

2022-08-27 11:52:29 +05:30
%head
= stylesheet_link_tag "application"
= stylesheet_link_tag "application_utilities"
%body{ style: "background-color: #{params.dig(:lookbook, :display, :bg_color) || 'white'}" }
.container.gl-mt-6= yield