Skip to content

Commit

Permalink
feat: remove smartive logo (#2)
Browse files Browse the repository at this point in the history
* remove logo code

* delete avatar

* fix sass
  • Loading branch information
buehler authored and triggertoo committed Mar 26, 2019
1 parent b9e711c commit b4c47ed
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
Binary file removed src/Frontend/src/assets/smartive_avatar.png
Binary file not shown.
9 changes: 3 additions & 6 deletions src/Frontend/src/styles/components/navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,15 @@
background-color: $blue;
box-shadow: 0 -10px 12px 10px $blue-dark;

.logo {
height: 2rem;
width: 2rem;
background-image: url('../../assets/smartive_avatar.png');
background-size: 2rem;
margin: 0 2rem;
.container {
margin: 0 auto;
}

a {
color: $grey-10;

&:hover {
text-decoration: none;
padding-bottom: 0;
color: $grey-10;
}
Expand Down
11 changes: 9 additions & 2 deletions src/WebApp/Pages/Shared/_Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,15 @@
<body>

<nav class="navbar">
<div class="logo"></div>
<a asp-page="/Index">web - exporter</a>
<div class="container">
<div class="row">
<div class="col">
<div class="content">
<a asp-page="/Index">web - exporter</a>
</div>
</div>
</div>
</div>
</nav>

<div class="container">
Expand Down

0 comments on commit b4c47ed

Please sign in to comment.