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

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

Issue 29633564: Issue 5765 - Remove custom spacing units in help.eyeo.com (Closed) Base URL: https://hg.adblockplus.org/help.eyeo.com
Patch Set: Fixed issues with rebase Created Dec. 11, 2017, 4:37 p.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
« no previous file with comments | « static/src/scss/layout/_header.scss ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/src/scss/layout/_navbar.scss
===================================================================
--- a/static/src/scss/layout/_navbar.scss
+++ b/static/src/scss/layout/_navbar.scss
@@ -15,18 +15,18 @@
// along with help.eyeo.com. If not, see <http://www.gnu.org/licenses/>.
/*******************************************************************************
* Navbar
******************************************************************************/
.navbar
{
- padding-top: $md;
- padding-bottom: $md;
+ padding-top: $small-space;
+ padding-bottom: $small-space;
color: $white;
background-color: $black;
}
.navbar a
{
color: $white;
}
« no previous file with comments | « static/src/scss/layout/_header.scss ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld