Skip to content
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.

Commit

Permalink
Foundation build to bower-foundation
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurzurb committed Oct 9, 2015
1 parent 9003d0d commit 497c320
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
8 changes: 6 additions & 2 deletions css/foundation.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/foundation.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/foundation.min.css

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions scss/foundation/components/_global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -224,13 +224,21 @@ $base-line-height: 1.5 !default;
0 0 0 $thickness $color,
0 $gap + $thickness 0 $thickness $color,
0 (2 * $gap + 2*$thickness) 0 $thickness $color;
-webkit-box-shadow:
0 0 0 $thickness $color,
0 $gap + $thickness 0 $thickness $color,
0 (2 * $gap + 2*$thickness) 0 $thickness $color;
width: $width;
}
span:hover:after {
box-shadow:
0 0 0 $thickness $hover-color,
0 $gap + $thickness 0 $thickness $hover-color,
0 (2 * $gap + 2*$thickness) 0 $thickness $hover-color;
-webkit-box-shadow:
0 0 0 $thickness $hover-color,
0 $gap + $thickness 0 $thickness $hover-color,
0 (2 * $gap + 2*$thickness) 0 $thickness $hover-color;
}
}

Expand Down

0 comments on commit 497c320

Please sign in to comment.