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