diff --git a/public/img/app/error in filter of expenses .png b/public/img/app/error in filter of expenses .png new file mode 100644 index 00000000..ee2034bb Binary files /dev/null and b/public/img/app/error in filter of expenses .png differ diff --git a/public/img/app/should be expense category .png b/public/img/app/should be expense category .png new file mode 100644 index 00000000..5e7e36e0 Binary files /dev/null and b/public/img/app/should be expense category .png differ diff --git a/public/img/illustrations/02.png b/public/img/illustrations/02.png new file mode 100644 index 00000000..dba19e98 Binary files /dev/null and b/public/img/illustrations/02.png differ diff --git a/public/img/illustrations/03.png b/public/img/illustrations/03.png new file mode 100644 index 00000000..45d19881 Binary files /dev/null and b/public/img/illustrations/03.png differ diff --git a/public/img/illustrations/gap between grid header and message.png b/public/img/illustrations/gap between grid header and message.png new file mode 100644 index 00000000..9461a532 Binary files /dev/null and b/public/img/illustrations/gap between grid header and message.png differ diff --git a/public/img/illustrations/payment request.png b/public/img/illustrations/payment request.png new file mode 100644 index 00000000..8d8a289b Binary files /dev/null and b/public/img/illustrations/payment request.png differ diff --git a/public/img/illustrations/prom-min.webp b/public/img/illustrations/prom-min.webp new file mode 100644 index 00000000..0cccb84b Binary files /dev/null and b/public/img/illustrations/prom-min.webp differ diff --git a/src/pages/authentication/MainLogin.css b/src/pages/authentication/MainLogin.css new file mode 100644 index 00000000..e5e51776 --- /dev/null +++ b/src/pages/authentication/MainLogin.css @@ -0,0 +1,95 @@ +.display-header { + padding: 0px; + margin: 0px; + font-family: "Poppins", sans-serif; + color: #00324c; + font-size: 35px; + font-weight: 300; + line-height: 45px; + padding-bottom: 20px; +} + +.display-title { + padding: 0px; + margin: 0px; + font-family: "Poppins", sans-serif; + color: #00324c; + font-size: 20px; + font-weight: 300; + line-height: 45px; + padding-bottom: 20px; +} + +.display-body { + font-size: larger; + padding: 0px; + margin: 0px; + font-family: "Poppins", sans-serif; + color: #687377; + font-size: 16px; + font-weight: 300; +} +ul { + font-size: 16px; + font-weight: 300; + list-style-type: disc; + margin-block-start: 1em; + margin-block-end: 1em; + padding-inline-start: 40px; + unicode-bidi: isolate; +} + +ul li { + padding: 10px 10px 10px 0; +} + +li { + unicode-bidi: isolate; + margin: 0px; + display: list-item; +} +.ul.more-features-list { + max-width: 430px; + padding: 10px 0 0 0; + display: block; +} +ul.more-features-list { + display: block; + + position: relative; + margin-left: 10px; +} + +.list-item { + border-bottom: 1px #d6d7d7 solid; +} + +.autoplay-progress { + position: absolute; + right: 16px; + bottom: 16px; + z-index: 10; + width: 48px; + height: 48px; + display: flex; + align-items: center; + justify-content: center; + font-weight: bold; + color: var(--swiper-theme-color); +} + +.autoplay-progress svg { + --progress: 0; + position: absolute; + left: 0; + top: 0px; + z-index: 10; + width: 100%; + height: 100%; + stroke-width: 4px; + stroke: var(--swiper-theme-color); + fill: none; + stroke-dashoffset: calc(125.6px * (1 - var(--progress))); + stroke-dasharray: 125.6; + transform: rotate(-90deg); +}