7795ba8169
* update UI to reflect final mockups * fix line-height unit and remove important from selectors * update file names and ids for clarity * shorten 'label' in ids * correct file-naming conventions * add copyright to files * check if break in imports is causing lint error * resolve lint * tidy go mod * fix shorthands
17 lines
529 B
HTML
17 lines
529 B
HTML
<!-- Copyright (C) 2019 Storj Labs, Inc.
|
|
See LICENSE for copying information. -->
|
|
|
|
{{define "banner"}}
|
|
<div class="container-fluid banner bg-white w-100">
|
|
<div class="container">
|
|
<div class="row d-flex justify-content-between">
|
|
<div class="mt-4">
|
|
<a class="home-link" href="/">
|
|
<span class="ml-3">{{template "logo" .}}</span>
|
|
</a>
|
|
</div>
|
|
<p class="referral-admin mr-3">Referral Admin</h5>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{{end}} |