[nav] Increase padding below search

This commit is contained in:
Jonathan Budzenski 2016-02-08 15:10:48 -06:00
parent f4c3b9b6f4
commit ba5b57e6ea
3 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@
padding-bottom: 0;
}
navbar[name="dashboard-search"] {
padding-bottom: 5px;
padding-bottom: 10px;
}
}

View file

@ -6,7 +6,7 @@
padding-bottom: 0;
}
navbar[name="discover-search"] {
padding-bottom: 5px;
padding-bottom: 10px;
}
}

View file

@ -60,7 +60,7 @@
}
navbar[name="visualize-search"] {
padding-bottom: 5px;
padding-bottom: 10px;
}
&-actions {