Skip to content

Commit

Permalink
Add some footer styles
Browse files Browse the repository at this point in the history
  • Loading branch information
jordandoig committed Dec 5, 2020
1 parent 11d5200 commit 20ea63e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion pkg/dashboard/assets/css/footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,21 @@
text-align: center;
padding-top: 10px;
padding-bottom: 30px;
display: flex;
flex-direction: column;
}

.footer .row {
display: flex;
}

.footer > .row {
flex-direction: column;
align-items: center;
}

.footer a {
color: #999;
color: #200C36;
text-decoration: none;
}

Expand Down
1 change: 0 additions & 1 deletion pkg/dashboard/templates/footer.gohtml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
<img class="logo slack" src="static/images/purple_icon_slack.svg" alt="Slack" />
<img class="logo email" src="static/images/purple_icon_email.svg" alt="Email" />
</div>
<div>
</div>
<div class="row">
<img class="fw-logo" src="static/images/purple_logo_fairwinds.svg" alt="Fairwinds" />
Expand Down
1 change: 1 addition & 0 deletions pkg/dashboard/templates/head.gohtml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<link rel="stylesheet" href="static/css/main.css">
<link rel="stylesheet" href="static/css/fontawesome-5.7.2.css">
<link rel="stylesheet" href="static/css/dashboard.css">
<link rel="stylesheet" href="static/css/footer.css">
<script type="text/javascript" src="static/js/Chart-2.7.2.min.js"></script>
<script type="text/javascript" src="static/js/cash-4.1.2.min.js"></script>
<script type="text/javascript" src="static/js/main.js"></script>
Expand Down

0 comments on commit 20ea63e

Please sign in to comment.