Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion SS14.Admin/Pages/Shared/_Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
<header>
<nav class="navbar navbar-expand-sm navbar-toggleable-sm navbar border-bottom box-shadow mb-3">
<div class="container">
<a class="navbar-brand" asp-area="" asp-page="/Index">SS14.Admin</a>
<a class="navbar-brand" asp-area="" asp-page="/Index">
<img src="~/logo.png" class="header-logo" alt="SS14.Admin logo">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target=".navbar-collapse" aria-controls="navbarSupportedContent"
aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
Expand Down
4 changes: 4 additions & 0 deletions SS14.Admin/wwwroot/css/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ a.navbar-brand {
word-break: break-all;
}

img.header-logo {
max-height: 3.5rem;
}

/* Provide sufficient contrast against white background */
a {
color: #0366d6;
Expand Down
Binary file added SS14.Admin/wwwroot/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading