diff --git a/frontend/src/app/ui/admin/reference-type/editor/reference-type-editor.component.html b/frontend/src/app/ui/admin/reference-type/editor/reference-type-editor.component.html
index 8f7f37b0f..ce36df6f4 100644
--- a/frontend/src/app/ui/admin/reference-type/editor/reference-type-editor.component.html
+++ b/frontend/src/app/ui/admin/reference-type/editor/reference-type-editor.component.html
@@ -7,16 +7,16 @@
-
+
-
-
+
save
{{'REFERENCE-TYPE-EDITOR.ACTIONS.SAVE' | translate}}
@@ -60,7 +60,7 @@
{{'REFERENCE-TYPE-EDITOR.FIELDS.FIELDS' | translate}}
- {{'REFERENCE-TYPE-EDITOR.ACTIONS.ADD-FIELD' | translate}}
+ {{'REFERENCE-TYPE-EDITOR.ACTIONS.ADD-FIELD' | translate}}
@@ -124,7 +124,7 @@
- {{'REFERENCE-TYPE-EDITOR.ACTIONS.SUBMIT-FIELDS' | translate}}
+ {{'REFERENCE-TYPE-EDITOR.ACTIONS.SUBMIT-FIELDS' | translate}}
@@ -132,7 +132,7 @@
{{'REFERENCE-TYPE-EDITOR.FIELDS.SOURCES' | translate}}
- {{'REFERENCE-TYPE-EDITOR.ACTIONS.ADD-SOURCE' | translate}}
+ {{'REFERENCE-TYPE-EDITOR.ACTIONS.ADD-SOURCE' | translate}}
diff --git a/frontend/src/app/ui/admin/reference-type/editor/reference-type-editor.component.scss b/frontend/src/app/ui/admin/reference-type/editor/reference-type-editor.component.scss
index f92aec9a5..77591bcb1 100644
--- a/frontend/src/app/ui/admin/reference-type/editor/reference-type-editor.component.scss
+++ b/frontend/src/app/ui/admin/reference-type/editor/reference-type-editor.component.scss
@@ -19,39 +19,6 @@
background-color: #b0b0b0;
}
-.finalize-btn {
- border-radius: 30px;
- border: 1px solid var(--primary-color);
- background: transparent;
- padding-left: 2em;
- padding-right: 2em;
- box-shadow: 0px 3px 6px #1E202029;
- color: var(--primary-color);
- &:disabled{
- background-color: #CBCBCB;
- color: #FFF;
- border: 0px;
- }
-}
-
-.action-btn {
- border-radius: 30px;
- background-color: var(--secondary-color);
- border: 1px solid transparent;
- padding-left: 2em;
- padding-right: 2em;
- box-shadow: 0px 3px 6px #1E202029;
-
- transition-property: background-color, color;
- transition-duration: 200ms;
- transition-delay: 50ms;
- transition-timing-function: ease-in-out;
- &:disabled{
- background-color: #CBCBCB;
- color: #FFF;
- border: 0px;
- }
-}
.dlt-section-btn {
margin: 0;
diff --git a/frontend/src/app/ui/admin/reference/editor/reference-editor.component.html b/frontend/src/app/ui/admin/reference/editor/reference-editor.component.html
index 682a2cb6b..bb288a0fc 100644
--- a/frontend/src/app/ui/admin/reference/editor/reference-editor.component.html
+++ b/frontend/src/app/ui/admin/reference/editor/reference-editor.component.html
@@ -6,16 +6,16 @@
- {{'REFERENCE-EDITOR.ACTIONS.CANCEL' | translate}}
+ {{'REFERENCE-EDITOR.ACTIONS.CANCEL' | translate}}
-
+
delete
{{'REFERENCE-EDITOR.ACTIONS.DELETE' | translate}}
-
+
save
{{'REFERENCE-EDITOR.ACTIONS.SAVE' | translate}}
@@ -92,7 +92,7 @@
{{'REFERENCE-EDITOR.FIELDS.FIELDS' | translate}}
- {{'REFERENCE-EDITOR.ACTIONS.ADD-FIELD' | translate}}
+ {{'REFERENCE-EDITOR.ACTIONS.ADD-FIELD' | translate}}
diff --git a/frontend/src/app/ui/admin/reference/editor/reference-editor.component.scss b/frontend/src/app/ui/admin/reference/editor/reference-editor.component.scss
index 09b0a2f22..84d122035 100644
--- a/frontend/src/app/ui/admin/reference/editor/reference-editor.component.scss
+++ b/frontend/src/app/ui/admin/reference/editor/reference-editor.component.scss
@@ -17,23 +17,4 @@
::ng-deep .mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
background-color: #b0b0b0;
-}
-
-.action-btn {
- border-radius: 30px;
- background-color: var(--secondary-color);
- border: 1px solid transparent;
- padding-left: 2em;
- padding-right: 2em;
- box-shadow: 0px 3px 6px #1E202029;
-
- transition-property: background-color, color;
- transition-duration: 200ms;
- transition-delay: 50ms;
- transition-timing-function: ease-in-out;
- &:disabled{
- background-color: #CBCBCB;
- color: #FFF;
- border: 0px;
- }
}
\ No newline at end of file
diff --git a/frontend/src/app/ui/admin/tenant/editor/tenant-editor.component.html b/frontend/src/app/ui/admin/tenant/editor/tenant-editor.component.html
index af83c9f2b..0578ceb22 100644
--- a/frontend/src/app/ui/admin/tenant/editor/tenant-editor.component.html
+++ b/frontend/src/app/ui/admin/tenant/editor/tenant-editor.component.html
@@ -6,16 +6,16 @@
- {{'TENANT-EDITOR.ACTIONS.CANCEL' | translate}}
+ {{'TENANT-EDITOR.ACTIONS.CANCEL' | translate}}
-
+
delete
{{'TENANT-EDITOR.ACTIONS.DELETE' | translate}}
-
+
save
{{'TENANT-EDITOR.ACTIONS.SAVE' | translate}}
diff --git a/frontend/src/app/ui/admin/tenant/editor/tenant-editor.component.scss b/frontend/src/app/ui/admin/tenant/editor/tenant-editor.component.scss
index c3f952406..44417366d 100644
--- a/frontend/src/app/ui/admin/tenant/editor/tenant-editor.component.scss
+++ b/frontend/src/app/ui/admin/tenant/editor/tenant-editor.component.scss
@@ -17,23 +17,4 @@
::ng-deep .mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
background-color: #b0b0b0;
-}
-
-.action-btn {
- border-radius: 30px;
- background-color: var(--secondary-color);
- border: 1px solid transparent;
- padding-left: 2em;
- padding-right: 2em;
- box-shadow: 0px 3px 6px #1E202029;
-
- transition-property: background-color, color;
- transition-duration: 200ms;
- transition-delay: 50ms;
- transition-timing-function: ease-in-out;
- &:disabled{
- background-color: #CBCBCB;
- color: #FFF;
- border: 0px;
- }
}
\ No newline at end of file
diff --git a/frontend/src/app/ui/admin/usage-limit/editor/usage-limit-editor.component.html b/frontend/src/app/ui/admin/usage-limit/editor/usage-limit-editor.component.html
index eefc1fbcd..df6f0ca90 100644
--- a/frontend/src/app/ui/admin/usage-limit/editor/usage-limit-editor.component.html
+++ b/frontend/src/app/ui/admin/usage-limit/editor/usage-limit-editor.component.html
@@ -6,16 +6,16 @@
- {{'USAGE-LIMIT-EDITOR.ACTIONS.CANCEL' | translate}}
+ {{'USAGE-LIMIT-EDITOR.ACTIONS.CANCEL' | translate}}
-
+
delete
{{'USAGE-LIMIT-EDITOR.ACTIONS.DELETE' | translate}}
-
+
save
{{'USAGE-LIMIT-EDITOR.ACTIONS.SAVE' | translate}}
diff --git a/frontend/src/app/ui/admin/usage-limit/editor/usage-limit-editor.component.scss b/frontend/src/app/ui/admin/usage-limit/editor/usage-limit-editor.component.scss
index ef2c86b91..729995b95 100644
--- a/frontend/src/app/ui/admin/usage-limit/editor/usage-limit-editor.component.scss
+++ b/frontend/src/app/ui/admin/usage-limit/editor/usage-limit-editor.component.scss
@@ -17,23 +17,4 @@
::ng-deep .mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
background-color: #b0b0b0;
-}
-
-.action-btn {
- border-radius: 30px;
- background-color: var(--secondary-color);
- border: 1px solid transparent;
- padding-left: 2em;
- padding-right: 2em;
- box-shadow: 0px 3px 6px #1E202029;
-
- transition-property: background-color, color;
- transition-duration: 200ms;
- transition-delay: 50ms;
- transition-timing-function: ease-in-out;
- &:disabled{
- background-color: #CBCBCB;
- color: #FFF;
- border: 0px;
- }
}
\ No newline at end of file
diff --git a/frontend/src/app/ui/admin/user/listing/user-invite-to-tenant-dialog/user-invite-to-tenant-dialog.component.html b/frontend/src/app/ui/admin/user/listing/user-invite-to-tenant-dialog/user-invite-to-tenant-dialog.component.html
index c86e35d70..1fc9e2e12 100644
--- a/frontend/src/app/ui/admin/user/listing/user-invite-to-tenant-dialog/user-invite-to-tenant-dialog.component.html
+++ b/frontend/src/app/ui/admin/user/listing/user-invite-to-tenant-dialog/user-invite-to-tenant-dialog.component.html
@@ -50,7 +50,7 @@
- {{'USER-INVITE-TO-TENANT-DIALOG.ACTIONS.INVITE' | translate}}
+ {{'USER-INVITE-TO-TENANT-DIALOG.ACTIONS.INVITE' | translate}}
{{formGroup.get('users').getError('backendError').message}}
{{'GENERAL.VALIDATION.REQUIRED' | translate}}
diff --git a/frontend/src/app/ui/admin/user/listing/user-invite-to-tenant-dialog/user-invite-to-tenant-dialog.component.scss b/frontend/src/app/ui/admin/user/listing/user-invite-to-tenant-dialog/user-invite-to-tenant-dialog.component.scss
index 3dd4f47f9..ba803c2a9 100644
--- a/frontend/src/app/ui/admin/user/listing/user-invite-to-tenant-dialog/user-invite-to-tenant-dialog.component.scss
+++ b/frontend/src/app/ui/admin/user/listing/user-invite-to-tenant-dialog/user-invite-to-tenant-dialog.component.scss
@@ -81,29 +81,6 @@
padding-bottom: 0 !important;
}
- .invite-btn {
- background: #ffffff 0% 0% no-repeat padding-box;
- border: 1px solid var(--primary-color);
- border-radius: 30px;
- opacity: 1;
- min-width: 101px;
- height: 43px;
- color: var(--primary-color);
- font-weight: 500;
- }
-
- .invite-btn-disabled {
- min-width: 6.64em;
- height: 2.93em;
- background: #ffffff;
- border: 1px solid #b5b5b5;
- border-radius: 30px;
- font-weight: bold;
- letter-spacing: -0.35px;
- color: #b5b5b5;
- margin-bottom: 0.25em;
- cursor: default;
- }
.invite-btn:hover {
background: var(--primary-color);