2012-11-28 12:09:54 +01:00
|
|
|
- content_for :head do
|
|
|
|
= stylesheet_link_tag "style-guide"
|
|
|
|
|
|
|
|
|
|
|
|
|
2012-11-28 17:23:08 +01:00
|
|
|
%h1 Style Guide
|
|
|
|
|
2012-11-29 06:00:50 +01:00
|
|
|
%iframe(src="/" border="0" width="240" height="480")
|
|
|
|
%iframe(src="/" border="0" width="320" height="480")
|
|
|
|
%iframe(src="/" border="0" width="480" height="480")
|
|
|
|
%iframe(src="/" border="0" width="768" height="480")
|
|
|
|
%iframe(src="/" border="0" width="1024" height="480")
|
2012-11-28 17:23:08 +01:00
|
|
|
|
2012-11-28 12:09:54 +01:00
|
|
|
%h2 Color
|
|
|
|
%ul.swatches
|
|
|
|
%li.black
|
|
|
|
%code $black
|
|
|
|
%li.grey-darkest
|
|
|
|
%code $grey-darkest
|
|
|
|
%li.grey-darker
|
|
|
|
%code $grey-darker
|
|
|
|
%li.grey-dark
|
|
|
|
%code $grey-dark
|
|
|
|
%li.grey
|
|
|
|
%code $grey
|
|
|
|
%li.grey-light
|
|
|
|
%code $grey-light
|
|
|
|
%li.grey-lighter
|
|
|
|
%code $grey-lighter
|
|
|
|
%li.grey-lightest
|
|
|
|
%code $grey-lightest
|
|
|
|
%li.white
|
|
|
|
%code $white
|