Introduce Bootswatch theming
This commit is contained in:
parent
e05234ecb3
commit
ec9ce0dc5a
1
Gemfile
1
Gemfile
|
@ -39,6 +39,7 @@ gem 'globalize', '~> 4.0.2'
|
||||||
|
|
||||||
gem 'bootstrap-sass'
|
gem 'bootstrap-sass'
|
||||||
gem 'bootstrap-sass-extras'
|
gem 'bootstrap-sass-extras'
|
||||||
|
gem 'bootswatch-rails'
|
||||||
gem 'autoprefixer-rails'
|
gem 'autoprefixer-rails'
|
||||||
|
|
||||||
group :development do
|
group :development do
|
||||||
|
|
|
@ -44,6 +44,8 @@ GEM
|
||||||
sass (~> 3.2)
|
sass (~> 3.2)
|
||||||
bootstrap-sass-extras (0.0.6)
|
bootstrap-sass-extras (0.0.6)
|
||||||
rails (>= 3.1.0)
|
rails (>= 3.1.0)
|
||||||
|
bootswatch-rails (3.2.4)
|
||||||
|
railties (>= 3.1)
|
||||||
builder (3.2.2)
|
builder (3.2.2)
|
||||||
capistrano (3.2.1)
|
capistrano (3.2.1)
|
||||||
i18n
|
i18n
|
||||||
|
@ -270,6 +272,7 @@ DEPENDENCIES
|
||||||
autoprefixer-rails
|
autoprefixer-rails
|
||||||
bootstrap-sass
|
bootstrap-sass
|
||||||
bootstrap-sass-extras
|
bootstrap-sass-extras
|
||||||
|
bootswatch-rails
|
||||||
capistrano
|
capistrano
|
||||||
capistrano-rails
|
capistrano-rails
|
||||||
capistrano-rvm
|
capistrano-rvm
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
//= require_directory .
|
//= require_directory .
|
||||||
|
|
||||||
@import "bootstrap-sprockets";
|
@import "bootstrap-sprockets";
|
||||||
|
@import "bootswatch/simplex/variables";
|
||||||
@import "bootstrap";
|
@import "bootstrap";
|
||||||
@import "bootstrap/theme";
|
@import "bootswatch/simplex/bootswatch";
|
||||||
|
|
|
@ -5,7 +5,7 @@ html
|
||||||
meta charset="utf-8"
|
meta charset="utf-8"
|
||||||
meta http-equiv="X-UA-Compatible" content="IE=edge"
|
meta http-equiv="X-UA-Compatible" content="IE=edge"
|
||||||
meta name="viewport" content="width=device-width, initial-scale=1"
|
meta name="viewport" content="width=device-width, initial-scale=1"
|
||||||
title "Clarion"
|
title Clarion
|
||||||
= stylesheet_link_tag "management/application"
|
= stylesheet_link_tag "management/application"
|
||||||
= csrf_meta_tags
|
= csrf_meta_tags
|
||||||
body
|
body
|
||||||
|
|
Loading…
Reference in New Issue