summaryrefslogtreecommitdiff
path: root/objectapp/static/objectapp/css/src/_base.sass
blob: 9b9f57030a6bd8871113f1e30eeb176e074e8a2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
// Here is where you can define your constants for your application
// and to configure the blueprint framework.

$blueprint_grid_columns: 24
$blueprint_container_size: 950px
$blueprint_grid_margin: 10px

// Use this to calculate the width based on the total width.
// Or you can set !blueprint_grid_width to a fixed value
// and unset !blueprint_container_size -- it will be calculated for you.

$blueprint_font_size: 12px
$blueprint_font_family: unquote("Arial, Helvetica, sans-serif")
$blueprint_grid_width: ($blueprint_container_size + $blueprint_grid_margin) / $blueprint_grid_columns - $blueprint_grid_margin

// Colors
$font_color: #333333
$link_color: #006699
$box_color: #e9e9f3

// Derived colors
$box_font_color: $box_color - #555555
$link_hover_color: $link_color - #333333
$link_active_color: $link_color
$link_visited_color: $link_color
$header_color: $link_color + #333333

// Mixins
@import gbobject
@import calendar
@import paginator
@import tag-cloud