@licklist/design 0.44.551-dev.8 → 0.44.551
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/calendar/components/CalendarDates/CalendarDates.d.ts.map +1 -1
- package/dist/calendar/components/CalendarDates/CalendarDates.js +1 -1
- package/dist/date-time-button/DateContent.d.ts +2 -2
- package/dist/date-time-button/DateContent.d.ts.map +1 -1
- package/dist/date-time-button/DateContent.js +1 -1
- package/dist/date-time-button/DateTimeButton.d.ts +6 -10
- package/dist/date-time-button/DateTimeButton.d.ts.map +1 -1
- package/dist/date-time-button/DateTimeButton.js +1 -1
- package/dist/events/event-venue-map/components/MapPoint/MapPoint.d.ts +1 -1
- package/dist/events/event-venue-map/components/MapPoint/MapPoint.d.ts.map +1 -1
- package/dist/iframe/event/event-booking-products/EventBookingProducts.d.ts +2 -4
- package/dist/iframe/event/event-booking-products/EventBookingProducts.d.ts.map +1 -1
- package/dist/iframe/event/event-booking-products/components/AccordionItem/AccordionItem.d.ts +2 -4
- package/dist/iframe/event/event-booking-products/components/AccordionItem/AccordionItem.d.ts.map +1 -1
- package/dist/iframe/event/event-order-summary/EventOrderSummary.d.ts +1 -1
- package/dist/iframe/event/event-order-summary/EventOrderSummary.d.ts.map +1 -1
- package/dist/iframe/order-process/components/BookingSummary/BookingSummary.d.ts.map +1 -1
- package/dist/iframe/order-process/components/BookingSummary/BookingSummary.js +1 -1
- package/dist/iframe/order-process/components/BookingSummary/components/ProductsByMenuStep/ProductsByMenuStep.d.ts +3 -4
- package/dist/iframe/order-process/components/BookingSummary/components/ProductsByMenuStep/ProductsByMenuStep.d.ts.map +1 -1
- package/dist/iframe/order-process/components/BookingSummary/components/ProductsByMenuStep/ProductsByMenuStep.js +1 -1
- package/dist/iframe/order-process/components/BookingSummary/types/index.d.ts +4 -3
- package/dist/iframe/order-process/components/BookingSummary/types/index.d.ts.map +1 -1
- package/dist/iframe/order-process/components/BookingSummary/utils/index.d.ts +2 -4
- package/dist/iframe/order-process/components/BookingSummary/utils/index.d.ts.map +1 -1
- package/dist/iframe/order-process/components/BookingSummary/utils/index.js +1 -1
- package/dist/iframe/order-process/components/CalendarStepsForm/components/Category.d.ts +1 -1
- package/dist/iframe/order-process/components/CalendarStepsForm/components/Category.d.ts.map +1 -1
- package/dist/iframe/order-process/components/CalendarStepsForm/components/CategoryProductModal.d.ts +1 -1
- package/dist/iframe/order-process/components/CalendarStepsForm/components/CategoryProductModal.d.ts.map +1 -1
- package/dist/iframe/order-process/components/CategoryProduct/CategoryProduct.d.ts +1 -1
- package/dist/iframe/order-process/components/CategoryProduct/CategoryProduct.d.ts.map +1 -1
- package/dist/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.d.ts +1 -1
- package/dist/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.d.ts.map +1 -1
- package/dist/iframe/order-process/components/utils/useCategoryVerification.d.ts +2 -2
- package/dist/iframe/order-process/components/utils/useCategoryVerification.d.ts.map +1 -1
- package/dist/iframe/payment/payment-page/PaymentPage.d.ts.map +1 -1
- package/dist/iframe/payment/payment-page/PaymentPage.js +1 -1
- package/dist/iframe/payment/payment-status-page/PaymentStatusPage.d.ts +2 -2
- package/dist/iframe/payment/payment-status-page/PaymentStatusPage.d.ts.map +1 -1
- package/dist/iframe/payment/payment-status-page/PaymentStatusPage.js +1 -1
- package/dist/iframe/payment/payment-status-page/component/PaymentStatusBody.d.ts +2 -2
- package/dist/iframe/payment/payment-status-page/component/PaymentStatusBody.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/product-set/control/DateAndRecurrenceInput.d.ts.map +1 -1
- package/dist/report/index.d.ts +0 -3
- package/dist/report/index.d.ts.map +1 -1
- package/dist/sales/manual-booking/number-input-horizontal/NumberInputHorizontal.d.ts +1 -4
- package/dist/sales/manual-booking/number-input-horizontal/NumberInputHorizontal.d.ts.map +1 -1
- package/dist/sales/manual-booking/number-input-horizontal/NumberInputHorizontal.js +1 -1
- package/dist/static/switch/BooleanSwitch.d.ts +1 -3
- package/dist/static/switch/BooleanSwitch.d.ts.map +1 -1
- package/dist/static/switch/BooleanSwitch.js +1 -1
- package/dist/styles/date-time-button/DateTimeButton.scss +4 -0
- package/dist/styles/iframe-order-process/IframeOrderProcess.scss +4 -6
- package/dist/styles/iframe-page/PageBody.scss +3 -3
- package/dist/styles/report/_index.scss +1 -3
- package/dist/styles/sales/BookingFilter.scss +1 -3
- package/dist/styles/sales/BookingResults.scss +1 -1
- package/dist/styles/sales/ManualBooking.scss +4 -1
- package/dist/styles/static/Switch.scss +0 -1
- package/dist/table/TableHelperComponent.d.ts +1 -2
- package/dist/table/TableHelperComponent.d.ts.map +1 -1
- package/dist/table/TableHelperComponent.js +1 -1
- package/dist/types/iframe.d.ts +50 -2
- package/dist/types/iframe.d.ts.map +1 -1
- package/package.json +3 -3
- package/src/calendar/components/CalendarDates/CalendarDates.tsx +4 -3
- package/src/date-time-button/DateContent.tsx +9 -27
- package/src/date-time-button/DateTimeButton.stories.tsx +14 -13
- package/src/date-time-button/DateTimeButton.tsx +26 -35
- package/src/events/event-venue-map/components/MapPoint/MapPoint.tsx +1 -1
- package/src/iframe/event/event-booking-products/EventBookingProducts.tsx +3 -4
- package/src/iframe/event/event-booking-products/components/AccordionItem/AccordionItem.tsx +4 -8
- package/src/iframe/event/event-order-summary/EventOrderSummary.tsx +2 -0
- package/src/iframe/order-process/components/BookingSummary/BookingSummary.stories.tsx +31 -46
- package/src/iframe/order-process/components/BookingSummary/BookingSummary.tsx +19 -12
- package/src/iframe/order-process/components/BookingSummary/components/ProductsByMenuStep/ProductsByMenuStep.tsx +66 -48
- package/src/iframe/order-process/components/BookingSummary/types/index.ts +4 -3
- package/src/iframe/order-process/components/BookingSummary/utils/index.ts +2 -11
- package/src/iframe/order-process/components/CalendarStepsForm/components/Category.tsx +1 -1
- package/src/iframe/order-process/components/CalendarStepsForm/components/CategoryProductModal.tsx +1 -4
- package/src/iframe/order-process/components/CategoryProduct/CategoryProduct.tsx +1 -4
- package/src/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.tsx +1 -4
- package/src/iframe/order-process/components/utils/useCategoryVerification.ts +2 -3
- package/src/iframe/payment/payment-page/PaymentPage.tsx +6 -5
- package/src/iframe/payment/payment-status-page/PaymentStatusPage.tsx +26 -13
- package/src/iframe/payment/payment-status-page/component/PaymentStatusBody.tsx +2 -2
- package/src/product-set/control/DateAndRecurrenceInput.tsx +1 -2
- package/src/report/index.ts +0 -3
- package/src/sales/manual-booking/number-input-horizontal/NumberInputHorizontal.tsx +5 -19
- package/src/static/switch/BooleanSwitch.tsx +2 -6
- package/src/styles/date-time-button/DateTimeButton.scss +4 -0
- package/src/styles/iframe-order-process/IframeOrderProcess.scss +4 -6
- package/src/styles/iframe-page/PageBody.scss +3 -3
- package/src/styles/report/_index.scss +1 -3
- package/src/styles/sales/BookingFilter.scss +1 -3
- package/src/styles/sales/BookingResults.scss +1 -1
- package/src/styles/sales/ManualBooking.scss +4 -1
- package/src/styles/static/Switch.scss +0 -1
- package/src/table/TableHelperComponent.tsx +3 -18
- package/src/types/iframe.ts +58 -2
- package/dist/assets/dashboard/info.svg +0 -8
- package/dist/assets/dashboard/info.svg.js +0 -1
- package/dist/iframe/order-process/components/BookingSummary/components/ProductSummary/ProductSummary.d.ts +0 -10
- package/dist/iframe/order-process/components/BookingSummary/components/ProductSummary/ProductSummary.d.ts.map +0 -1
- package/dist/iframe/order-process/components/BookingSummary/components/ProductSummary/ProductSummary.js +0 -1
- package/dist/iframe/order-process/components/BookingSummary/components/ProductSummary/index.d.ts +0 -2
- package/dist/iframe/order-process/components/BookingSummary/components/ProductSummary/index.d.ts.map +0 -1
- package/dist/report/DataFieldsSelector/DataFieldsSelector.d.ts +0 -13
- package/dist/report/DataFieldsSelector/DataFieldsSelector.d.ts.map +0 -1
- package/dist/report/DataFieldsSelector/DataFieldsSelector.js +0 -1
- package/dist/report/DataFieldsSelector/index.d.ts +0 -2
- package/dist/report/DataFieldsSelector/index.d.ts.map +0 -1
- package/dist/report/ReportRunnerModal/ReportRunnerModal.d.ts +0 -22
- package/dist/report/ReportRunnerModal/ReportRunnerModal.d.ts.map +0 -1
- package/dist/report/ReportRunnerModal/ReportRunnerModal.js +0 -1
- package/dist/report/ReportRunnerModal/index.d.ts +0 -2
- package/dist/report/ReportRunnerModal/index.d.ts.map +0 -1
- package/dist/report/ReportTypeSelect/ReportTypeSelect.d.ts +0 -3
- package/dist/report/ReportTypeSelect/ReportTypeSelect.d.ts.map +0 -1
- package/dist/report/ReportTypeSelect/ReportTypeSelect.js +0 -1
- package/dist/report/ReportTypeSelect/index.d.ts +0 -2
- package/dist/report/ReportTypeSelect/index.d.ts.map +0 -1
- package/dist/styles/report/ReportEditorModal.scss +0 -98
- package/dist/styles/report/ReportRunnerModal.scss +0 -95
- package/src/assets/dashboard/info.svg +0 -8
- package/src/iframe/order-process/components/BookingSummary/components/ProductSummary/ProductSummary.tsx +0 -43
- package/src/iframe/order-process/components/BookingSummary/components/ProductSummary/index.ts +0 -1
- package/src/report/DataFieldsSelector/DataFieldsSelector.tsx +0 -112
- package/src/report/DataFieldsSelector/index.ts +0 -1
- package/src/report/ReportRunnerModal/ReportRunnerModal.tsx +0 -187
- package/src/report/ReportRunnerModal/index.ts +0 -1
- package/src/report/ReportTypeSelect/ReportTypeSelect.tsx +0 -68
- package/src/report/ReportTypeSelect/index.ts +0 -1
- package/src/sales/manual-booking/number-input-horizontal/NumberInputHorizontal.stories.tsx +0 -48
- package/src/styles/report/ReportEditorModal.scss +0 -98
- package/src/styles/report/ReportRunnerModal.scss +0 -95
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
import { reportTypes } from "@licklist/core/dist/DataMapper/Report";
|
|
2
|
-
import { capitalize } from "lodash";
|
|
3
|
-
import React from "react";
|
|
4
|
-
import { Row, Col, Form, OverlayTrigger, Popover } from "react-bootstrap";
|
|
5
|
-
import { useFormContext } from "react-hook-form";
|
|
6
|
-
import { useTranslation } from "react-i18next";
|
|
7
|
-
import { ReactComponent as InfoIcon } from "../../assets/dashboard/info.svg";
|
|
8
|
-
|
|
9
|
-
export const ReportTypeSelect = () => {
|
|
10
|
-
const { t } = useTranslation(["App", "Design"]);
|
|
11
|
-
|
|
12
|
-
const {
|
|
13
|
-
register,
|
|
14
|
-
formState: { errors },
|
|
15
|
-
setValue,
|
|
16
|
-
} = useFormContext();
|
|
17
|
-
|
|
18
|
-
return (
|
|
19
|
-
<Row>
|
|
20
|
-
<Col lg={6} className="mt-4">
|
|
21
|
-
<Form.Group controlId="typeSelect">
|
|
22
|
-
<Form.Label>{t("reportType")}</Form.Label>
|
|
23
|
-
|
|
24
|
-
<Form.Control
|
|
25
|
-
as="select"
|
|
26
|
-
data-testid="report-type-select"
|
|
27
|
-
isInvalid={!!errors.type}
|
|
28
|
-
{...register("type", {
|
|
29
|
-
required: {
|
|
30
|
-
value: true,
|
|
31
|
-
message: `${t("Validation:fieldRequired", {
|
|
32
|
-
attribute: t("reportType"),
|
|
33
|
-
})}`,
|
|
34
|
-
},
|
|
35
|
-
})}
|
|
36
|
-
onChange={(event) => {
|
|
37
|
-
register("type").onChange(event);
|
|
38
|
-
setValue("reportFieldValues", []);
|
|
39
|
-
}}
|
|
40
|
-
>
|
|
41
|
-
{reportTypes.map((reportType) => (
|
|
42
|
-
<option key={reportType} value={reportType}>
|
|
43
|
-
{capitalize(reportType)}
|
|
44
|
-
</option>
|
|
45
|
-
))}
|
|
46
|
-
</Form.Control>
|
|
47
|
-
|
|
48
|
-
<Form.Control.Feedback type="invalid">
|
|
49
|
-
{errors.type?.message}
|
|
50
|
-
</Form.Control.Feedback>
|
|
51
|
-
|
|
52
|
-
<OverlayTrigger
|
|
53
|
-
trigger="hover"
|
|
54
|
-
overlay={
|
|
55
|
-
<Popover id="report-type-popover">
|
|
56
|
-
<Popover.Content className="reports-popover">
|
|
57
|
-
{t("reportTypeSelectInfo")}
|
|
58
|
-
</Popover.Content>
|
|
59
|
-
</Popover>
|
|
60
|
-
}
|
|
61
|
-
>
|
|
62
|
-
<InfoIcon className="info-icon" />
|
|
63
|
-
</OverlayTrigger>
|
|
64
|
-
</Form.Group>
|
|
65
|
-
</Col>
|
|
66
|
-
</Row>
|
|
67
|
-
);
|
|
68
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./ReportTypeSelect";
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
import React, { useRef, useState } from "react";
|
|
2
|
-
import { Meta, Story } from "@storybook/react";
|
|
3
|
-
import { NumberInputHorizontal } from "./NumberInputHorizontal";
|
|
4
|
-
|
|
5
|
-
export default {
|
|
6
|
-
title: "Manual Booking/NumberInputHorizontal",
|
|
7
|
-
} as Meta;
|
|
8
|
-
|
|
9
|
-
export const Default: Story<any> = (args) => {
|
|
10
|
-
const ref = useRef(null);
|
|
11
|
-
const [value, setValue] = useState(0);
|
|
12
|
-
const [isDisabled, setDisabled] = useState(true);
|
|
13
|
-
|
|
14
|
-
const onPriceClick = (e) => {
|
|
15
|
-
if (!isDisabled) {
|
|
16
|
-
return;
|
|
17
|
-
}
|
|
18
|
-
console.log("click");
|
|
19
|
-
setDisabled(false);
|
|
20
|
-
};
|
|
21
|
-
|
|
22
|
-
return (
|
|
23
|
-
<div
|
|
24
|
-
role="button"
|
|
25
|
-
tabIndex={0}
|
|
26
|
-
onClick={onPriceClick}
|
|
27
|
-
onKeyDown={onPriceClick}
|
|
28
|
-
style={{ height: "250px", width: "370px" }}
|
|
29
|
-
>
|
|
30
|
-
<NumberInputHorizontal
|
|
31
|
-
ref={ref}
|
|
32
|
-
hasCurrency
|
|
33
|
-
onSelect={onPriceClick}
|
|
34
|
-
onChange={(val) => {
|
|
35
|
-
setValue(val);
|
|
36
|
-
}}
|
|
37
|
-
onMinusClick={() => {
|
|
38
|
-
setValue(value - 1 || 0);
|
|
39
|
-
}}
|
|
40
|
-
onPlusClick={() => {
|
|
41
|
-
setValue((value ?? 0) + 1);
|
|
42
|
-
}}
|
|
43
|
-
value={value}
|
|
44
|
-
disabled={isDisabled}
|
|
45
|
-
/>
|
|
46
|
-
</div>
|
|
47
|
-
);
|
|
48
|
-
};
|
|
@@ -1,98 +0,0 @@
|
|
|
1
|
-
.report-builder {
|
|
2
|
-
.modal-dialog {
|
|
3
|
-
@include media-breakpoint-up(sm) {
|
|
4
|
-
max-width: 45rem;
|
|
5
|
-
}
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
.modal-content {
|
|
9
|
-
max-width: 45rem;
|
|
10
|
-
margin: 0 auto;
|
|
11
|
-
padding: 1.25rem 1.5rem;
|
|
12
|
-
|
|
13
|
-
header {
|
|
14
|
-
display: flex;
|
|
15
|
-
justify-content: space-between;
|
|
16
|
-
align-items: center;
|
|
17
|
-
margin-bottom: 1rem;
|
|
18
|
-
border-bottom: 2px solid #dcdcdc;
|
|
19
|
-
|
|
20
|
-
h5 {
|
|
21
|
-
margin-bottom: 0;
|
|
22
|
-
font-size: 1.125rem;
|
|
23
|
-
font-weight: 500;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
button {
|
|
27
|
-
padding-top: 0.5rem;
|
|
28
|
-
padding-bottom: 0.5rem;
|
|
29
|
-
font-size: 0.875rem;
|
|
30
|
-
font-weight: 600;
|
|
31
|
-
color: #0e8ce2;
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
.data-fields {
|
|
36
|
-
display: flex;
|
|
37
|
-
flex-wrap: wrap;
|
|
38
|
-
|
|
39
|
-
span {
|
|
40
|
-
position: relative;
|
|
41
|
-
font-size: 0.875rem;
|
|
42
|
-
font-weight: 500;
|
|
43
|
-
|
|
44
|
-
&:after {
|
|
45
|
-
content: "|";
|
|
46
|
-
margin: 0 0.25rem;
|
|
47
|
-
color: #dcdcdc;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
&:last-child:after {
|
|
51
|
-
display: none;
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
.edit-button {
|
|
57
|
-
padding: 0;
|
|
58
|
-
font-size: 0.875rem;
|
|
59
|
-
font-weight: 600;
|
|
60
|
-
color: #0e8ce2;
|
|
61
|
-
text-decoration: underline;
|
|
62
|
-
|
|
63
|
-
&:focus {
|
|
64
|
-
box-shadow: none;
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
input {
|
|
69
|
-
border-radius: 0.5rem;
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
form {
|
|
73
|
-
margin-top: 1.25rem;
|
|
74
|
-
|
|
75
|
-
.controls {
|
|
76
|
-
display: flex;
|
|
77
|
-
gap: 2rem;
|
|
78
|
-
align-items: flex-start;
|
|
79
|
-
flex-wrap: wrap;
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
.form-group {
|
|
83
|
-
flex: 1;
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
button[type="submit"] {
|
|
87
|
-
white-space: nowrap;
|
|
88
|
-
}
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
.loader {
|
|
92
|
-
height: 10rem;
|
|
93
|
-
}
|
|
94
|
-
}
|
|
95
|
-
button[type="submit"] {
|
|
96
|
-
margin-top: 1.5rem;
|
|
97
|
-
}
|
|
98
|
-
}
|
|
@@ -1,95 +0,0 @@
|
|
|
1
|
-
.report-runner-modal {
|
|
2
|
-
.modal-dialog {
|
|
3
|
-
@include media-breakpoint-up(sm) {
|
|
4
|
-
max-width: 45rem;
|
|
5
|
-
}
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
.modal-content {
|
|
9
|
-
max-width: 45rem;
|
|
10
|
-
margin: 0 auto;
|
|
11
|
-
padding: 1.25rem 1.5rem;
|
|
12
|
-
|
|
13
|
-
header {
|
|
14
|
-
display: flex;
|
|
15
|
-
justify-content: space-between;
|
|
16
|
-
align-items: center;
|
|
17
|
-
margin-bottom: 1rem;
|
|
18
|
-
border-bottom: 2px solid #dcdcdc;
|
|
19
|
-
|
|
20
|
-
h5 {
|
|
21
|
-
margin-bottom: 0;
|
|
22
|
-
font-size: 1.125rem;
|
|
23
|
-
font-weight: 500;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
button {
|
|
27
|
-
padding-top: 0.5rem;
|
|
28
|
-
padding-bottom: 0.5rem;
|
|
29
|
-
font-size: 0.875rem;
|
|
30
|
-
font-weight: 600;
|
|
31
|
-
color: #0e8ce2;
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
.data-fields {
|
|
36
|
-
display: flex;
|
|
37
|
-
flex-wrap: wrap;
|
|
38
|
-
|
|
39
|
-
span {
|
|
40
|
-
position: relative;
|
|
41
|
-
font-size: 0.875rem;
|
|
42
|
-
font-weight: 500;
|
|
43
|
-
|
|
44
|
-
&:after {
|
|
45
|
-
content: "|";
|
|
46
|
-
margin: 0 0.25rem;
|
|
47
|
-
color: #dcdcdc;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
&:last-child:after {
|
|
51
|
-
display: none;
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
.edit-button {
|
|
57
|
-
padding: 0;
|
|
58
|
-
font-size: 0.875rem;
|
|
59
|
-
font-weight: 600;
|
|
60
|
-
color: #0e8ce2;
|
|
61
|
-
text-decoration: underline;
|
|
62
|
-
|
|
63
|
-
&:focus {
|
|
64
|
-
box-shadow: none;
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
input {
|
|
69
|
-
border-radius: 0.5rem;
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
form {
|
|
73
|
-
margin-top: 1.25rem;
|
|
74
|
-
|
|
75
|
-
.controls {
|
|
76
|
-
display: flex;
|
|
77
|
-
gap: 2rem;
|
|
78
|
-
align-items: flex-start;
|
|
79
|
-
flex-wrap: wrap;
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
.form-group {
|
|
83
|
-
flex: 1;
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
button[type="submit"] {
|
|
87
|
-
white-space: nowrap;
|
|
88
|
-
}
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
.loader {
|
|
92
|
-
height: 10rem;
|
|
93
|
-
}
|
|
94
|
-
}
|
|
95
|
-
}
|