Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: static/src/scss/layout/_navbar.scss

Issue 29676691: Issue 6237 - Implement wd navbar component in help.eyeo.com (Closed) Base URL: https://hg.adblockplus.org/help.eyeo.com
Patch Set: Created Jan. 22, 2018, 10:39 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: static/src/scss/layout/_navbar.scss
===================================================================
--- a/static/src/scss/layout/_navbar.scss
+++ b/static/src/scss/layout/_navbar.scss
@@ -15,44 +15,17 @@
// along with help.eyeo.com. If not, see <http://www.gnu.org/licenses/>.
/*******************************************************************************
* Navbar
******************************************************************************/
.navbar
{
- padding-top: $small-space;
- padding-bottom: $small-space;
color: $white;
background-color: $black;
+ font-size: $small-font;
}
.navbar a
{
color: $white;
-}
-
-/* Navbar Collapse
- ******************************************************************************/
-
-.navbar-collapse
-{
- display: none;
- clear: both;
-
- &.open
- {
- display: block;
- }
-
- @media (min-width: $tablet-breakpoint)
- {
- display: block;
- clear: none;
- width: auto;
- }
-}
-
-.no-js .navbar-collapse
-{
- display: block;
-}
+}

Powered by Google App Engine
This is Rietveld