-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #531 from brainly/patch/header--fixed
Added --fixed modifier for header + example
- Loading branch information
Showing
5 changed files
with
94 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<link rel="stylesheet" href="../../../style-guide.css"> | ||
<link rel="stylesheet" href="../../css/main.css"> | ||
</head> | ||
<body class="docs--header-small-example"> | ||
<script src="images/icons.js"></script> | ||
<div> | ||
<div class="mint-header mint-header--fixed"> | ||
<div class="mint-header__container"> | ||
<div class="mint-header__left"> | ||
<a href="#" class="mint-home-button"> | ||
<img class="mint-home-button__logo-small" src="images/logo-mobile.svg" /> | ||
<img class="mint-home-button__logo-big" src="images/logo.svg" /> | ||
</a> | ||
</div> | ||
<div class="mint-header__middle"> | ||
<div class="mint-search mint-search--short"> | ||
<input type="search" placeholder="Find all the answers..." | ||
class="mint-input mint-input--full mint-input--transparent-border mint-input--low mint-input--with-icon"/> | ||
|
||
<div class="mint-search__button"> | ||
<button class="mint-icon-as-button mint-icon-as-button--small" type="submit"> | ||
<div class="mint-icon-as-button__hole"> | ||
<svg class="mint-icon mint-icon--adaptive mint-icon--x18"> | ||
<use xlink:href="#icon-search"></use> | ||
</svg> | ||
</div> | ||
</button> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="mint-header__right mint-hide-for-small-only"> | ||
<button class="mint-button-secondary mint-button-secondary--light"> | ||
<div class="mint-button-secondary__hole">Register</div> | ||
</button> | ||
<button class="mint-icon-as-button mint-icon-as-button--light"> | ||
<div class="mint-icon-as-button__hole"> | ||
<div class="mint-overlayed-box"> | ||
<svg class="mint-icon mint-icon--x26 mint-icon--adaptive"> | ||
<use xlink:href="#icon-messages"></use> | ||
</svg> | ||
<div class="mint-overlayed-box__overlay"> | ||
<div class="mint-badge mint-badge--error">1</div> | ||
</div> | ||
</div> | ||
</div> | ||
</button> | ||
<div class="mint-avatar mint-avatar--big"> | ||
<img class="mint-avatar__image mint-avatar__image--big" | ||
src="http://lorempixel.com/76/76/"/> | ||
</div> | ||
</div> | ||
<div class="mint-header__right mint-hide-for-medium-up"> | ||
<button class="mint-icon-as-button mint-icon-as-button--light"> | ||
<div class="mint-icon-as-button__hole"> | ||
<svg class="mint-icon mint-icon--x26 mint-icon--adaptive"> | ||
<use xlink:href="#icon-menu"></use> | ||
</svg> | ||
</div> | ||
</button> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</body> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters