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

Commit 9347471

Browse files
author
mhayes
committed
Foundation build to bower-foundation
1 parent 0f58afe commit 9347471

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

css/foundation.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1900,7 +1900,7 @@ button, .button {
19001900
.clearing-main-prev.disabled, .clearing-main-next.disabled {
19011901
opacity: 0.3; }
19021902
.clearing-assembled .clearing-container .carousel {
1903-
background: rgba 51, 51, 51, 0.8;
1903+
background: rgba(51, 51, 51, 0.8);
19041904
height: 120px;
19051905
margin-top: 10px;
19061906
text-align: center; }

css/foundation.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scss/foundation/components/_clearing.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ $include-html-clearing-classes: $include-html-classes !default;
88
// We use these to set the background colors for parts of Clearing.
99
$clearing-bg: #333 !default;
1010
$clearing-caption-bg: $clearing-bg !default;
11-
$clearing-carousel-bg: rgba (51,51,51,0.8) !default;
11+
$clearing-carousel-bg: rgba(51,51,51,0.8) !default;
1212
$clearing-img-bg: $clearing-bg !default;
1313

1414
// We use these to style the close button
@@ -230,4 +230,4 @@ $clearing-carousel-thumb-active-border: 1px solid rgb(255,255,255) !default;
230230
}
231231

232232
}
233-
}
233+
}

0 commit comments

Comments
 (0)