better default sass
This commit is contained in:
parent
566bf7c97b
commit
79d411e625
|
@ -1,9 +1,26 @@
|
||||||
@import compass.sass
|
@import compass.sass
|
||||||
@import blueprint/screen.sass
|
@import blueprint/screen.sass
|
||||||
|
|
||||||
|
!font_color = #2a2a2a
|
||||||
|
!link_color = #0388a6
|
||||||
|
!link_hover_color = #009ce0
|
||||||
|
!link_focus_color = !link_color
|
||||||
|
!link_active_color = !link_color
|
||||||
|
!link_visited_color = !link_color
|
||||||
|
|
||||||
|
!blueprint_font_family = "'Century Gothic', 'Apple Gothic', 'Helvetica Neue', arial, sans-serif"
|
||||||
|
!blueprint_font_size = 13px
|
||||||
|
|
||||||
|
!blueprint_grid_columns = 12
|
||||||
|
!blueprint_grid_width = 60px
|
||||||
|
!blueprint_grid_margin = 20px
|
||||||
|
|
||||||
+global-reset
|
+global-reset
|
||||||
+blueprint-typography
|
+blueprint-typography
|
||||||
|
|
||||||
|
a
|
||||||
|
+link-colors(!link_color, !link_hover_color, !link_focus_color, !link_active_color, !link_visited_color)
|
||||||
|
|
||||||
#frame
|
#frame
|
||||||
padding: 50px
|
padding: 50px
|
||||||
text-align: center
|
text-align: center
|
||||||
|
|
Loading…
Reference in a new issue