mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-02-10 21:30:53 +00:00
added twitter feed to sidebar, moved to compass-edge gem
This commit is contained in:
8
source/stylesheets/library/_easy_box_shadow.sass
Normal file
8
source/stylesheets/library/_easy_box_shadow.sass
Normal file
@ -0,0 +1,8 @@
|
||||
!default_box_shadow_color = #333
|
||||
!default_box_shadow_x_offset = 1px
|
||||
!default_box_shadow_y_offset = 1px
|
||||
!default_box_shadow_blur_radius = 8px
|
||||
|
||||
=easy-box-shadow(!color = !default_box_shadow_color, !x_offset = !default_box_shadow_x_offset, !y_offset = !default_box_shadow_y_offset, !blur_radius = !default_box_shadow_blur_radius)
|
||||
+box-shadow(!x_offset, !y_offset, !blur_radius, !color)
|
||||
|
||||
Reference in New Issue
Block a user