Moving ui styles to one scss file, Added ui class to body
This commit is contained in:
parent
065c200c33
commit
3a4b4fb4cd
9 changed files with 210 additions and 240 deletions
|
@ -1,7 +1,7 @@
|
|||
!!! 5
|
||||
%html{ :lang => "en"}
|
||||
= render "layouts/head"
|
||||
%body.admin
|
||||
%body.ui_basic.admin
|
||||
= render "layouts/flash"
|
||||
= render "layouts/head_panel", :title => "Admin area"
|
||||
.container
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
!!! 5
|
||||
%html{ :lang => "en"}
|
||||
= render "layouts/head"
|
||||
%body.application
|
||||
%body.ui_basic.application
|
||||
= render "layouts/flash"
|
||||
= render "layouts/head_panel", :title => "Dashboard"
|
||||
.container
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
!!! 5
|
||||
%html{ :lang => "en"}
|
||||
= render "layouts/head"
|
||||
%body.login-page
|
||||
%body.ui_basic.login-page
|
||||
= render :partial => "layouts/flash"
|
||||
.container= yield
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
!!! 5
|
||||
%html{ :lang => "en"}
|
||||
= render "layouts/head"
|
||||
%body.application
|
||||
%body.ui_basic.application
|
||||
= render "layouts/flash"
|
||||
= render "layouts/head_panel", :title => ""
|
||||
.container
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
!!! 5
|
||||
%html{ :lang => "en"}
|
||||
= render "layouts/head"
|
||||
%body.profile
|
||||
%body.ui_basic.profile
|
||||
= render "layouts/flash"
|
||||
= render "layouts/head_panel", :title => "Profile"
|
||||
.container
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
!!! 5
|
||||
%html{ :lang => "en"}
|
||||
= render "layouts/head"
|
||||
%body.project
|
||||
%body.ui_basic.project
|
||||
= render "layouts/flash"
|
||||
= render "layouts/head_panel", :title => @project.name
|
||||
.container
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue