mirror of
https://github.com/internetee/registry.git
synced 2025-08-03 16:32:04 +02:00
Generate <body> CSS class for every action for better styling
This commit is contained in:
parent
1fd6200eef
commit
30fb22af42
6 changed files with 10 additions and 6 deletions
|
@ -9,7 +9,7 @@
|
|||
= csrf_meta_tags
|
||||
= stylesheet_link_tag 'admin-manifest', media: 'all'
|
||||
= favicon_link_tag 'favicon.ico'
|
||||
%body{:style => env_style}
|
||||
%body{:style => env_style, class: body_css_class}
|
||||
.navbar.navbar-inverse.navbar-static-top{role: "navigation"}
|
||||
.container
|
||||
.navbar-header
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue