From 3b3b5220891b09e58830176b0635894610f78359 Mon Sep 17 00:00:00 2001 From: dtziotzios Date: Thu, 14 Mar 2019 11:52:14 +0200 Subject: [PATCH] Moves datasetWizard style from html to its respective scss file. --- .../dataset-wizard.component.html | 10 ++++---- .../dataset-wizard.component.scss | 25 +++++++++++++++++++ 2 files changed, 30 insertions(+), 5 deletions(-) diff --git a/dmp-frontend/src/app/ui/dataset/dataset-wizard/dataset-wizard.component.html b/dmp-frontend/src/app/ui/dataset/dataset-wizard/dataset-wizard.component.html index f7e9ceff5..8c85c9e7f 100644 --- a/dmp-frontend/src/app/ui/dataset/dataset-wizard/dataset-wizard.component.html +++ b/dmp-frontend/src/app/ui/dataset/dataset-wizard/dataset-wizard.component.html @@ -18,18 +18,18 @@ -->
- - -
diff --git a/dmp-frontend/src/app/ui/dataset/dataset-wizard/dataset-wizard.component.scss b/dmp-frontend/src/app/ui/dataset/dataset-wizard/dataset-wizard.component.scss index e5fd8c323..56bc9cb23 100644 --- a/dmp-frontend/src/app/ui/dataset/dataset-wizard/dataset-wizard.component.scss +++ b/dmp-frontend/src/app/ui/dataset/dataset-wizard/dataset-wizard.component.scss @@ -11,4 +11,29 @@ .description-action-row { margin-top: 1em; } + .deleteButton { + margin-top: 15px; + margin-bottom: 15px; + margin-right: 15px; + } + .saveButton { + margin-top: 15px; + margin-bottom: 15px; + margin-right: 15px; + } + .saveAndFinalizeButton { + margin-top: 15px; + margin-bottom: 15px; + margin-right: 15px; + } + .downloadPDF { + margin-top: 15px; + margin-bottom: 15px; + margin-right: 15px; + } + .downloadXML { + margin-top: 15px; + margin-bottom: 15px; + margin-right: 15px; + } }