Skip to content
Snippets Groups Projects
Commit 222c5eac authored by alexisben's avatar alexisben
Browse files

header border config

parent 1cb0c3d2
No related branches found
No related tags found
No related merge requests found
......@@ -172,6 +172,7 @@ $header-logo-height-desktop: $header-logo-height !default
$header-height: 99px !default
$header-height-desktop: 74px !default
$header-sticky-invert-logo: false !default
$header-border-bottom-width: 1px !default
// Navs
$body-overlay-color: rgba(0, 0, 0, 0.3) !default
......
header#document-header
background: $header-background
border-bottom: 1px solid $color-border
border-bottom: $header-border-bottom-width solid $color-border
color: $header-color
position: fixed
left: 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment