This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
Adminator-admin-dashboard
mirror of
https://github.com/puikinsh/Adminator-admin-dashboard
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
16
Wiki
Activity
Browse Source
Fix navbar height
pull/63/head
Krzysztof Piasecki
8 years ago
parent
5ada3c877e
commit
b7e98ac123
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
src/assets/styles/spec/components/topbar.scss
+ 2
- 1
src/assets/styles/spec/components/topbar.scss
View File
@ -12,7 +12,6 @@
background-color
:
$
default-white
;
border-bottom
:
1px
solid
$
border-color
;
display
:
block
;
height
:
$
header-height
;
margin-bottom
:
0
;
padding
:
0
;
position
:
fixed
;
@ -31,6 +30,8 @@
.
header-container
{
@include
clearfix
;
height
:
$
header-height
;
.
nav-left
,
.
nav-right
{
list-style
:
none
;
Write
Preview
Loading…
Cancel
Save