Skip to content

Commit

Permalink
fix_ui bug
Browse files Browse the repository at this point in the history
merge 2 div to 1
  • Loading branch information
pureshine committed Sep 13, 2018
1 parent c08cd92 commit 48838be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -19,7 +19,7 @@ h4 {
}

.colorRed {
color:rgb(174, 169, 185);
color:rgb(19, 2, 2);
}

.colorRed a {
Expand Down
2 changes: 1 addition & 1 deletion src/portal/package.json
Expand Up @@ -12,7 +12,7 @@
"e2e": "protractor",
"build": "ng build --aot",
"release": "ng build --prod",
"build_lib": "ng build --prod lib",
"build_lib": "ng build lib",
"npm_pack": "cd lib/dist && npm pack",
"package": "npm run build_lib && npm run npm_pack",
"link_lib": "cd lib/dist && npm link && cd ../../ && npm link @harbor/ui"
Expand Down

0 comments on commit 48838be

Please sign in to comment.