BigW Consortium Gitlab

Commit 3a4b4fb4 by Dmitriy Zaporozhets

Moving ui styles to one scss file, Added ui class to body

parent 065c200c
......@@ -58,9 +58,8 @@ $hover: #FDF5D9;
border-radius: $radius;
}
@import "ui_basic.scss";
@import "common.scss";
@import "top_panel.scss";
@import "projects.css.scss";
@import "commits.css.scss";
......
!!! 5
%html{ :lang => "en"}
= render "layouts/head"
%body.admin
%body.ui_basic.admin
= render "layouts/flash"
= render "layouts/head_panel", :title => "Admin area"
.container
......
!!! 5
%html{ :lang => "en"}
= render "layouts/head"
%body.application
%body.ui_basic.application
= render "layouts/flash"
= render "layouts/head_panel", :title => "Dashboard"
.container
......
!!! 5
%html{ :lang => "en"}
= render "layouts/head"
%body.login-page
%body.ui_basic.login-page
= render :partial => "layouts/flash"
.container= yield
!!! 5
%html{ :lang => "en"}
= render "layouts/head"
%body.application
%body.ui_basic.application
= render "layouts/flash"
= render "layouts/head_panel", :title => ""
.container
......
!!! 5
%html{ :lang => "en"}
= render "layouts/head"
%body.profile
%body.ui_basic.profile
= render "layouts/flash"
= render "layouts/head_panel", :title => "Profile"
.container
......
!!! 5
%html{ :lang => "en"}
= render "layouts/head"
%body.project
%body.ui_basic.project
= render "layouts/flash"
= render "layouts/head_panel", :title => @project.name
.container
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment