X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=blueprints%2Fcommon%2Feliot-ui%2Ffrontend-src%2Fsrc%2Fapp%2Fdeployments%2Fdeployments.component.scss;h=8a632ebbdf66e8f78927ad2e78a5953785395700;hb=5c2048d4d3e672783eea4f306aa9a03f33a1a9f2;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hpb=59f512662c02a16c1d5c45b090b185d2e773310f;p=eliot.git diff --git a/blueprints/common/eliot-ui/frontend-src/src/app/deployments/deployments.component.scss b/blueprints/common/eliot-ui/frontend-src/src/app/deployments/deployments.component.scss index e69de29..8a632eb 100644 --- a/blueprints/common/eliot-ui/frontend-src/src/app/deployments/deployments.component.scss +++ b/blueprints/common/eliot-ui/frontend-src/src/app/deployments/deployments.component.scss @@ -0,0 +1,76 @@ + +.main{ + .example-container { + display: flex; + flex-direction: column; + width: 98%; + padding: 10px; + margin: auto; + height: auto; + mat-card { + min-height: calc(100vh - 100px); + } + + .stepper-com { + .insert-deploy-yaml-card { + .app-accordion { + padding: 20px; + .upload-csar-label { + padding-bottom: 20px; + padding-top:20px; + mat-label { + padding-right: 20px; + } + .submit-button { + padding-top:20px; + } + } + } + } + .additional-fields-stepper{ + .node-label-txt{ + mat-form-field { + width: 40%; + justify-content: center; + } + } + } + .finish-stepper { + .deploy-button { + display:flex; + justify-content: center; + } + } + } + + .node-radio-group { + display: flex; + flex-direction: column; + margin: 15px 0; + } + + .node-radio-button { + margin: 5px; + } + + .toaster { + float: right; + display: block; + margin-left: auto; + margin-right: auto; + padding-bottom: 20px; + ngb-toast { + float: right; + } + } + } + +} + +mat-tab-group { + background-color: primary; +} + +mat-card-header { + display: flex; justify-content: center; +} \ No newline at end of file