@npm_leadtech/legal-lib-components 5.11.13 → 5.11.14
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/css/styles.css +25 -2
- package/dist/images/png/preview-doc.png +0 -0
- package/dist/src/components/atoms/Button/Button.js +2 -1
- package/dist/src/components/atoms/Button/Button.scss +31 -1
- package/dist/src/components/atoms/Button/Button.tsx +2 -2
- package/dist/src/components/atoms/Button/ButtonProps.types.d.ts +1 -1
- package/dist/src/components/atoms/Button/ButtonProps.types.ts +1 -0
- package/dist/src/components/atoms/CardPane/CardPane.tsx +0 -1
- package/dist/src/components/atoms/CardPane/CardPaneInfo.tsx +0 -2
- package/dist/src/components/atoms/DatePickerCustom/DatePickerCustom.js +0 -4
- package/dist/src/components/atoms/DatePickerCustom/DatePickerCustom.tsx +0 -4
- package/dist/src/components/atoms/DatePickerCustom/index.js.map +2 -2
- package/dist/src/components/atoms/DialogMenuIcon/DialogMenuIcon.js +0 -3
- package/dist/src/components/atoms/DialogMenuIcon/DialogMenuIcon.tsx +0 -4
- package/dist/src/components/atoms/Disclaimer/Disclaimer.js +0 -1
- package/dist/src/components/atoms/Disclaimer/Disclaimer.tsx +0 -1
- package/dist/src/components/atoms/DisclaimerRatafia/DisclaimerRatafia.js +0 -1
- package/dist/src/components/atoms/DisclaimerRatafia/DisclaimerRatafia.tsx +0 -1
- package/dist/src/components/atoms/Divider/Divider.tsx +0 -2
- package/dist/src/components/atoms/GoogleButton/GoogleButton.tsx +0 -1
- package/dist/src/components/atoms/IconImage/IconImage.tsx +0 -1
- package/dist/src/components/atoms/IconSvgURLWithThemeColor/IconSvgURLWithThemeColor.tsx +0 -1
- package/dist/src/components/atoms/IconTextInfoSection/IconTextInfoSection.js +0 -1
- package/dist/src/components/atoms/IconTextInfoSection/IconTextInfoSection.tsx +0 -1
- package/dist/src/components/atoms/InfoBox/InfoBox.tsx +0 -2
- package/dist/src/components/atoms/Logo/Logo.tsx +1 -2
- package/dist/src/components/atoms/MenuItems/MenuItems.js +0 -3
- package/dist/src/components/atoms/MenuItems/MenuItems.tsx +0 -3
- package/dist/src/components/atoms/MessageInformation/MessageInformation.tsx +0 -1
- package/dist/src/components/atoms/PaypalButton/PaypalButton.tsx +0 -1
- package/dist/src/components/atoms/ProgressBar/ProgressBar.tsx +0 -1
- package/dist/src/components/atoms/Radio/Radio.tsx +0 -3
- package/dist/src/components/atoms/RemoveButton/RemoveButton.tsx +0 -1
- package/dist/src/components/atoms/RichTextStrapi/useFormattedText.js +0 -1
- package/dist/src/components/atoms/RichTextStrapi/useFormattedText.tsx +0 -1
- package/dist/src/components/atoms/SearchSelect/SearchSelect.tsx +0 -4
- package/dist/src/components/atoms/SidemenuTab/SidemenuTab.tsx +0 -2
- package/dist/src/components/atoms/TestAB/TestAB.js +0 -3
- package/dist/src/components/atoms/TestAB/TestAB.tsx +0 -3
- package/dist/src/components/atoms/TextArea/TextArea.tsx +0 -1
- package/dist/src/components/molecules/AccordionItem/AccordionItem.js +0 -1
- package/dist/src/components/molecules/AccordionItem/AccordionItem.tsx +0 -1
- package/dist/src/components/molecules/BottomFixedBar/BottomFixedBar.tsx +0 -1
- package/dist/src/components/molecules/CountDownMessage/CountDownMessage.js +0 -1
- package/dist/src/components/molecules/CountDownMessage/CountDownMessage.tsx +0 -1
- package/dist/src/components/molecules/Feedback/Feedback.tsx +0 -1
- package/dist/src/components/molecules/FreeDocModalContent/FreeDocModalContent.tsx +0 -1
- package/dist/src/components/molecules/MenuItemsSection/MenuItemsSection.tsx +0 -1
- package/dist/src/components/molecules/NavBarDropDown/NavBarDropDown.js +0 -2
- package/dist/src/components/molecules/NavBarDropDown/NavBarDropDown.tsx +1 -2
- package/dist/src/components/molecules/Pagination/PageStepControl.js +0 -1
- package/dist/src/components/molecules/Pagination/PageStepControl.tsx +0 -1
- package/dist/src/components/molecules/Pagination/PageSteps.tsx +0 -1
- package/dist/src/components/molecules/Pagination/Pagination.js +0 -1
- package/dist/src/components/molecules/Pagination/Pagination.tsx +0 -1
- package/dist/src/components/molecules/PhoneContactBoxDesktop/PhoneContactBoxDesktop.tsx +0 -2
- package/dist/src/components/molecules/PhoneContactBoxMobile/PhoneContactBoxMobile.tsx +0 -1
- package/dist/src/components/molecules/PricingCard/PricingCard.js +0 -1
- package/dist/src/components/molecules/PricingCard/PricingCard.tsx +0 -1
- package/dist/src/components/molecules/Snackbar/Snackbar.js +0 -1
- package/dist/src/components/molecules/Snackbar/Snackbar.tsx +0 -1
- package/dist/src/components/molecules/SubtypeDocumentCard/SubtypeDocumentCard.d.ts +4 -0
- package/dist/src/components/molecules/SubtypeDocumentCard/SubtypeDocumentCard.js +7 -0
- package/dist/src/components/molecules/SubtypeDocumentCard/SubtypeDocumentCard.styled.d.ts +1 -0
- package/dist/src/components/molecules/SubtypeDocumentCard/SubtypeDocumentCard.styled.js +161 -0
- package/dist/src/components/molecules/SubtypeDocumentCard/SubtypeDocumentCard.styled.ts +162 -0
- package/dist/src/components/molecules/SubtypeDocumentCard/SubtypeDocumentCard.tsx +37 -0
- package/dist/src/components/molecules/SubtypeDocumentCard/SubtypeDocumentCardProps.types.d.ts +10 -0
- package/dist/src/components/molecules/SubtypeDocumentCard/SubtypeDocumentCardProps.types.js +1 -0
- package/dist/src/components/molecules/SubtypeDocumentCard/SubtypeDocumentCardProps.types.ts +11 -0
- package/dist/src/components/molecules/SubtypeDocumentCard/index.d.ts +2 -0
- package/dist/src/components/molecules/SubtypeDocumentCard/index.js +1 -0
- package/dist/src/components/molecules/SubtypeDocumentCard/index.ts +2 -0
- package/dist/src/components/molecules/TextInput/Input.js +0 -1
- package/dist/src/components/molecules/TextInput/Input.tsx +1 -1
- package/dist/src/components/molecules/TextInput/TextInput.js +0 -2
- package/dist/src/components/molecules/TextInput/TextInput.tsx +0 -2
- package/dist/src/components/molecules/TextInput/TextInputMessage.tsx +0 -1
- package/dist/src/components/molecules/TextInput/TextInputTooltip.tsx +0 -1
- package/dist/src/components/molecules/TypeModulesList/TypeModulesList.tsx +0 -1
- package/dist/src/components/molecules/index.d.ts +1 -0
- package/dist/src/components/molecules/index.js +1 -0
- package/dist/src/components/molecules/index.ts +1 -0
- package/dist/src/components/organisms/Accordion/Accordion.context.js +0 -1
- package/dist/src/components/organisms/Accordion/Accordion.context.tsx +0 -1
- package/dist/src/components/organisms/Accordion/Accordion.js +0 -1
- package/dist/src/components/organisms/Accordion/Accordion.tsx +0 -1
- package/dist/src/components/organisms/ArticlesList/ArticlesList.tsx +0 -1
- package/dist/src/components/organisms/GuidelinesContent/GuidelinesContent.tsx +0 -1
- package/dist/src/components/organisms/MobileBottomBar/MobileBottomBar.tsx +0 -1
- package/dist/src/components/pages/AboutUsPage/AboutUsPage.tsx +0 -1
- package/dist/src/components/sections/AboutUsSection/AboutUsSection.tsx +0 -1
- package/dist/src/components/sections/AsideMenuSection/AsideMenuSection.tsx +1 -0
- package/dist/src/components/sections/BlogSection/BlogSection.tsx +0 -1
- package/dist/src/components/sections/HowGetYourFormsSection/HowGetYourFormsSection.tsx +0 -1
- package/dist/src/components/sections/PeopleSayAboutUsSection/PeopleSayAboutUsSection.tsx +1 -1
- package/dist/src/components/sections/WhyLawDistrictSection/WhyLawDistrictSection.js +6 -1
- package/dist/src/components/sections/WhyLawDistrictSection/WhyLawDistrictSection.tsx +8 -2
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +5 -1
|
@@ -1,7 +1,4 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
/* eslint-disable @typescript-eslint/no-unsafe-member-access */
|
|
3
|
-
/* eslint-disable @typescript-eslint/no-unsafe-argument */
|
|
4
|
-
/* eslint-disable @typescript-eslint/no-unsafe-assignment */
|
|
5
2
|
/* eslint-disable jsx-a11y/no-noninteractive-element-interactions */
|
|
6
3
|
/* eslint-disable jsx-a11y/click-events-have-key-events */
|
|
7
4
|
import { useCallback, useEffect, useRef, useState } from 'react';
|
|
@@ -1,7 +1,3 @@
|
|
|
1
|
-
/* eslint-disable @typescript-eslint/no-unsafe-member-access */
|
|
2
|
-
/* eslint-disable @typescript-eslint/no-unsafe-argument */
|
|
3
|
-
/* eslint-disable @typescript-eslint/no-unsafe-assignment */
|
|
4
|
-
|
|
5
1
|
/* eslint-disable jsx-a11y/no-noninteractive-element-interactions */
|
|
6
2
|
/* eslint-disable jsx-a11y/click-events-have-key-events */
|
|
7
3
|
import React, { type FC, useCallback, useEffect, useRef, useState } from 'react'
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
/* eslint-disable @typescript-eslint/restrict-template-expressions */
|
|
3
2
|
import React from 'react';
|
|
4
3
|
import { DisclaimerStyled } from './Disclaimer.styled';
|
|
5
4
|
const Disclaimer = ({ givenClass, text, disclaimerLinks = false, complexCopyRight, complexCopyRightMobile, simpleCopyRight }) => {
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
|
|
2
|
-
/* eslint-disable @typescript-eslint/no-unnecessary-condition */
|
|
3
2
|
import React from 'react';
|
|
4
3
|
import { Button } from '../Button';
|
|
5
4
|
import { ChevronRight } from '../../../../images/componentsSvg/ChevronRight';
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
/* eslint-disable @typescript-eslint/restrict-template-expressions */
|
|
3
2
|
import React from 'react';
|
|
4
3
|
import { IconTextInfoSectionStyled } from './IconTextInfoSection.styled';
|
|
5
4
|
export const IconTextInfoSection = ({ items, classnames = '' }) => {
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
2
|
-
|
|
3
|
-
/* eslint-disable @typescript-eslint/no-unsafe-assignment */
|
|
2
|
+
|
|
4
3
|
import React, { type FC } from 'react'
|
|
5
4
|
|
|
6
5
|
import { type LogoProps } from './LogoProps.types'
|
|
@@ -1,7 +1,4 @@
|
|
|
1
1
|
import { jsxs as _jsxs, Fragment as _Fragment, jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
-
/* eslint-disable @typescript-eslint/no-unnecessary-condition */
|
|
3
|
-
/* eslint-disable @typescript-eslint/no-unsafe-assignment */
|
|
4
|
-
/* eslint-disable @typescript-eslint/restrict-template-expressions */
|
|
5
2
|
/* eslint-disable @typescript-eslint/no-unused-expressions */
|
|
6
3
|
/* eslint-disable jsx-a11y/click-events-have-key-events */
|
|
7
4
|
/* eslint-disable @typescript-eslint/strict-boolean-expressions */
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
/* eslint-disable @typescript-eslint/no-unnecessary-condition */
|
|
2
|
-
/* eslint-disable @typescript-eslint/no-unsafe-assignment */
|
|
3
|
-
/* eslint-disable @typescript-eslint/restrict-template-expressions */
|
|
4
1
|
/* eslint-disable @typescript-eslint/no-unused-expressions */
|
|
5
2
|
/* eslint-disable jsx-a11y/click-events-have-key-events */
|
|
6
3
|
/* eslint-disable @typescript-eslint/strict-boolean-expressions */
|
|
@@ -1,8 +1,4 @@
|
|
|
1
|
-
/* eslint-disable @typescript-eslint/no-unsafe-member-access */
|
|
2
|
-
/* eslint-disable @typescript-eslint/no-unsafe-call */
|
|
3
1
|
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
4
|
-
/* eslint-disable @typescript-eslint/no-unnecessary-condition */
|
|
5
|
-
/* eslint-disable @typescript-eslint/no-unsafe-assignment */
|
|
6
2
|
|
|
7
3
|
import React, { type FC } from 'react'
|
|
8
4
|
import Select from 'react-select'
|
|
@@ -1,7 +1,4 @@
|
|
|
1
1
|
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
2
|
-
/* eslint-disable @typescript-eslint/no-unsafe-call */
|
|
3
|
-
/* eslint-disable @typescript-eslint/no-unsafe-member-access */
|
|
4
|
-
/* eslint-disable @typescript-eslint/no-unsafe-assignment */
|
|
5
2
|
import PropTypes from 'prop-types';
|
|
6
3
|
/**
|
|
7
4
|
* @param {string} props.id, jira task number
|
|
@@ -1,7 +1,4 @@
|
|
|
1
1
|
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
2
|
-
/* eslint-disable @typescript-eslint/no-unsafe-call */
|
|
3
|
-
/* eslint-disable @typescript-eslint/no-unsafe-member-access */
|
|
4
|
-
/* eslint-disable @typescript-eslint/no-unsafe-assignment */
|
|
5
2
|
|
|
6
3
|
import PropTypes from 'prop-types'
|
|
7
4
|
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
/* eslint-disable @typescript-eslint/no-unnecessary-condition */
|
|
3
2
|
/* eslint-disable @typescript-eslint/no-unused-expressions */
|
|
4
3
|
import { useEffect, useRef } from 'react';
|
|
5
4
|
import { useDispatchDataAccordionItem, useStateDataAccordionItem } from '../../organisms/Accordion/Accordion.context';
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/* eslint-disable @typescript-eslint/no-unnecessary-condition */
|
|
2
1
|
/* eslint-disable @typescript-eslint/no-unused-expressions */
|
|
3
2
|
import React, { useEffect, useRef } from 'react'
|
|
4
3
|
import { useDispatchDataAccordionItem, useStateDataAccordionItem } from '../../organisms/Accordion/Accordion.context'
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
/* eslint-disable @typescript-eslint/restrict-template-expressions */
|
|
3
2
|
import { useEffect, useRef, useState } from 'react';
|
|
4
3
|
import { CountDownMessageStyled } from './CountDownMessage.styled';
|
|
5
4
|
import { MessageInformation } from '../../atoms';
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
|
|
2
|
-
/* eslint-disable @typescript-eslint/restrict-template-expressions */
|
|
3
2
|
/* eslint-disable jsx-a11y/no-static-element-interactions */
|
|
4
3
|
/* eslint-disable jsx-a11y/click-events-have-key-events */
|
|
5
4
|
import { useEffect } from 'react';
|
|
@@ -18,7 +17,6 @@ export const NavBarDropDown = ({ isOpen, list, hasBullets = true, initialActiveC
|
|
|
18
17
|
};
|
|
19
18
|
const onTouchMove = (event) => {
|
|
20
19
|
const touchEndPosY = event.changedTouches[0];
|
|
21
|
-
// eslint-disable-next-line @typescript-eslint/no-unnecessary-condition
|
|
22
20
|
if (isDisabledScroll && touchEndPosY?.screenY - touchStartPosY?.screenY > 0) {
|
|
23
21
|
enableScrollbarOnClose(true);
|
|
24
22
|
isDisabledScroll = false;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/* eslint-disable @typescript-eslint/restrict-template-expressions */
|
|
2
1
|
/* eslint-disable jsx-a11y/no-static-element-interactions */
|
|
3
2
|
/* eslint-disable jsx-a11y/click-events-have-key-events */
|
|
4
3
|
import React, { type FC, useEffect } from 'react'
|
|
@@ -29,7 +28,7 @@ export const NavBarDropDown: FC<NavBarDropDownProps> = ({
|
|
|
29
28
|
|
|
30
29
|
const onTouchMove = (event: TouchEvent): void => {
|
|
31
30
|
const touchEndPosY = event.changedTouches[0]
|
|
32
|
-
|
|
31
|
+
|
|
33
32
|
if (isDisabledScroll && touchEndPosY?.screenY - touchStartPosY?.screenY > 0) {
|
|
34
33
|
enableScrollbarOnClose(true)
|
|
35
34
|
isDisabledScroll = false
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
-
/* eslint-disable @typescript-eslint/no-unnecessary-condition */
|
|
3
2
|
/* eslint-disable jsx-a11y/no-static-element-interactions */
|
|
4
3
|
/* eslint-disable jsx-a11y/click-events-have-key-events */
|
|
5
4
|
import { useCallback } from 'react';
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
|
|
2
|
-
/* eslint-disable @typescript-eslint/no-unnecessary-condition */
|
|
3
2
|
import { useState } from 'react';
|
|
4
3
|
import { Button, Message } from '../../atoms';
|
|
5
4
|
import { PricingCardStyled } from './PricingCard.styled';
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
/* eslint-disable @typescript-eslint/no-unnecessary-condition */
|
|
3
2
|
/* eslint-disable jsx-a11y/no-noninteractive-tabindex */
|
|
4
3
|
/* eslint-disable jsx-a11y/no-static-element-interactions */
|
|
5
4
|
/* eslint-disable jsx-a11y/click-events-have-key-events */
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { Button } from '../../atoms';
|
|
3
|
+
import { SubtypeDocumentCardStyled } from './SubtypeDocumentCard.styled';
|
|
4
|
+
const SubtypeDocumentCard = ({ title, productUrl, description, children, pdfButton, wordButton, createDocButton }) => {
|
|
5
|
+
return (_jsxs(SubtypeDocumentCardStyled, { className: 'subtype-document-card', children: [_jsx("div", { className: 'image-container', children: children }), _jsxs("div", { className: 'content', children: [_jsx("a", { href: productUrl, children: _jsx("h1", { className: 'title', children: title }) }), _jsx("p", { className: 'description', children: description }), _jsxs("div", { className: 'buttons-container', children: [_jsx(Button, { ...createDocButton }), _jsxs("div", { className: 'downloadable-buttons', children: [_jsx(Button, { ...pdfButton }), _jsx(Button, { ...wordButton })] })] })] })] }));
|
|
6
|
+
};
|
|
7
|
+
export default SubtypeDocumentCard;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const SubtypeDocumentCardStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
@@ -0,0 +1,161 @@
|
|
|
1
|
+
import { device, size } from '../../../globalStyles/breakpoints';
|
|
2
|
+
import styled from 'styled-components';
|
|
3
|
+
export const SubtypeDocumentCardStyled = styled.div `
|
|
4
|
+
display: flex;
|
|
5
|
+
flex-direction: column;
|
|
6
|
+
width: 100%;
|
|
7
|
+
align-items: center;
|
|
8
|
+
justify-content: center;
|
|
9
|
+
width: 100%;
|
|
10
|
+
max-width: 376px;
|
|
11
|
+
min-height: 600px;
|
|
12
|
+
padding: 32px 24px 32px 24px;
|
|
13
|
+
gap: 24px;
|
|
14
|
+
border-radius: 4px 0px 0px 0px;
|
|
15
|
+
opacity: 0px;
|
|
16
|
+
box-shadow: 0px 2px 6px 0px var(--neutral-neutral-3);
|
|
17
|
+
background-color: var(--secondary-main-light-5);
|
|
18
|
+
margin-bottom: 1.5rem;
|
|
19
|
+
|
|
20
|
+
.image-container {
|
|
21
|
+
width: 70%;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
@media (min-width: ${size.xs}) {
|
|
25
|
+
width: 400px;
|
|
26
|
+
max-width: inherit;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
@media (min-width: ${size.md}) {
|
|
30
|
+
width: 543px;
|
|
31
|
+
height: 364px;
|
|
32
|
+
min-height: 380px;
|
|
33
|
+
align-items: flex-start;
|
|
34
|
+
flex-direction: row;
|
|
35
|
+
|
|
36
|
+
.image-container {
|
|
37
|
+
width: 40%;
|
|
38
|
+
|
|
39
|
+
@media (min-width: ${size.lg}) {
|
|
40
|
+
width: 30%;
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
@media (min-width: ${size.lg}) {
|
|
46
|
+
width: 715px;
|
|
47
|
+
height: 307px;
|
|
48
|
+
min-height: 335px;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.content {
|
|
52
|
+
display: flex;
|
|
53
|
+
flex-direction: column;
|
|
54
|
+
height: 100%;
|
|
55
|
+
width: 100%;
|
|
56
|
+
justify-content: flex-start;
|
|
57
|
+
|
|
58
|
+
@media ${device['landscape-tablets']} {
|
|
59
|
+
margin-left: 1rem;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
@media (min-width: ${size.md}) {
|
|
63
|
+
width: 65%;
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.title {
|
|
68
|
+
font-family: Inter;
|
|
69
|
+
font-size: 18px;
|
|
70
|
+
font-weight: 700;
|
|
71
|
+
line-height: 24px;
|
|
72
|
+
letter-spacing: -0.3px;
|
|
73
|
+
text-align: left;
|
|
74
|
+
text-decoration-line: underline;
|
|
75
|
+
text-decoration-style: solid;
|
|
76
|
+
text-underline-position: from-font;
|
|
77
|
+
text-decoration-skip-ink: none;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.description {
|
|
81
|
+
margin: 1rem 0;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
.buttons-container {
|
|
85
|
+
display: flex;
|
|
86
|
+
justify-content: space-between;
|
|
87
|
+
align-items: center;
|
|
88
|
+
flex-direction: column;
|
|
89
|
+
|
|
90
|
+
@media ${device.desktop} {
|
|
91
|
+
flex-direction: row;
|
|
92
|
+
align-self: flex-start;
|
|
93
|
+
gap: 1rem;
|
|
94
|
+
align-items: center;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
.create-doc-button {
|
|
98
|
+
width: 100%;
|
|
99
|
+
|
|
100
|
+
@media ${device.laptop} {
|
|
101
|
+
align-self: flex-start;
|
|
102
|
+
width: auto;
|
|
103
|
+
margin-top: 0.5rem;
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
@media ${device.desktop} {
|
|
107
|
+
width: 100%;
|
|
108
|
+
height: auto;
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
.downloadable-buttons {
|
|
113
|
+
display: flex;
|
|
114
|
+
flex-wrap: wrap;
|
|
115
|
+
gap: 1rem;
|
|
116
|
+
width: 100%;
|
|
117
|
+
justify-content: space-between;
|
|
118
|
+
|
|
119
|
+
a {
|
|
120
|
+
min-width: 46.5%;
|
|
121
|
+
max-width: 46.5%;
|
|
122
|
+
margin-top: 0.75rem;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
@media ${device.laptop} {
|
|
126
|
+
justify-content: flex-start;
|
|
127
|
+
width: 100%;
|
|
128
|
+
|
|
129
|
+
a {
|
|
130
|
+
min-width: 46.5%;
|
|
131
|
+
max-width: fit-content;
|
|
132
|
+
margin-top: 0.5rem;
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
@media (min-width: ${size.lg}) {
|
|
137
|
+
a {
|
|
138
|
+
min-width: auto;
|
|
139
|
+
max-width: fit-content;
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
@media ${device.desktop} {
|
|
144
|
+
display: flex;
|
|
145
|
+
gap: 1rem;
|
|
146
|
+
flex-wrap: nowrap;
|
|
147
|
+
margin-top: 0;
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
&.download-icon {
|
|
153
|
+
&::before {
|
|
154
|
+
content: '';
|
|
155
|
+
width: 1rem;
|
|
156
|
+
height: 1rem;
|
|
157
|
+
background-image: url('../../../assets/images/svg/icon-save-24-px.svg');
|
|
158
|
+
margin-right: 0.5rem;
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
`;
|