diff options
author | Swapnali Shadanan Pode <sp00501638@techmahindra.com> | 2019-02-15 16:25:38 +0530 |
---|---|---|
committer | Swapnali Shadanan Pode <sp00501638@techmahindra.com> | 2019-02-15 16:25:38 +0530 |
commit | 3a2bf19c4989dae9a491b743075d553f665060d4 (patch) | |
tree | 2c4d3bac138bf95572ada4f52de07439db80b6a3 /cds-ui/client/src/app/feature-modules/resource-definition/resource-definition.component.scss | |
parent | e01fecb2c156b214e8cc03fec8a968cfd408bf77 (diff) |
Resource definition horizontal stepper
Change-Id: I6fec36ca78943a0c51264e9bb496b48a9777e93e
Issue-ID: CCSDK-804
Signed-off-by: sp00501638 <sp00501638@techmahindra.com>
Diffstat (limited to 'cds-ui/client/src/app/feature-modules/resource-definition/resource-definition.component.scss')
-rw-r--r-- | cds-ui/client/src/app/feature-modules/resource-definition/resource-definition.component.scss | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/cds-ui/client/src/app/feature-modules/resource-definition/resource-definition.component.scss b/cds-ui/client/src/app/feature-modules/resource-definition/resource-definition.component.scss index cafd2bf8f..9e4219a4c 100644 --- a/cds-ui/client/src/app/feature-modules/resource-definition/resource-definition.component.scss +++ b/cds-ui/client/src/app/feature-modules/resource-definition/resource-definition.component.scss @@ -16,4 +16,16 @@ * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= -*/
\ No newline at end of file +*/ + +.mat-card { + padding: 0px !important; +} + +.matStepNextBtn{ + color:white; + background:gray; + margin-top: 10px; + position: absolute; + margin-bottom: 5px; +}
\ No newline at end of file |