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