Adds a thin layer of style to Rails scaffolds.
Add the gem to your Gemfile:
gem 'skins'
You can also just copy the stylesheet to the /vendor/assets/stylesheets
folder of your app.
Require the skin file in your application.css
*= require skins-air
Add the free Google fonts to your layout file:
<link href="http://fonts.googleapis.com/css?family=Quicksand:400,700" rel="stylesheet" type="text/css" />
or run the convenient generator if you installed the gem:
bin/rails g skins:install
Add the CSS class to the body
of your layout file:
<body class="skins-air">
Now you are ready to go.
A screenshot of the skinned New Record page.
Copyright Lugo Labs. Uses MIT-LICENSE.