Skip to content

Commit d6a3592

Browse files
committed
A few small fixes
Latest changes introduced few small problems into the standard TC header. This is the fix. Also updates StyleFmt to v.6.0.0 and removes dependency on `immutable`.
1 parent d47fbc6 commit d6a3592

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@
6464
"extract-text-webpack-plugin": "^2.1.0",
6565
"file-loader": "^0.10.1",
6666
"identity-obj-proxy": "^3.0.0",
67-
"immutable": "^4.0.0-rc.2",
6867
"isomorphic-fetch": "^2.2.1",
6968
"jest": "^20.0.0",
7069
"jquery": "^3.2.1",
@@ -98,6 +97,7 @@
9897
"serve-favicon": "^2.4.1",
9998
"shortid": "^2.2.8",
10099
"style-loader": "^0.14.0",
100+
"stylefmt": "^6.0.0",
101101
"stylelint": "^7.9.0",
102102
"stylelint-config-standard": "^16.0.0",
103103
"tc-accounts": "https://github.com/appirio-tech/accounts-app.git#dev",

src/shared/components/TopcoderHeader/desktop/SubMenu/Item/style.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
width: 36px;
2323
}
2424

25+
a {
26+
color: $tc-white;
27+
}
28+
2529
&:hover {
2630
background: $tc-dark-blue-90;
2731

src/shared/components/TopcoderHeader/style.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
}
4444

4545
.main-menu {
46+
margin-bottom: 0;
4647
text-align: center;
4748
}
4849

@@ -180,6 +181,8 @@
180181
height: 54px;
181182
padding: 20px 0;
182183
vertical-align: bottom;
184+
position: relative;
185+
top: -2px;
183186
}
184187

185188
@media only screen and (max-width: 1024px) {

0 commit comments

Comments
 (0)