From 56d3ade49d2f0f8e3093ad427191922eb7c0eb1f Mon Sep 17 00:00:00 2001 From: = <=> Date: Sat, 1 May 2021 13:53:26 +0500 Subject: [PATCH] font size changed --- .../css/components/2-layout/responsive.scss | 862 ++++++++-------- .../assets/css/components/prepros.config | 918 ++++++++++++++++++ themes/modern/assets/css/main.css | 36 + 3 files changed, 1404 insertions(+), 412 deletions(-) create mode 100644 themes/modern/assets/css/components/prepros.config diff --git a/themes/modern/assets/css/components/2-layout/responsive.scss b/themes/modern/assets/css/components/2-layout/responsive.scss index b589a2365..91c0eb352 100755 --- a/themes/modern/assets/css/components/2-layout/responsive.scss +++ b/themes/modern/assets/css/components/2-layout/responsive.scss @@ -1,461 +1,499 @@ @include xxlg-xxxlg { - .auto__container { - max-width: 1240px; - } + .auto__container { + max-width: 1240px; + } + // slider start + .slider { + &__nav { + a { + span { + font-size: 16px; + } + } + } + } + // slider end + .card { + &__link { + font-size: 16px; + } + } + .heading__content-body-link { + font-size: 16px; + } + .heading__content-body-para { + font-size: 16px; + h3 { + font-size: 18px; + line-height: 30px; + } + } + .main__sidebar-title { + font-size: 16px; + } + .about__para { + font-size: 16px; + } + .address__inner { + font-size: 16px; + } + .form__input label { + font-size: 16px; + } } @include xlg-xxlg { - .auto__container { - max-width: 1040px; - padding: 0 25px; - } - .banner { - margin: 40px 0; - } - .slider { - height: 450px; - &__item { - height: 450px; + .auto__container { + max-width: 1040px; + padding: 0 25px; } - &__nav { - a { - height: 33.3%; - span { - overflow: hidden; - text-overflow: ellipsis; + .banner { + margin: 40px 0; + } + .slider { + height: 450px; + &__item { + height: 450px; + } + &__nav { + a { + height: 33.3%; + span { + overflow: hidden; + text-overflow: ellipsis; + } + } } - } } - } - .event { - &__header { - margin-bottom: 40px; + .event { + &__header { + margin-bottom: 40px; + } + &__body { + &-row { + margin: 0 -10px; + } + &-image { + margin: 0 10px; + width: calc(40% - 20px); + a.progressive { + height: 300px; + } + } + &-column { + margin: 0 10px; + width: calc(30% - 20px); + } + } } - &__body { - &-row { - margin: 0 -10px; - } - &-image { - margin: 0 10px; - width: calc(40% - 20px); + .main { + &__body { + &-header { + margin-bottom: 40px; + } + &-column { + a.progressive { + height: 240px; + } + } + &-card { + margin: -50px 15px 0 15px; + } + } + &__sidebar { + &-title { + margin-bottom: 40px; + } + a.progressive { + margin-bottom: 40px; + } + *-tag { + margin-bottom: 40px; + } + } + } + .card { + padding: 15px; + } + .partner { + &__title { + margin-bottom: 40px; + } + } + .heading { + &__row { + margin-bottom: 40px; + } + &__title { + margin-bottom: 40px; + } + &__content { + padding: 15px 0 15px 15px; + width: calc(60% - 15px); + &-header { + margin-bottom: 15px; + } + &-body { + &-para { + height: 90px; + } + } + } a.progressive { - height: 300px; + height: 250px; } - } - &-column { - margin: 0 10px; - width: calc(30% - 20px); - } } - } - .main { - &__body { - &-header { - margin-bottom: 40px; - } - &-column { - a.progressive { - height: 240px; + .form { + &__title { + margin-bottom: 40px; } - } - &-card { - margin: -50px 15px 0 15px; - } - } - &__sidebar { - &-title { - margin-bottom: 40px; - } - a.progressive { - margin-bottom: 40px; - } - *-tag { - margin-bottom: 40px; - } - } - } - .card { - padding: 15px; - } - .partner { - &__title { - margin-bottom: 40px; - } - } - .heading { - &__row { - margin-bottom: 40px; - } - &__title { - margin-bottom: 40px; - } - &__content { - padding: 15px 0 15px 15px; - width: calc(60% - 15px); - &-header { - margin-bottom: 15px; - } - &-body { - &-para { - height: 90px; + &__input { + label { + height: 60px; + overflow: hidden; + text-overflow: ellipsis; + } } - } } - a.progressive { - height: 250px; - } - } - .form { - &__title { - margin-bottom: 40px; - } - &__input { - label { - height: 60px; - overflow: hidden; - text-overflow: ellipsis; - } - } - } - .news { - &__inner { - padding: 40px 0; - } - &__image { - margin: 20px 0; - } - &__body { - &-row { - &-image { - margin: 0 10px; - width: calc(50% - 20px); + .news { + &__inner { + padding: 40px 0; + } + &__image { + margin: 20px 0; + } + &__body { + &-row { + &-image { + margin: 0 10px; + width: calc(50% - 20px); + } + } } - } } - } } @include lg-xlg { - .slider { - &__nav { - display: none; - } - &__inner { - width: 100%; - margin: 0; - } - } - .header { - &__slogan { - display: none; - } - &__search { - display: none; - } - .hamBtn { - display: block; - width: 35px; - background: none; - height: 25px; - display: flex; - flex-direction: column; - -ms-flex-direction: column; - justify-content: space-between; - span { - width: 100%; - height: 5px; - border-radius: 10px; - background: $text-light-black; - } - } - } - .subheader__inner { - position: fixed; - top: 0; - right: 0; - height: 100%; - width: 0; - overflow: hidden; - opacity: 0; - background: rgba($color: #000000, $alpha: 0.5); - z-index: 1000; - @include transition; - .close { - width: 30px; - height: 30px; - position: absolute; - left: 30px; - top: 30px; - display: block; - img { - width: 100%; - height: 100%; - } - } - .nav { - position: absolute; - top: 0; - right: 0; - width: 50%; - height: calc(100% - 50px); - overflow-y: scroll; - background: $text-light-black; - &__inner { - flex-direction: column; - -ms-flex-direction: column; - &-link { - display: block; - text-align: center; - margin-right: 0; - padding: 20px; - font-size: $h3-size; - line-height: $h3-height; - font-weight: 700; - width: calc(100% - 40px); - &::before { + .slider { + &__nav { display: none; - } } - } - } - .language { - position: absolute; - bottom: 0; - right: 0; - width: 50%; - padding: 15px 0; - justify-content: center; - background: $color-grey; - } - &.showMenu { - width: 100%; - opacity: 1; - } - } - .event { - &__body { - &-image { - width: calc(50% - 20px); - } - &-column { - width: calc(50% - 20px); - &:last-child { - display: none; + &__inner { + width: 100%; + margin: 0; } - } } - } - .main { - &__sidebar { - display: none; - } - &__content { - width: 100%; - margin: 0; - } - &__body { - &-column { - a.progressive { - height: 300px; + .header { + &__slogan { + display: none; + } + &__search { + display: none; + } + .hamBtn { + display: block; + width: 35px; + background: none; + height: 25px; + display: flex; + flex-direction: column; + -ms-flex-direction: column; + justify-content: space-between; + span { + width: 100%; + height: 5px; + border-radius: 10px; + background: $text-light-black; + } } - } } - } - .footer { - &__inner { - flex-direction: column; - -ms-flex-direction: column; - justify-content: center; + .subheader__inner { + position: fixed; + top: 0; + right: 0; + height: 100%; + width: 0; + overflow: hidden; + opacity: 0; + background: rgba($color: #000000, $alpha: 0.5); + z-index: 1000; + @include transition; + .close { + width: 30px; + height: 30px; + position: absolute; + left: 30px; + top: 30px; + display: block; + img { + width: 100%; + height: 100%; + } + } + .nav { + position: absolute; + top: 0; + right: 0; + width: 50%; + height: calc(100% - 50px); + overflow-y: scroll; + background: $text-light-black; + &__inner { + flex-direction: column; + -ms-flex-direction: column; + &-link { + display: block; + text-align: center; + margin-right: 0; + padding: 20px; + font-size: $h3-size; + line-height: $h3-height; + font-weight: 700; + width: calc(100% - 40px); + &::before { + display: none; + } + } + } + } + .language { + position: absolute; + bottom: 0; + right: 0; + width: 50%; + padding: 15px 0; + justify-content: center; + background: $color-grey; + } + &.showMenu { + width: 100%; + opacity: 1; + } } - &__social { - margin-top: 20px; + .event { + &__body { + &-image { + width: calc(50% - 20px); + } + &-column { + width: calc(50% - 20px); + &:last-child { + display: none; + } + } + } } - &__copyright { - text-align: center; + .main { + &__sidebar { + display: none; + } + &__content { + width: 100%; + margin: 0; + } + &__body { + &-column { + a.progressive { + height: 300px; + } + } + } } - } - .mr-top-bot { - margin: 40px 0; - } - .about { - padding: 40px 0; - } - .news { - &__sidebar { - display: none; + .footer { + &__inner { + flex-direction: column; + -ms-flex-direction: column; + justify-content: center; + } + &__social { + margin-top: 20px; + } + &__copyright { + text-align: center; + } } - &__content { - width: 100%; - margin-right: 0; + .mr-top-bot { + margin: 40px 0; } - } - .terms { - padding: 40px 0; - &__title { - margin-bottom: 20px; + .about { + padding: 40px 0; } - &__para { - margin-bottom: 20px; + .news { + &__sidebar { + display: none; + } + &__content { + width: 100%; + margin-right: 0; + } + } + .terms { + padding: 40px 0; + &__title { + margin-bottom: 20px; + } + &__para { + margin-bottom: 20px; + } } - } } @include sm-md { - .slider { - height: 350px; - &__item { - height: 350px; + .slider { + height: 350px; + &__item { + height: 350px; + } } - } - .event { - &__body { - &-row { - margin: 0; - flex-direction: column; - -ms-flex-direction: column; - } - &-image { - width: 100%; - margin: 15px 0; + .event { + &__body { + &-row { + margin: 0; + flex-direction: column; + -ms-flex-direction: column; + } + &-image { + width: 100%; + margin: 15px 0; + a.progressive { + height: auto; + } + } + &-column { + width: 100%; + margin: 15px 0; + } + } + } + .main { + &__body { + &-row { + flex-direction: column; + -ms-flex-direction: column; + margin: 0; + } + &-column { + width: 100%; + margin: 15px 0; + a.progressive { + height: auto; + } + } + } + &__banner { + margin-bottom: 40px; + } + } + .heading { + &__row { + margin-bottom: 20px; + flex-direction: column; + -ms-flex-direction: column; + } + &__image { + width: 100%; + } + &__content { + padding: 20px 0; + width: 100%; + &-body { + &-para { + height: 120px; + } + } + } a.progressive { - height: auto; + height: auto; + img { + height: unset; + width: 100%; + object-fit: unset; + -o-object-fit: unset; + } } - } - &-column { - width: 100%; - margin: 15px 0; - } } - } - .main { - &__body { - &-row { - flex-direction: column; - -ms-flex-direction: column; - margin: 0; - } - &-column { - width: 100%; - margin: 15px 0; - a.progressive { - height: auto; + .form { + &__row { + flex-direction: column; + -ms-flex-direction: column; } - } - } - &__banner { - margin-bottom: 40px; - } - } - .heading { - &__row { - margin-bottom: 20px; - flex-direction: column; - -ms-flex-direction: column; - } - &__image { - width: 100%; - } - &__content { - padding: 20px 0; - width: 100%; - &-body { - &-para { - height: 120px; + &__input { + margin-bottom: 20px; + &:first-child { + width: 100%; + margin-right: 0; + } + &:last-child { + width: 100%; + margin-left: 0; + } + label { + height: unset; + } } - } - } - a.progressive { - height: auto; - img { - height: unset; - width: 100%; - object-fit: unset; - -o-object-fit: unset; - } - } - } - .form { - &__row { - flex-direction: column; - -ms-flex-direction: column; - } - &__input { - margin-bottom: 20px; - &:first-child { - width: 100%; - margin-right: 0; - } - &:last-child { - width: 100%; - margin-left: 0; - } - label { - height: unset; - } - } - &__btn { - width: 100%; - } - } - .main { - &__inner.contact { - padding: 0; - } - } - .news { - &__body { - &-row { - margin: 0; - flex-direction: column; - -ms-flex-direction: column; - &-image { - margin: 15px 0; - width: 100%; + &__btn { + width: 100%; } - } } - &__footer { - flex-direction: column; - -ms-flex-direction: column; + .main { + &__inner.contact { + padding: 0; + } + } + .news { + &__body { + &-row { + margin: 0; + flex-direction: column; + -ms-flex-direction: column; + &-image { + margin: 15px 0; + width: 100%; + } + } + } + &__footer { + flex-direction: column; + -ms-flex-direction: column; + } } - } } @include xsm-sm { - .auto__container { - padding: 0 15px; - } - .slider { - height: 300px; - &__item { - height: 300px; + .auto__container { + padding: 0 15px; } - } - .partnerSlider { - overflow: hidden; - &__item { - margin-right: 0; + .slider { + height: 300px; + &__item { + height: 300px; + } } - } - .footer { - &__social { - flex-wrap: wrap; - justify-content: center; - &-link { - margin: 5px; - } + .partnerSlider { + overflow: hidden; + &__item { + margin-right: 0; + } } - } - .subheader { - &__inner { - .close { - width: 20px; - height: 20px; - top: 15px; - left: 15px; - } + .footer { + &__social { + flex-wrap: wrap; + justify-content: center; + &-link { + margin: 5px; + } + } } - .nav { - width: calc(100% - 50px); + .subheader { + &__inner { + .close { + width: 20px; + height: 20px; + top: 15px; + left: 15px; + } + } + .nav { + width: calc(100% - 50px); + } + .language { + width: calc(100% - 50px); + } } - .language { - width: calc(100% - 50px); - } - } } diff --git a/themes/modern/assets/css/components/prepros.config b/themes/modern/assets/css/components/prepros.config new file mode 100644 index 000000000..f0f72a61b --- /dev/null +++ b/themes/modern/assets/css/components/prepros.config @@ -0,0 +1,918 @@ +{ + "version": "7", + "about": "This is a Prepros (https://prepros.io) configuration file. You can commit this file to a git repo to backup and sync project configurations.", + "config": { + "proxy": { + "enable": false, + "target": "", + "useLocalAssets": false + }, + "reload": { + "enable": true, + "delay": 0, + "animate": true, + "afterUpload": false + }, + "sync": { + "enable": false, + "mouse": true, + "keyboard": true, + "form": true, + "scroll": true + }, + "watcher": { + "enable": true, + "maxFiles": 2000, + "usePolling": false, + "pollingInterval": 500, + "extensions": [ + ".html", + ".htm", + ".php" + ], + "ignore": { + "patterns": [ + ".*", + "wp-admin", + "wp-includes", + "node_modules", + "Prepros Export", + "bower_components" + ], + "exceptions": [] + } + }, + "exporter": { + "ignore": { + "patterns": [ + ".*", + "desktop.ini", + "prepros.cfg", + "node_modules", + "Prepros Export", + "prepros.config", + "prepros-6.config", + "*-original.jpg", + "*-original.jpeg", + "*-original.png", + "*-original.svg", + "*.scss", + "*.sass", + "*.less", + "*.pug", + "*.jade", + "*.styl", + "*.haml", + "*.slim", + "*.coffee", + "*.kit", + "*.turf", + "*.ts" + ], + "exceptions": [] + } + }, + "uploader": { + "remotePath": "", + "timeout": 20000, + "autoUpload": false, + "reuseConnection": true, + "connectionType": "ftp", + "history": [] + }, + "packages": { + "createPackageLock": true + }, + "images": { + "preserveOriginal": true + }, + "tasks": { + "autoprefixer": { + "cascade": true, + "add": true, + "remove": true, + "supports": true, + "flexbox": true, + "grid": "autoplace", + "browsers": [ + "> 2%", + "not dead" + ], + "sourceMap": false + }, + "babel": { + "sourceMap": false, + "presets": { + "@babel/preset-env": { + "enable": true, + "options": { + "targets": [ + "> 2%", + "not dead" + ], + "preserveImports": false, + "polyfills": false + } + }, + "@babel/preset-react": true, + "@babel/preset-flow": false + }, + "plugins": { + "@babel/plugin-proposal-class-static-block": false, + "@babel/plugin-proposal-class-properties": false, + "@babel/plugin-proposal-decorators": { + "enable": false, + "options": { + "decoratorsBeforeExport": true + } + }, + "@babel/plugin-proposal-export-namespace-from": false, + "@babel/plugin-proposal-function-sent": false, + "@babel/plugin-proposal-logical-assignment-operators": false, + "@babel/plugin-proposal-nullish-coalescing-operator": false, + "@babel/plugin-proposal-numeric-separator": false, + "@babel/plugin-proposal-optional-chaining": false, + "@babel/plugin-proposal-private-methods": false, + "@babel/plugin-proposal-throw-expressions": false + }, + "customPresets": [], + "customPlugins": [] + }, + "bundle-js": { + "sourceMap": false, + "exclude": [ + "node_modules", + "bower_components" + ], + "devMode": true, + "globals": [], + "externals": [], + "babel": { + "enable": true, + "options": { + "sourceMap": false, + "presets": { + "@babel/preset-env": { + "enable": true, + "options": { + "targets": [ + "> 2%", + "not dead" + ], + "preserveImports": false, + "polyfills": false + } + }, + "@babel/preset-react": true, + "@babel/preset-flow": false + }, + "plugins": { + "@babel/plugin-proposal-class-static-block": false, + "@babel/plugin-proposal-class-properties": false, + "@babel/plugin-proposal-decorators": { + "enable": false, + "options": { + "decoratorsBeforeExport": true + } + }, + "@babel/plugin-proposal-export-namespace-from": false, + "@babel/plugin-proposal-function-sent": false, + "@babel/plugin-proposal-logical-assignment-operators": false, + "@babel/plugin-proposal-nullish-coalescing-operator": false, + "@babel/plugin-proposal-numeric-separator": false, + "@babel/plugin-proposal-optional-chaining": false, + "@babel/plugin-proposal-private-methods": false, + "@babel/plugin-proposal-throw-expressions": false + }, + "customPresets": [], + "customPlugins": [] + } + }, + "css": { + "enable": true + }, + "fonts": { + "enable": true + } + }, + "coffeescript": { + "header": false, + "bare": false, + "sourceMap": false + }, + "command": { + "command": "", + "rootDir": "" + }, + "concat-js": { + "sourceMap": false, + "rootDir": "" + }, + "copy": { + "sourceMap": false + }, + "dart-sass": { + "indentType": "space", + "indentWidth": 2, + "linefeed": "lf", + "sourceMap": false + }, + "haml": { + "doubleQuoteAttributes": true + }, + "jpg": { + "quality": 90 + }, + "less": { + "javascriptEnabled": false, + "strictImports": false, + "insecure": false, + "math": "always", + "strictUnits": false, + "dumpLineNumbers": false, + "sourceMap": false + }, + "markdown": { + "githubFlavored": true, + "wrapWithHtml": false + }, + "minify-css": { + "sourceMap": false + }, + "minify-html": { + "caseSensitive": false, + "collapseBooleanAttributes": true, + "collapseInlineTagWhitespace": false, + "collapseWhitespace": true, + "conservativeCollapse": false, + "decodeEntities": false, + "html5": true, + "includeAutoGeneratedTags": true, + "keepClosingSlash": false, + "minifyCSS": true, + "minifyJS": true, + "preserveLineBreaks": false, + "preventAttributesEscaping": false, + "processConditionalComments": false, + "removeAttributeQuotes": false, + "removeComments": true, + "removeEmptyAttributes": false, + "removeEmptyElement": false, + "removeOptionalTags": false, + "removeRedundantAttributes": false, + "removeScriptTypeAttributes": false, + "removeStyleLinkTypeAttributes": false, + "removeTagWhitespace": false, + "sortAttributes": false, + "sortClassName": false, + "useShortDoctype": true + }, + "minify-js": { + "parse": { + "bare_returns": false + }, + "compress": { + "arrows": true, + "arguments": false, + "booleans": true, + "booleans_as_integers": false, + "collapse_vars": true, + "comparisons": true, + "computed_props": true, + "conditionals": true, + "dead_code": true, + "directives": true, + "drop_console": false, + "drop_debugger": true, + "evaluate": true, + "expression": false, + "global_defs": [], + "hoist_funs": false, + "hoist_props": true, + "hoist_vars": false, + "if_return": true, + "inline": 3, + "join_vars": true, + "keep_fargs": true, + "keep_infinity": false, + "loops": true, + "negate_iife": true, + "properties": true, + "pure_funcs": [], + "pure_getters": false, + "reduce_vars": true, + "sequences": true, + "side_effects": true, + "switches": true, + "top_retain": [], + "typeofs": true, + "unsafe": false, + "unsafe_arrows": false, + "unsafe_comps": false, + "unsafe_Function": false, + "unsafe_math": false, + "unsafe_proto": false, + "unsafe_regexp": false, + "unsafe_undefined": false, + "unused": true + }, + "mangle": { + "eval": false, + "reserved": [] + }, + "output": { + "ascii_only": false, + "braces": false, + "comments": "none", + "inline_script": true, + "keep_numbers": false, + "keep_quoted_props": false, + "preamble": null, + "quote_keys": false, + "quote_style": 0, + "semicolons": true, + "shebang": true, + "webkit": false, + "wrap_iife": false, + "wrap_func_args": true + }, + "sourceMap": false, + "toplevel": false, + "ie8": false, + "keep_classnames": false, + "keep_fnames": false, + "safari10": false + }, + "node-sass": { + "indentType": "space", + "indentWidth": 2, + "linefeed": "lf", + "outputStyle": "expanded", + "precision": 10, + "sourceMap": false, + "sourceComments": false + }, + "png": { + "quality": 90 + }, + "postcss-import": { + "ignoreKeywords": [], + "sourceMap": false + }, + "postcss-preset-env": { + "stage": 2, + "browsers": [ + "> 2%", + "not dead" + ], + "sourceMap": false + }, + "pug": { + "pretty": true + }, + "slim": { + "indent": "space", + "indentSize": 2, + "pretty": true + }, + "stylus": { + "useNib": true, + "sourceMap": false, + "linenos": false + }, + "svg": { + "cleanupAttrs": true, + "removeDoctype": true, + "removeXMLProcInst": true, + "removeComments": true, + "removeMetadata": true, + "removeTitle": true, + "removeDesc": true, + "removeUselessDefs": true, + "removeEditorsNSData": true, + "removeEmptyAttrs": true, + "removeHiddenElems": true, + "removeEmptyText": true, + "removeEmptyContainers": true, + "removeViewBox": false, + "cleanupEnableBackground": true, + "convertStyleToAttrs": true, + "convertColors": true, + "convertPathData": true, + "convertTransform": true, + "removeUnknownsAndDefaults": true, + "removeNonInheritableGroupAttrs": true, + "removeUselessStrokeAndFill": true, + "removeUnusedNS": true, + "cleanupIDs": true, + "cleanupNumericValues": true, + "moveElemsAttrsToGroup": true, + "moveGroupAttrsToElems": true, + "collapseGroups": true, + "removeRasterImages": false, + "mergePaths": true, + "convertShapeToPath": true, + "sortAttrs": true, + "removeDimensions": true + }, + "turf": { + "rootDir": "" + }, + "typescript": { + "allowJs": false, + "allowSyntheticDefaultImports": true, + "allowUmdGlobalAccess": false, + "allowUnreachableCode": false, + "allowUnusedLabels": false, + "alwaysStrict": false, + "charset": "utf8", + "checkJs": false, + "declaration": false, + "disableSizeLimit": false, + "downlevelIteration": false, + "emitBOM": false, + "emitDecoratorMetadata": false, + "experimentalDecorators": false, + "forceConsistentCasingInFileNames": false, + "importHelpers": false, + "jsx": "React", + "keyofStringsOnly": false, + "lib": [], + "maxNodeModuleJsDepth": 0, + "module": "ES2015", + "moduleResolution": "NodeJs", + "newLine": "LineFeed", + "noFallthroughCasesInSwitch": false, + "noImplicitAny": false, + "noImplicitReturns": false, + "noImplicitThis": false, + "noStrictGenericChecks": false, + "noUnusedLocals": false, + "noUnusedParameters": false, + "noImplicitUseStrict": false, + "noLib": false, + "noResolve": false, + "preserveConstEnums": false, + "jsxFactory": "React.createElement", + "removeComments": false, + "skipLibCheck": false, + "sourceMap": false, + "strict": false, + "strictFunctionTypes": false, + "strictBindCallApply": false, + "strictNullChecks": false, + "strictPropertyInitialization": false, + "suppressExcessPropertyErrors": false, + "suppressImplicitAnyIndexErrors": false, + "target": "ES3", + "resolveJsonModule": false, + "esModuleInterop": false, + "useDefineForClassFields": false + } + }, + "fileTypes": { + "sass": { + "extensions": [ + ".scss", + ".sass" + ], + "autoCompile": true, + "sourceMap": false, + "tasks": [ + { + "task": "dart-sass", + "enable": true + }, + { + "task": "autoprefixer", + "enable": true + }, + { + "task": "minify-css", + "enable": false + } + ], + "output": { + "extension": ".css", + "type": "REPLACE_SEGMENTS", + "segments": [ + { + "segment": "scss", + "replaceWith": "css" + }, + { + "segment": "sass", + "replaceWith": "css" + } + ] + } + }, + "less": { + "extensions": [ + ".less" + ], + "autoCompile": true, + "sourceMap": false, + "tasks": [ + { + "task": "less", + "enable": true + }, + { + "task": "autoprefixer", + "enable": true + }, + { + "task": "minify-css", + "enable": false + } + ], + "output": { + "extension": ".css", + "type": "REPLACE_SEGMENTS", + "segments": [ + { + "segment": "less", + "replaceWith": "css" + } + ] + } + }, + "pug": { + "extensions": [ + ".pug", + ".jade" + ], + "autoCompile": true, + "tasks": [ + { + "task": "pug", + "enable": true + }, + { + "task": "minify-html", + "enable": false + } + ], + "output": { + "extension": ".html", + "type": "REPLACE_SEGMENTS", + "segments": [ + { + "segment": "pug", + "replaceWith": "html" + } + ] + } + }, + "css": { + "extensions": [ + ".css" + ], + "autoCompile": false, + "sourceMap": false, + "tasks": [ + { + "task": "copy", + "enable": true + }, + { + "task": "postcss-import", + "enable": false + }, + { + "task": "postcss-preset-env", + "enable": false + }, + { + "task": "autoprefixer", + "enable": true + }, + { + "task": "minify-css", + "enable": true + } + ], + "output": { + "extension": ".css", + "type": "SOURCE_RELATIVE", + "relativePath": "", + "suffix": "-dist", + "alwaysSuffix": false + } + }, + "javascript": { + "extensions": [ + ".js", + ".jsx" + ], + "autoCompile": false, + "sourceMap": false, + "tasks": [ + { + "task": "copy", + "enable": true + }, + { + "task": "concat-js", + "enable": false + }, + { + "task": "babel", + "enable": false + }, + { + "task": "bundle-js", + "enable": false + }, + { + "task": "minify-js", + "enable": true + } + ], + "output": { + "extension": ".js", + "type": "SOURCE_RELATIVE", + "relativePath": "", + "suffix": "-dist", + "alwaysSuffix": false + } + }, + "stylus": { + "extensions": [ + ".styl" + ], + "autoCompile": true, + "sourceMap": false, + "tasks": [ + { + "task": "stylus", + "enable": true + }, + { + "task": "autoprefixer", + "enable": true + }, + { + "task": "minify-css", + "enable": false + } + ], + "output": { + "extension": ".css", + "type": "REPLACE_SEGMENTS", + "segments": [ + { + "segment": "stylus", + "replaceWith": "css" + }, + { + "segment": "styl", + "replaceWith": "css" + } + ] + } + }, + "markdown": { + "extensions": [ + ".md", + ".markdown", + ".mkd" + ], + "autoCompile": false, + "tasks": [ + { + "task": "markdown", + "enable": true + }, + { + "task": "minify-html", + "enable": false + } + ], + "output": { + "extension": ".html", + "type": "REPLACE_SEGMENTS", + "segments": [ + { + "segment": "markdown", + "replaceWith": "html" + } + ] + } + }, + "haml": { + "extensions": [ + ".haml" + ], + "autoCompile": true, + "tasks": [ + { + "task": "haml", + "enable": true + }, + { + "task": "minify-html", + "enable": false + } + ], + "output": { + "extension": ".html", + "type": "REPLACE_SEGMENTS", + "segments": [ + { + "segment": "haml", + "replaceWith": "html" + } + ] + } + }, + "slim": { + "extensions": [ + ".slim" + ], + "autoCompile": true, + "tasks": [ + { + "task": "slim", + "enable": true + }, + { + "task": "minify-html", + "enable": false + } + ], + "output": { + "extension": ".html", + "type": "REPLACE_SEGMENTS", + "segments": [ + { + "segment": "slim", + "replaceWith": "html" + } + ] + } + }, + "coffeescript": { + "extensions": [ + ".coffee" + ], + "autoCompile": true, + "sourceMap": false, + "tasks": [ + { + "task": "coffeescript", + "enable": true + }, + { + "task": "babel", + "enable": false + }, + { + "task": "bundle-js", + "enable": false + }, + { + "task": "minify-js", + "enable": false + } + ], + "output": { + "extension": ".js", + "type": "REPLACE_SEGMENTS", + "segments": [ + { + "segment": "coffee-script", + "replaceWith": "js" + }, + { + "segment": "coffeescript", + "replaceWith": "js" + }, + { + "segment": "coffee", + "replaceWith": "js" + } + ] + } + }, + "turf": { + "extensions": [ + ".turf", + ".kit" + ], + "autoCompile": true, + "tasks": [ + { + "task": "turf", + "enable": true + }, + { + "task": "minify-html", + "enable": false + } + ], + "output": { + "extension": ".html", + "type": "REPLACE_SEGMENTS", + "segments": [ + { + "segment": "turf", + "replaceWith": "html" + } + ] + } + }, + "typescript": { + "extensions": [ + ".ts", + ".tsx" + ], + "autoCompile": true, + "sourceMap": false, + "tasks": [ + { + "task": "typescript", + "enable": true + }, + { + "task": "babel", + "enable": false + }, + { + "task": "bundle-js", + "enable": false + }, + { + "task": "minify-js", + "enable": false + } + ], + "output": { + "extension": ".js", + "type": "REPLACE_SEGMENTS", + "segments": [ + { + "segment": "typescript", + "replaceWith": "js" + }, + { + "segment": "ts", + "replaceWith": "js" + } + ] + } + }, + "jpg": { + "extensions": [ + ".jpg", + ".jpeg" + ], + "tasks": [ + { + "task": "jpg", + "enable": true + } + ], + "output": { + "extension": ".jpg", + "type": "SOURCE_RELATIVE", + "relativePath": "" + } + }, + "png": { + "extensions": [ + ".png" + ], + "tasks": [ + { + "task": "png", + "enable": true + } + ], + "output": { + "extension": ".png", + "type": "SOURCE_RELATIVE", + "relativePath": "" + } + }, + "svg": { + "extensions": [ + ".svg" + ], + "tasks": [ + { + "task": "svg", + "enable": true + } + ], + "output": { + "extension": ".svg", + "type": "SOURCE_RELATIVE", + "relativePath": "" + } + } + }, + "files": [] + } +} diff --git a/themes/modern/assets/css/main.css b/themes/modern/assets/css/main.css index 243c5de9a..8358e21ad 100755 --- a/themes/modern/assets/css/main.css +++ b/themes/modern/assets/css/main.css @@ -1706,6 +1706,42 @@ li { .auto__container { max-width: 1240px; } + + .slider__nav a span { + font-size: 16px; + } + + .card__link { + font-size: 16px; + } + + .heading__content-body-link { + font-size: 16px; + } + + .heading__content-body-para { + font-size: 16px; + } + .heading__content-body-para h3 { + font-size: 18px; + line-height: 30px; + } + + .main__sidebar-title { + font-size: 16px; + } + + .about__para { + font-size: 16px; + } + + .address__inner { + font-size: 16px; + } + + .form__input label { + font-size: 16px; + } } @media (max-width: 1400px) { .auto__container {