Bri Prebilic Cole

CORD GUI -- Logo and favicon changed.

Change-Id: I70c0340c7eddc3c902192d1c8d954802f194d905
......@@ -38,11 +38,8 @@ div.mast {
width: 37%;
}
.mast h1 {
font-size: 250%;
text-decoration: none;
color: #3C3C3C;
cursor: default;
.mast img {
width: 220px;
}
.mast a,
......@@ -51,15 +48,6 @@ div.mast {
color: #3C3C3C;
}
.mast svg {
position: absolute;
top: -1px;
left: 106px;
}
.mast g.icon use.glyph.bird {
fill: #CE5650;
}
.mast li.logout {
list-style-type: none;
position: absolute;
......
......@@ -2,8 +2,7 @@
<div class="mast" ng-controller="CordMastCtrl">
<div class="left">
<h1>CORD</h1>
<icon size="30" id="bird"></icon>
<img src="/imgs/logo.png">
</div>
<div class="right">
......
......@@ -18,6 +18,7 @@
<html>
<head>
<meta charset="utf-8">
<link rel="shortcut icon" href="imgs/bird.png">
<title>CORD Subscriber Portal</title>
......