Removed border from header

This patch removes the border from the bottom of the
webclient header.

http://git.openstack.org/cgit/openstack/openstack-ux/plain/mocks/Ironic%20Standalone%20-%2007%20March%202016.pdf

Change-Id: Id82bde21388d17a8b3bb152e5b2ef14cf28b0246
This commit is contained in:
Michael Krotscheck 2016-03-17 04:56:37 -07:00
parent a762472157
commit 7e75d9c5aa
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,5 @@
@import "./bootstrap_variables";
@import "../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap";

4
app/css/bootstrap_variables.scss vendored Normal file
View File

@ -0,0 +1,4 @@
// Bootstrap variable overrides for this UI.
$navbar-default-bg: #f8f8f8;
$navbar-default-border: $navbar-default-bg;