mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-02-12 12:30:58 +00:00
moved stylesheets
This commit is contained in:
8
stylesheets/library/_easy_box_shadow.sass
Normal file
8
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