diff --git a/webapp/titanembeds/static/css/style.css b/webapp/titanembeds/static/css/style.css index 102f493..3138bd8 100644 --- a/webapp/titanembeds/static/css/style.css +++ b/webapp/titanembeds/static/css/style.css @@ -29,6 +29,18 @@ nav { } } +.align-top { + vertical-align: top; +} + +.brand-logo img { + width: 30px; + margin-right: 10px; + margin-top: 4px; + -webkit-filter: brightness(0) invert(1); + filter: brightness(0) invert(1); +} + .btn { background-color: #303f9f; } diff --git a/webapp/titanembeds/static/img/titanembeds.png b/webapp/titanembeds/static/img/titanembeds.png new file mode 100644 index 0000000..b2585d4 Binary files /dev/null and b/webapp/titanembeds/static/img/titanembeds.png differ diff --git a/webapp/titanembeds/static/img/titanembeds_round.png b/webapp/titanembeds/static/img/titanembeds_round.png new file mode 100644 index 0000000..4112657 Binary files /dev/null and b/webapp/titanembeds/static/img/titanembeds_round.png differ diff --git a/webapp/titanembeds/static/img/titanembeds_shield.png b/webapp/titanembeds/static/img/titanembeds_shield.png new file mode 100644 index 0000000..8b5469b Binary files /dev/null and b/webapp/titanembeds/static/img/titanembeds_shield.png differ diff --git a/webapp/titanembeds/templates/site_layout.html.j2 b/webapp/titanembeds/templates/site_layout.html.j2 index ea4297f..28eb6e2 100644 --- a/webapp/titanembeds/templates/site_layout.html.j2 +++ b/webapp/titanembeds/templates/site_layout.html.j2 @@ -28,7 +28,7 @@