horizon/openstack_dashboard/static/dashboard/launch-instance/launch-instance.scss
Richard Jones 61d2fcd7e6 [Launch Instance Fix] Split Security & Access in 2
This splits the single Security and Access step so that the
two panes in that step (Security Groups / Keypairs) have their
own steps in the wizard, thus making everything much more
consistent.

This also now uses the Controller As syntax which is
considered to be a best practice.

Change-Id: Ib1d79ce8019e5361faccf77360989c38ce1cab2c
Co-Authored-By: Travis Tripp <travis.tripp@hp.com>
Closes-Bug: 1435636
2015-03-27 13:00:07 +11:00

7 lines
186 B
SCSS

@import "source/source";
@import "flavor/flavor";
@import "network/network";
@import "keypair/keypair";
@import "security-groups/security-groups";
@import "configuration/configuration";