Skip to content

Commit

Permalink
Stylesheet variables missing
Browse files Browse the repository at this point in the history
  • Loading branch information
josepjaume committed Dec 3, 2010
1 parent 85bafd9 commit 6e00747
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
26 changes: 26 additions & 0 deletions app/stylesheets/_colors.sass
@@ -0,0 +1,26 @@
// Theme Colours
!accent_colour: #269ED6
!alt_colour: #E5952B
!button_colour_off: #269ED6
!button_colour_on: #228DBF
!alt_button_colour_off: #E5952B
!alt_button_colour_on: #E5952B

// Monochrome Colours
!white: #FFFFFF
!off_white: #F0F0F0
!light_grey: #C0C0C0
!grey: #808080
!dark_grey: #404040
!black: #000000

// Basic Colours
!yellow: #FFFF00
!red: #FF0000
!green: #00FF00
!blue: #0000FF

// Other Colours
!colour_negative: !accent_colour * 0.5 + !red * 0.5
!colour_positive: !accent_colour * 0.5 + !green * 0.5
!colour_exclamation: !accent_colour * 0.1 + !yellow * 0.9
1 change: 1 addition & 0 deletions config/deploy.rb
@@ -1,5 +1,6 @@
require 'capistrano/ext/multistage' require 'capistrano/ext/multistage'
require 'bundler/capistrano' require 'bundler/capistrano'
require 'capistrano_colors'


set :stages, %w{staging production} set :stages, %w{staging production}
set :default_stage, :production set :default_stage, :production
Expand Down

0 comments on commit 6e00747

Please sign in to comment.