diff options
author | Dan Timoney <dtimoney@att.com> | 2019-02-14 19:46:58 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-02-14 19:46:58 +0000 |
commit | e2580df9820286b10a2d28a3e83c633aa5111b40 (patch) | |
tree | 730a13c75ef180a80e66e2c0cee17d50e25d89cf /cds-ui/client/src/app/feature-modules/blueprint/blueprint.component.scss | |
parent | c6e2a790671568cc02a01085a1ca624383485d3e (diff) | |
parent | 18772549040b4942523e1dff0b89a7ed65879441 (diff) |
Merge "Stepper form style and formatting"
Diffstat (limited to 'cds-ui/client/src/app/feature-modules/blueprint/blueprint.component.scss')
-rw-r--r-- | cds-ui/client/src/app/feature-modules/blueprint/blueprint.component.scss | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cds-ui/client/src/app/feature-modules/blueprint/blueprint.component.scss b/cds-ui/client/src/app/feature-modules/blueprint/blueprint.component.scss index 1c0c05a54..21c06784c 100644 --- a/cds-ui/client/src/app/feature-modules/blueprint/blueprint.component.scss +++ b/cds-ui/client/src/app/feature-modules/blueprint/blueprint.component.scss @@ -21,4 +21,12 @@ limitations under the License. .mat-card { padding: 0px !important; +} + +.matStepNextBtn { + color: white; + background: gray; + margin-top: 10px; + position: absolute; + margin-bottom: 5px; }
\ No newline at end of file |