horizon/openstack_dashboard/static/dashboard/scss/components/_wizard.scss
Rob Cresswell be9023d86e Fix theming in angular launch instance
This patch makes the new angular Launch Instance workflow mostly
themeable. Most of the existing CSS has been deleted, and this now
follows bootstraps markup. This is not intended to solve all edge cases
given the size of the work, but is a big step in the right direction.

Changes:
- Use stacked nav tabs for navigation. Move base nav tabs toward
  bootstrap default. Style primary side nav as before.
- Use bootstraps form markup for modal
- Use bootstraps form markup for form fields and their errors
- Make pie charts and tables inherit any missing theme variables. A more
  thorough pass will be done on this next release cycle.

Closes-Bug: 1538491
Change-Id: Ic20b7f4341a2853ca334824c6a811125b04e88cc
2016-03-02 20:08:49 -07:00

12 lines
238 B
SCSS

// Reapply border colour and prevent float right
.wizard-nav-toggle {
border-color: $btn-default-border;
float: none;
margin-bottom: $padding-small-vertical;
}
// Prevent extra padding on the side nav
.wizard-nav {
padding: 0;
}