mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 19:26:38 -05:00
Remove the border from the default nav style
This commit is contained in:
parent
bdd3452749
commit
6fe4d2d760
1 changed files with 1 additions and 0 deletions
1
resources/assets/less/elements/nav.less
vendored
1
resources/assets/less/elements/nav.less
vendored
|
@ -1,5 +1,6 @@
|
||||||
nav.navbar {
|
nav.navbar {
|
||||||
background-color: @c_base;
|
background-color: @c_base;
|
||||||
|
border: none;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
|
||||||
.navbar-logo {
|
.navbar-logo {
|
||||||
|
|
Loading…
Reference in a new issue