This file contains hidden or 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
.top-bar { /* main color of the top-bar */ | |
background: #333333; | |
} | |
.top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] { /* color of the divider */ | |
border-right: solid 1px #4e4e4e; | |
} | |
.top-bar-section ul li { | |
background: #333333; | |
} | |
.top-bar-section li:not(.has-form) a:not(.button), |
This file contains hidden or 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
<div class="progress"><span class="meter" style="width: 20%"></span></div> | |
<div class="progress success"><span class="meter" style="width: 40%"></span></div> | |
<div class="progress alert"><span class="meter" style="width: 60%"></span></div> | |
<div class="progress secondary"><span class="meter" style="width: 80%"></span></div> |
NewerOlder