Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
GUI-2896: Remove HPE logo reference in footer styles
Browse files Browse the repository at this point in the history
  • Loading branch information
kamalgill committed Apr 12, 2017
1 parent 7c36e2e commit 10f687b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions eucaconsole/static/css/eucaconsole.css
Original file line number Diff line number Diff line change
Expand Up @@ -1925,8 +1925,6 @@ table.table.smart-table .st-sort-descent:after { content: '\25BC'; }
footer { background-color: #000000; color: white; padding: 15px 0 3rem 1rem; }
footer .copyright { color: white; font-size: 14px; }

#hpe-logo { display: inline-block; width: 95px; height: 40px; margin: 1rem 0; background: url(../img/hpe_pri_grn_rev_rgb.png) no-repeat; }

/* ----------------------------------------- Buttons
----------------------------------------- */
.button { background-color: #ffed00; font-family: Metric-Semibold, Helvetica, Arial, sans-serif; text-transform: uppercase; color: #000000; border: none; }
Expand Down
8 changes: 0 additions & 8 deletions eucaconsole/static/sass/eucaconsole.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1222,14 +1222,6 @@ footer {
}
}

#hpe-logo {
display: inline-block;
width: 95px;
height: 40px;
margin: 1rem 0;
background: url(../img/hpe_pri_grn_rev_rgb.png) no-repeat;
}


/* -----------------------------------------
Buttons
Expand Down

0 comments on commit 10f687b

Please sign in to comment.