Skip to content

Commit

Permalink
Merge branch 'AOT-Technologies:develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
kiran-aot authored Feb 7, 2024
2 parents 154503e + 384ba8c commit c9649d7
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 32 deletions.
18 changes: 0 additions & 18 deletions forms-flow-web/src/assets/styles/themes.scss

This file was deleted.

1 change: 0 additions & 1 deletion forms-flow-web/src/components/Application/Application.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import "./../../assets/styles/themes.scss";
.div-no-application {
margin-top: 10%;
margin-bottom: 10%;
Expand Down
2 changes: 0 additions & 2 deletions forms-flow-web/src/components/Error/loadError.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
@import "./../../assets/styles/themes.scss";

.error-message-block {
align-items: center;
display: flex;
Expand Down
1 change: 0 additions & 1 deletion forms-flow-web/src/components/Footer/Footer.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import React from "react";
import "./footer.scss";
import { version } from "../../../package.json";
import { Translation } from "react-i18next";

Expand Down
4 changes: 0 additions & 4 deletions forms-flow-web/src/components/Footer/footer.scss

This file was deleted.

10 changes: 8 additions & 2 deletions forms-flow-web/src/components/Form/Item/Preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ const Preview = ({handleNext, hideComponents, activeStep}) => {
setNewpublishClicked(false);
});
};



const gotoEdit = () =>{
Expand Down Expand Up @@ -225,7 +224,14 @@ const Preview = ({handleNext, hideComponents, activeStep}) => {
<Form
form={form}
hideComponents={hideComponents}
options={{ disabled: { submit: true }, language: lang, i18n: formio_resourceBundles }}
options={{ disabled: { submit: true },
buttonSettings: {
showSubmit: false
},
disableAlerts: true,
noAlerts: true,
language: lang, i18n: formio_resourceBundles }}

/>
</LoadingOverlay>
</div>
Expand Down
2 changes: 0 additions & 2 deletions forms-flow-web/src/components/Loading/loading.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
@import "./../../assets/styles/themes.scss";

.footer {
position: absolute;
bottom: 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
width: 90%;
right: 0;
margin-left: 10%;
color:#2780e3;
color:var(--color-primary-lt);
}
.select-user__value-container{
height: 35px;
Expand All @@ -15,7 +15,7 @@
.btn-pos {
padding: 0.30rem 0.5rem !important;
border-radius: 0 !important;
border: 1px solid rgb(184, 184, 184) !important;
border: 1px solid var(--color-gray-400) !important;
}
.group-align{
display:-webkit-box;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@
align-items: center;
justify-content: center;
}

.react-datepicker__week {
white-space: nowrap;
display: flex;
}

.filter-cancel-btn-container {
margin-left: -10px;
margin-right: -10px;
Expand Down

0 comments on commit c9649d7

Please sign in to comment.