diff --git a/dmp-frontend/src/app/ui/dataset/dataset-wizard/dataset-copy-dialogue/dataset-copy-dialogue.component.scss b/dmp-frontend/src/app/ui/dataset/dataset-wizard/dataset-copy-dialogue/dataset-copy-dialogue.component.scss index 2d6a30ac3..531025c64 100644 --- a/dmp-frontend/src/app/ui/dataset/dataset-wizard/dataset-copy-dialogue/dataset-copy-dialogue.component.scss +++ b/dmp-frontend/src/app/ui/dataset/dataset-wizard/dataset-copy-dialogue/dataset-copy-dialogue.component.scss @@ -30,3 +30,8 @@ color: #129d99; font-weight: 500; } + +.confirm-btn:hover { + background-color: #129d99; + color: #ffffff; +} diff --git a/dmp-frontend/src/app/ui/dmp/clone/clone-dialog/clone-dialog.component.html b/dmp-frontend/src/app/ui/dmp/clone/clone-dialog/clone-dialog.component.html index 9414ca282..5ec71e67b 100644 --- a/dmp-frontend/src/app/ui/dmp/clone/clone-dialog/clone-dialog.component.html +++ b/dmp-frontend/src/app/ui/dmp/clone/clone-dialog/clone-dialog.component.html @@ -1,6 +1,9 @@
-
{{'DMP-EDITOR.TITLE.CLONE-DMP' | translate}}
-
{{'DMP-EDITOR.TITLE.NEW-VERSION' | translate}}
+
+
{{'DMP-EDITOR.TITLE.CLONE-DMP' | translate}}
+
{{'DMP-EDITOR.TITLE.NEW-VERSION' | translate}}
+ close +
@@ -66,7 +69,7 @@
-
-
+
+
diff --git a/dmp-frontend/src/app/ui/dmp/clone/clone-dialog/clone-dialog.component.scss b/dmp-frontend/src/app/ui/dmp/clone/clone-dialog/clone-dialog.component.scss index 6347977a7..fb8628c18 100644 --- a/dmp-frontend/src/app/ui/dmp/clone/clone-dialog/clone-dialog.component.scss +++ b/dmp-frontend/src/app/ui/dmp/clone/clone-dialog/clone-dialog.component.scss @@ -1,21 +1,55 @@ .clone-dialog { - .heading { - text-align: left; - font-weight: 700; - font-size: 18px; - letter-spacing: 0px; - color: #212121; - opacity: 0.81; - margin-bottom: 0.625rem; - } + .heading { + text-align: left; + font-weight: 700; + font-size: 18px; + letter-spacing: 0px; + color: #212121; + opacity: 0.81; + margin-bottom: 0.625rem; + } - .heading-1 { - text-align: center; - font-weight: 700; - font-size: 20px; - letter-spacing: 0px; - color: #212121; - opacity: 0.81; - margin-bottom: 0.625rem; - } + .heading-1 { + text-align: left; + font-weight: 700; + font-size: 20px; + letter-spacing: 0px; + color: #212121; + opacity: 0.81; + margin-bottom: 0.625rem; + } + + .close-icon { + cursor: pointer; + margin-right: 20px; + } + + // .close-icon:hover { + // background-color: #ECECED !important; + // border-radius: 50%; + // } + + .cancel-btn { + width: 101px; + height: 43px; + background: #ffffff; + border: 1px solid #b5b5b5; + border-radius: 30px; + opacity: 1; + } + + .confirm-btn { + width: 84px; + height: 43px; + background: #ffffff; + color: #129d99; + border: 1px solid #129d99; + border-radius: 30px; + opacity: 1; + } + + .confirm-btn:hover { + background-color: #129d99; + color: #ffffff; + } } diff --git a/dmp-frontend/src/app/ui/user-profile/user-profile.component.html b/dmp-frontend/src/app/ui/user-profile/user-profile.component.html index 7f14cf89f..ee0cdaf64 100644 --- a/dmp-frontend/src/app/ui/user-profile/user-profile.component.html +++ b/dmp-frontend/src/app/ui/user-profile/user-profile.component.html @@ -186,14 +186,14 @@
{{ 'USER-PROFILE.ZENODO.TITLE' | translate}}
-
+
{{'USER-PROFILE.ZENODO.DESCRIPTION' | translate}} -
-
-
+
+
+
diff --git a/dmp-frontend/src/app/ui/user-profile/user-profile.component.scss b/dmp-frontend/src/app/ui/user-profile/user-profile.component.scss index 161912752..2c12e570f 100644 --- a/dmp-frontend/src/app/ui/user-profile/user-profile.component.scss +++ b/dmp-frontend/src/app/ui/user-profile/user-profile.component.scss @@ -98,7 +98,8 @@ } .remove-btn { - padding-bottom: 1.34375em; + padding-top: .8rem; + // padding-bottom: 1.34375em; } .unlinkBtn {