Skip to content

Commit

Permalink
Merge branch 'release/4.1.11'
Browse files Browse the repository at this point in the history
* release/4.1.11:
  compiling assets
  wip
  wip
  Updated the navbar branding
  • Loading branch information
austintoddj committed Mar 11, 2019
2 parents 3f123ab + df8616a commit d772a13
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion public/css/app.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"/js/app.js": "/js/app.js?id=85577627b51c6fe6aace",
"/css/app.css": "/css/app.css?id=4ee7db11d1a503a78968",
"/css/app.css": "/css/app.css?id=140492a908e5683b1787",
"/js/app.js.map": "/js/app.js.map?id=28b80c57c98ffab2c36d",
"/favicon.png": "/favicon.png?id=39d853e8c2bdbc38fde3"
}
7 changes: 2 additions & 5 deletions resources/sass/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,9 @@ a, .btn-link {
font-family: $font-family-sans-serif;
}

.logo {
font-family: $font-family-serif;
.logo i {
font-size: 20px;
span {
color: $light-grey;
}
color: rgb(33, 37, 41) !important;
}

input, textarea, select {
Expand Down
4 changes: 3 additions & 1 deletion resources/views/components/nav/navbar.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
<nav class="navbar navbar-light justify-content-between flex-nowrap flex-row py-1">
<!-- Left Side Of Navbar -->
<a class="navbar-brand logo mr-4 font-weight-bold py-0 @hasSection('context') d-none d-md-block @endif"
href="{{ route('canvas.index') }}"><span>C</span>anvas</a>
href="{{ route('canvas.index') }}">
<i class="fas fa-align-left"></i>
</a>

<ul class="navbar-nav mr-auto flex-row float-right">
<li class="text-muted font-weight-bold">
Expand Down
2 changes: 1 addition & 1 deletion resources/views/tags/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
style="margin-top: -8px">
<i class="fas fa-search"></i>
</a>
<div class="dropdown-menu dropdown-menu-right py-0" aria-labelledby="dropdownMenuButton">
<div class="dropdown-menu dropdown-menu-right py-0" style="min-width: 15rem;" aria-labelledby="dropdownMenuButton">
<form class="pl-2 pr-4 mr-5">
<div class="form-group mb-0">
<input v-model="search"
Expand Down
2 changes: 1 addition & 1 deletion resources/views/topics/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
style="margin-top: -8px">
<i class="fas fa-search"></i>
</a>
<div class="dropdown-menu dropdown-menu-right py-0" aria-labelledby="dropdownMenuButton">
<div class="dropdown-menu dropdown-menu-right py-0" style="min-width: 15rem;" aria-labelledby="dropdownMenuButton">
<form class="pl-2 pr-4 mr-5">
<div class="form-group mb-0">
<input v-model="search"
Expand Down

0 comments on commit d772a13

Please sign in to comment.