aboutsummaryrefslogtreecommitdiffstats
path: root/cds-ui/client/src/app/feature-modules/resource-definition/resource-definition.component.scss
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-02-15 21:21:45 +0000
committerGerrit Code Review <gerrit@onap.org>2019-02-15 21:21:45 +0000
commitf1eadf965e40cac4f12c991bddcf870b30ec6ce6 (patch)
treef08824a5e28258097170c93547f4213d0bb9cf3f /cds-ui/client/src/app/feature-modules/resource-definition/resource-definition.component.scss
parentabbd3a659faccc2b252ff477138427c12b808bd4 (diff)
parent3a2bf19c4989dae9a491b743075d553f665060d4 (diff)
Merge "Resource definition horizontal stepper"
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.scss14
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