Skip to content
This repository has been archived by the owner on Jul 30, 2020. It is now read-only.

Commit

Permalink
[doc] Remove beta version warning header
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
Clément Le Provost committed Dec 16, 2016
1 parent 6955a1e commit 8d1aefb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion doc/partials/body-header.mustache
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
<div class="warning-header"><strong>Warning:</strong> Beta version. Until version 1.0 is released, incompatible changes may occur.</div>
4 changes: 3 additions & 1 deletion doc/src/css/components/_header-custom.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
@import "../vendors/base";

// NOTE: Warning header not used, but kept in case it's needed again in the future.

$warning-header-height: 30px;

.warning-header {
Expand All @@ -17,4 +19,4 @@ $warning-header-height: 30px;
}

$nav-height: 50px;
$header-height: $nav-height + $warning-header-height;
$header-height: $nav-height;
2 changes: 1 addition & 1 deletion doc/src/css/components/_header.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

.ac-nav {
position: fixed;
top: $warning-header-height; // NOTE: CUSTOMIZED
top: 0;
left: 0;
width: 100%;
height: $navigation-height;
Expand Down

0 comments on commit 8d1aefb

Please sign in to comment.