Skip to content

Commit 9c9229c

Browse files
authored
Merge pull request #18 from Wikia/XW-1581
XW-1581 | Add top margin for global footer
2 parents c1657b8 + 59e7f6e commit 9c9229c

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "design-system",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"homepage": "https://github.com/Wikia/design-system",
55
"authors": [
66
"Warkot <[email protected]>",

components/_global-footer.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
background-color: $color-dark-blue-gray;
4343
box-sizing: border-box;
4444
color: $color-white;
45+
margin-top: 30px;
4546

4647
// reset and set some defaults (that should be set in DS)
4748
* {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "design-system",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Design System developed for Wikia",
55
"scripts": {
66
"svgo": "svgo --precision 3 --config .svgo.yml assets/icons"

0 commit comments

Comments
 (0)