Merge pull request #1896 from IanDelMar/bump-deps
Bump Bootstrap and other dependencies
This commit is contained in:
commit
f6b0cb9cb2
|
|
@ -23,7 +23,7 @@
|
|||
"php-parallel-lint/php-parallel-lint": "^1.3.2",
|
||||
"phpcompatibility/phpcompatibility-wp": "^2.1.3",
|
||||
"phpmd/phpmd": "^2.12.0",
|
||||
"phpstan/phpstan": "^1.8.1",
|
||||
"phpstan/phpstan": "^1.8.5",
|
||||
"roave/security-advisories": "dev-master",
|
||||
"squizlabs/php_codesniffer": "^3.7.1",
|
||||
"szepeviktor/phpstan-wordpress": "^1.1.2",
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "c745903eabadcf81d7b402a4b0b59723",
|
||||
"content-hash": "5368b99e9e458441847f53dd1835bee4",
|
||||
"packages": [],
|
||||
"packages-dev": [
|
||||
{
|
||||
|
|
@ -146,16 +146,16 @@
|
|||
},
|
||||
{
|
||||
"name": "pdepend/pdepend",
|
||||
"version": "2.10.3",
|
||||
"version": "2.12.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/pdepend/pdepend.git",
|
||||
"reference": "da3166a06b4a89915920a42444f707122a1584c9"
|
||||
"reference": "c4977867060e710f83828b598a810e6597d28991"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/pdepend/pdepend/zipball/da3166a06b4a89915920a42444f707122a1584c9",
|
||||
"reference": "da3166a06b4a89915920a42444f707122a1584c9",
|
||||
"url": "https://api.github.com/repos/pdepend/pdepend/zipball/c4977867060e710f83828b598a810e6597d28991",
|
||||
"reference": "c4977867060e710f83828b598a810e6597d28991",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
|
@ -191,7 +191,7 @@
|
|||
"description": "Official version of pdepend to be handled with Composer",
|
||||
"support": {
|
||||
"issues": "https://github.com/pdepend/pdepend/issues",
|
||||
"source": "https://github.com/pdepend/pdepend/tree/2.10.3"
|
||||
"source": "https://github.com/pdepend/pdepend/tree/2.12.0"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
|
|
@ -199,7 +199,7 @@
|
|||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2022-02-23T07:53:09+00:00"
|
||||
"time": "2022-09-07T10:01:35+00:00"
|
||||
},
|
||||
{
|
||||
"name": "php-parallel-lint/php-parallel-lint",
|
||||
|
|
@ -562,16 +562,16 @@
|
|||
},
|
||||
{
|
||||
"name": "phpstan/phpstan",
|
||||
"version": "1.8.2",
|
||||
"version": "1.8.5",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/phpstan/phpstan.git",
|
||||
"reference": "c53312ecc575caf07b0e90dee43883fdf90ca67c"
|
||||
"reference": "f6598a5ff12ca4499a836815e08b4d77a2ddeb20"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/c53312ecc575caf07b0e90dee43883fdf90ca67c",
|
||||
"reference": "c53312ecc575caf07b0e90dee43883fdf90ca67c",
|
||||
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/f6598a5ff12ca4499a836815e08b4d77a2ddeb20",
|
||||
"reference": "f6598a5ff12ca4499a836815e08b4d77a2ddeb20",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
|
@ -595,9 +595,13 @@
|
|||
"MIT"
|
||||
],
|
||||
"description": "PHPStan - PHP Static Analysis Tool",
|
||||
"keywords": [
|
||||
"dev",
|
||||
"static analysis"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/phpstan/phpstan/issues",
|
||||
"source": "https://github.com/phpstan/phpstan/tree/1.8.2"
|
||||
"source": "https://github.com/phpstan/phpstan/tree/1.8.5"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
|
|
@ -608,16 +612,12 @@
|
|||
"url": "https://github.com/phpstan",
|
||||
"type": "github"
|
||||
},
|
||||
{
|
||||
"url": "https://www.patreon.com/phpstan",
|
||||
"type": "patreon"
|
||||
},
|
||||
{
|
||||
"url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan",
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2022-07-20T09:57:31+00:00"
|
||||
"time": "2022-09-07T16:05:32+00:00"
|
||||
},
|
||||
{
|
||||
"name": "psr/container",
|
||||
|
|
@ -723,18 +723,19 @@
|
|||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Roave/SecurityAdvisories.git",
|
||||
"reference": "8b99cfd0a6224d0fc7b223603210d48e36a79966"
|
||||
"reference": "6d260392fad173d6ee6e3a93c875d9327db1109b"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/8b99cfd0a6224d0fc7b223603210d48e36a79966",
|
||||
"reference": "8b99cfd0a6224d0fc7b223603210d48e36a79966",
|
||||
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/6d260392fad173d6ee6e3a93c875d9327db1109b",
|
||||
"reference": "6d260392fad173d6ee6e3a93c875d9327db1109b",
|
||||
"shasum": ""
|
||||
},
|
||||
"conflict": {
|
||||
"3f/pygmentize": "<1.2",
|
||||
"admidio/admidio": "<4.1.9",
|
||||
"adodb/adodb-php": "<=5.20.20|>=5.21,<=5.21.3",
|
||||
"aheinze/cockpit": "<=2.2.1",
|
||||
"akaunting/akaunting": "<2.1.13",
|
||||
"alextselegidis/easyappointments": "<=1.4.3",
|
||||
"alterphp/easyadmin-extension-bundle": ">=1.2,<1.2.11|>=1.3,<1.3.1",
|
||||
|
|
@ -778,6 +779,7 @@
|
|||
"codeception/codeception": "<3.1.3|>=4,<4.1.22",
|
||||
"codeigniter/framework": "<=3.0.6",
|
||||
"codeigniter4/framework": "<4.1.9",
|
||||
"codeigniter4/shield": "= 1.0.0-beta",
|
||||
"codiad/codiad": "<=2.8.4",
|
||||
"composer/composer": "<1.10.26|>=2-alpha.1,<2.2.12|>=2.3,<2.3.5",
|
||||
"concrete5/concrete5": "<9",
|
||||
|
|
@ -862,8 +864,9 @@
|
|||
"gaoming13/wechat-php-sdk": "<=1.10.2",
|
||||
"genix/cms": "<=1.1.11",
|
||||
"getgrav/grav": "<1.7.34",
|
||||
"getkirby/cms": "<3.5.8",
|
||||
"getkirby/cms": "<3.5.8.1|>=3.6,<3.6.6.1|>=3.7,<3.7.4",
|
||||
"getkirby/panel": "<2.5.14",
|
||||
"getkirby/starterkit": "<=3.7.0.2",
|
||||
"gilacms/gila": "<=1.11.4",
|
||||
"globalpayments/php-sdk": "<2",
|
||||
"google/protobuf": "<3.15",
|
||||
|
|
@ -914,7 +917,6 @@
|
|||
"laminas/laminas-http": "<2.14.2",
|
||||
"laravel/fortify": "<1.11.1",
|
||||
"laravel/framework": "<6.20.42|>=7,<7.30.6|>=8,<8.75",
|
||||
"laravel/laravel": "<=9.1.8",
|
||||
"laravel/socialite": ">=1,<1.0.99|>=2,<2.0.10",
|
||||
"latte/latte": "<2.10.8",
|
||||
"lavalite/cms": "<=5.8",
|
||||
|
|
@ -938,7 +940,7 @@
|
|||
"mautic/core": "<4.3|= 2.13.1",
|
||||
"mediawiki/core": ">=1.27,<1.27.6|>=1.29,<1.29.3|>=1.30,<1.30.2|>=1.31,<1.31.9|>=1.32,<1.32.6|>=1.32.99,<1.33.3|>=1.33.99,<1.34.3|>=1.34.99,<1.35",
|
||||
"mezzio/mezzio-swoole": "<3.7|>=4,<4.3",
|
||||
"microweber/microweber": "<1.3",
|
||||
"microweber/microweber": "<1.3.1",
|
||||
"miniorange/miniorange-saml": "<1.4.3",
|
||||
"mittwald/typo3_forum": "<1.2.1",
|
||||
"modx/revolution": "<= 2.8.3-pl|<2.8",
|
||||
|
|
@ -957,6 +959,7 @@
|
|||
"nette/application": ">=2,<2.0.19|>=2.1,<2.1.13|>=2.2,<2.2.10|>=2.3,<2.3.14|>=2.4,<2.4.16|>=3,<3.0.6",
|
||||
"nette/nette": ">=2,<2.0.19|>=2.1,<2.1.13",
|
||||
"nilsteampassnet/teampass": "<=2.1.27.36",
|
||||
"notrinos/notrinos-erp": "<=0.7",
|
||||
"noumo/easyii": "<=0.9",
|
||||
"nukeviet/nukeviet": "<4.5.2",
|
||||
"nystudio107/craft-seomatic": "<3.4.12",
|
||||
|
|
@ -1002,14 +1005,14 @@
|
|||
"pimcore/data-hub": "<1.2.4",
|
||||
"pimcore/pimcore": "<10.4.4",
|
||||
"pocketmine/bedrock-protocol": "<8.0.2",
|
||||
"pocketmine/pocketmine-mp": ">= 4.0.0-BETA5, < 4.4.2|<4.2.10",
|
||||
"pocketmine/pocketmine-mp": "<4.7.2|>= 4.0.0-BETA5, < 4.4.2",
|
||||
"pressbooks/pressbooks": "<5.18",
|
||||
"prestashop/autoupgrade": ">=4,<4.10.1",
|
||||
"prestashop/blockwishlist": ">=2,<2.1.1",
|
||||
"prestashop/contactform": ">1.0.1,<4.3",
|
||||
"prestashop/gamification": "<2.3.2",
|
||||
"prestashop/prestashop": ">=1.6.0.10,<1.7.8.7",
|
||||
"prestashop/productcomments": ">=4,<4.2.1",
|
||||
"prestashop/productcomments": "<5.0.2",
|
||||
"prestashop/ps_emailsubscription": "<2.6.1",
|
||||
"prestashop/ps_facetedsearch": "<3.4.1",
|
||||
"prestashop/ps_linklist": "<3.1",
|
||||
|
|
@ -1060,7 +1063,7 @@
|
|||
"simplito/elliptic-php": "<1.0.6",
|
||||
"slim/slim": "<2.6",
|
||||
"smarty/smarty": "<3.1.45|>=4,<4.1.1",
|
||||
"snipe/snipe-it": "<=6.0.2|>= 6.0.0-RC-1, <= 6.0.0-RC-5",
|
||||
"snipe/snipe-it": "<6.0.10|>= 6.0.0-RC-1, <= 6.0.0-RC-5",
|
||||
"socalnick/scn-social-auth": "<1.15.2",
|
||||
"socialiteproviders/steam": "<1.1",
|
||||
"spipu/html2pdf": "<5.2.4",
|
||||
|
|
@ -1230,7 +1233,7 @@
|
|||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2022-08-06T06:06:57+00:00"
|
||||
"time": "2022-08-31T22:04:18+00:00"
|
||||
},
|
||||
{
|
||||
"name": "squizlabs/php_codesniffer",
|
||||
|
|
@ -1525,16 +1528,16 @@
|
|||
},
|
||||
{
|
||||
"name": "symfony/filesystem",
|
||||
"version": "v5.4.11",
|
||||
"version": "v5.4.12",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/filesystem.git",
|
||||
"reference": "6699fb0228d1bc35b12aed6dd5e7455457609ddd"
|
||||
"reference": "2d67c1f9a1937406a9be3171b4b22250c0a11447"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/filesystem/zipball/6699fb0228d1bc35b12aed6dd5e7455457609ddd",
|
||||
"reference": "6699fb0228d1bc35b12aed6dd5e7455457609ddd",
|
||||
"url": "https://api.github.com/repos/symfony/filesystem/zipball/2d67c1f9a1937406a9be3171b4b22250c0a11447",
|
||||
"reference": "2d67c1f9a1937406a9be3171b4b22250c0a11447",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
|
@ -1569,7 +1572,7 @@
|
|||
"description": "Provides basic utilities for the filesystem",
|
||||
"homepage": "https://symfony.com",
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/filesystem/tree/v5.4.11"
|
||||
"source": "https://github.com/symfony/filesystem/tree/v5.4.12"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
|
|
@ -1585,7 +1588,7 @@
|
|||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2022-07-20T13:00:38+00:00"
|
||||
"time": "2022-08-02T13:48:16+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/polyfill-ctype",
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -846,7 +846,7 @@ progress {
|
|||
}
|
||||
|
||||
/*!
|
||||
* Bootstrap Utilities v5.2.0 (https://getbootstrap.com/)
|
||||
* Bootstrap Utilities v5.2.1 (https://getbootstrap.com/)
|
||||
* Copyright 2011-2022 The Bootstrap Authors
|
||||
* Copyright 2011-2022 Twitter, Inc.
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
552
css/theme.css
552
css/theme.css
|
|
@ -1,6 +1,6 @@
|
|||
@charset "UTF-8";
|
||||
/*!
|
||||
* Bootstrap v5.2.0 (https://getbootstrap.com/)
|
||||
* Bootstrap v5.2.1 (https://getbootstrap.com/)
|
||||
* Copyright 2011-2022 The Bootstrap Authors
|
||||
* Copyright 2011-2022 Twitter, Inc.
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
||||
|
|
@ -2660,6 +2660,7 @@ textarea.form-control-lg {
|
|||
height: 100%;
|
||||
padding: 1rem 0.75rem;
|
||||
overflow: hidden;
|
||||
text-align: start;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
pointer-events: none;
|
||||
|
|
@ -2922,14 +2923,14 @@ textarea.form-control-lg {
|
|||
.widget_archive .input-group > select:focus,
|
||||
.input-group > .form-select:focus,
|
||||
.input-group > .form-floating:focus-within {
|
||||
z-index: 3;
|
||||
z-index: 5;
|
||||
}
|
||||
.input-group .btn, .input-group .woocommerce-info a.button, .woocommerce-info .input-group a.button, .input-group .woocommerce-notices-wrapper .woocommerce-message a.button, .woocommerce-notices-wrapper .woocommerce-message .input-group a.button, .input-group .wpcf7 input[type=submit], .wpcf7 .input-group input[type=submit] {
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
}
|
||||
.input-group .btn:focus, .input-group .woocommerce-info a.button:focus, .woocommerce-info .input-group a.button:focus, .input-group .woocommerce-notices-wrapper .woocommerce-message a.button:focus, .woocommerce-notices-wrapper .woocommerce-message .input-group a.button:focus, .input-group .wpcf7 input[type=submit]:focus, .wpcf7 .input-group input[type=submit]:focus {
|
||||
z-index: 3;
|
||||
z-index: 5;
|
||||
}
|
||||
|
||||
.input-group-text {
|
||||
|
|
@ -3066,10 +3067,12 @@ textarea.form-control-lg {
|
|||
border-top-right-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
.input-group > :not(:first-child):not(.dropdown-menu):not(.form-floating):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback),
|
||||
.input-group > .form-floating:not(:first-child) > .form-control,
|
||||
.wpcf7 .input-group > .form-floating:not(:first-child) > .wpcf7-validation-errors,
|
||||
.wpcf7 .input-group > .form-floating:not(:first-child) > input[type=text],
|
||||
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
|
||||
margin-left: -1px;
|
||||
border-top-left-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
.input-group > .form-floating:not(:first-child) > .form-control, .wpcf7 .input-group > .form-floating:not(:first-child) > .wpcf7-validation-errors, .wpcf7 .input-group > .form-floating:not(:first-child) > input[type=text],
|
||||
.wpcf7 .input-group > .form-floating:not(:first-child) > input[type=search],
|
||||
.wpcf7 .input-group > .form-floating:not(:first-child) > input[type=url],
|
||||
.wpcf7 .input-group > .form-floating:not(:first-child) > input[type=tel],
|
||||
|
|
@ -3086,11 +3089,9 @@ textarea.form-control-lg {
|
|||
.wpcf7 .input-group > .form-floating:not(:first-child) > input[type=file],
|
||||
.wpcf7 .input-group > .form-floating:not(:first-child) > input[type=submit],
|
||||
.wpcf7 .input-group > .form-floating:not(:first-child) > select,
|
||||
.wpcf7 .input-group > .form-floating:not(:first-child) > textarea,
|
||||
.widget_categories .input-group > .form-floating:not(:first-child) > select,
|
||||
.wpcf7 .input-group > .form-floating:not(:first-child) > textarea, .widget_categories .input-group > .form-floating:not(:first-child) > select,
|
||||
.widget_archive .input-group > .form-floating:not(:first-child) > select,
|
||||
.input-group > .form-floating:not(:first-child) > .form-select {
|
||||
margin-left: -1px;
|
||||
border-top-left-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
|
@ -3288,158 +3289,65 @@ textarea.form-control-lg {
|
|||
margin-left: 0.5em;
|
||||
}
|
||||
|
||||
.was-validated .input-group .form-control:valid, .was-validated .input-group .wpcf7 .wpcf7-validation-errors:valid, .wpcf7 .was-validated .input-group .wpcf7-validation-errors:valid, .was-validated .input-group .wpcf7 input[type=text]:valid, .wpcf7 .was-validated .input-group input[type=text]:valid,
|
||||
.was-validated .input-group .wpcf7 input[type=search]:valid,
|
||||
.wpcf7 .was-validated .input-group input[type=search]:valid,
|
||||
.was-validated .input-group .wpcf7 input[type=url]:valid,
|
||||
.wpcf7 .was-validated .input-group input[type=url]:valid,
|
||||
.was-validated .input-group .wpcf7 input[type=tel]:valid,
|
||||
.wpcf7 .was-validated .input-group input[type=tel]:valid,
|
||||
.was-validated .input-group .wpcf7 input[type=number]:valid,
|
||||
.wpcf7 .was-validated .input-group input[type=number]:valid,
|
||||
.was-validated .input-group .wpcf7 input[type=range]:valid,
|
||||
.wpcf7 .was-validated .input-group input[type=range]:valid,
|
||||
.was-validated .input-group .wpcf7 input[type=date]:valid,
|
||||
.wpcf7 .was-validated .input-group input[type=date]:valid,
|
||||
.was-validated .input-group .wpcf7 input[type=month]:valid,
|
||||
.wpcf7 .was-validated .input-group input[type=month]:valid,
|
||||
.was-validated .input-group .wpcf7 input[type=week]:valid,
|
||||
.wpcf7 .was-validated .input-group input[type=week]:valid,
|
||||
.was-validated .input-group .wpcf7 input[type=time]:valid,
|
||||
.wpcf7 .was-validated .input-group input[type=time]:valid,
|
||||
.was-validated .input-group .wpcf7 input[type=datetime]:valid,
|
||||
.wpcf7 .was-validated .input-group input[type=datetime]:valid,
|
||||
.was-validated .input-group .wpcf7 input[type=datetime-local]:valid,
|
||||
.wpcf7 .was-validated .input-group input[type=datetime-local]:valid,
|
||||
.was-validated .input-group .wpcf7 input[type=color]:valid,
|
||||
.wpcf7 .was-validated .input-group input[type=color]:valid,
|
||||
.was-validated .input-group .wpcf7 input[type=email]:valid,
|
||||
.wpcf7 .was-validated .input-group input[type=email]:valid,
|
||||
.was-validated .input-group .wpcf7 input[type=file]:valid,
|
||||
.wpcf7 .was-validated .input-group input[type=file]:valid,
|
||||
.was-validated .input-group .wpcf7 input[type=submit]:valid,
|
||||
.wpcf7 .was-validated .input-group input[type=submit]:valid,
|
||||
.was-validated .input-group .wpcf7 select:valid,
|
||||
.wpcf7 .was-validated .input-group select:valid,
|
||||
.was-validated .input-group .wpcf7 textarea:valid,
|
||||
.wpcf7 .was-validated .input-group textarea:valid, .was-validated .input-group .widget_categories select:valid, .widget_categories .was-validated .input-group select:valid,
|
||||
.was-validated .input-group .widget_archive select:valid,
|
||||
.widget_archive .was-validated .input-group select:valid, .input-group .form-control.is-valid, .input-group .wpcf7 .is-valid.wpcf7-validation-errors, .wpcf7 .input-group .is-valid.wpcf7-validation-errors, .input-group .wpcf7 input.is-valid[type=text], .wpcf7 .input-group input.is-valid[type=text],
|
||||
.input-group .wpcf7 input.is-valid[type=search],
|
||||
.wpcf7 .input-group input.is-valid[type=search],
|
||||
.input-group .wpcf7 input.is-valid[type=url],
|
||||
.wpcf7 .input-group input.is-valid[type=url],
|
||||
.input-group .wpcf7 input.is-valid[type=tel],
|
||||
.wpcf7 .input-group input.is-valid[type=tel],
|
||||
.input-group .wpcf7 input.is-valid[type=number],
|
||||
.wpcf7 .input-group input.is-valid[type=number],
|
||||
.input-group .wpcf7 input.is-valid[type=range],
|
||||
.wpcf7 .input-group input.is-valid[type=range],
|
||||
.input-group .wpcf7 input.is-valid[type=date],
|
||||
.wpcf7 .input-group input.is-valid[type=date],
|
||||
.input-group .wpcf7 input.is-valid[type=month],
|
||||
.wpcf7 .input-group input.is-valid[type=month],
|
||||
.input-group .wpcf7 input.is-valid[type=week],
|
||||
.wpcf7 .input-group input.is-valid[type=week],
|
||||
.input-group .wpcf7 input.is-valid[type=time],
|
||||
.wpcf7 .input-group input.is-valid[type=time],
|
||||
.input-group .wpcf7 input.is-valid[type=datetime],
|
||||
.wpcf7 .input-group input.is-valid[type=datetime],
|
||||
.input-group .wpcf7 input.is-valid[type=datetime-local],
|
||||
.wpcf7 .input-group input.is-valid[type=datetime-local],
|
||||
.input-group .wpcf7 input.is-valid[type=color],
|
||||
.wpcf7 .input-group input.is-valid[type=color],
|
||||
.input-group .wpcf7 input.is-valid[type=email],
|
||||
.wpcf7 .input-group input.is-valid[type=email],
|
||||
.input-group .wpcf7 input.is-valid[type=file],
|
||||
.wpcf7 .input-group input.is-valid[type=file],
|
||||
.input-group .wpcf7 input.is-valid[type=submit],
|
||||
.wpcf7 .input-group input.is-valid[type=submit],
|
||||
.input-group .wpcf7 select.is-valid,
|
||||
.wpcf7 .input-group select.is-valid,
|
||||
.input-group .wpcf7 textarea.is-valid,
|
||||
.wpcf7 .input-group textarea.is-valid, .input-group .widget_categories select.is-valid, .widget_categories .input-group select.is-valid,
|
||||
.input-group .widget_archive select.is-valid,
|
||||
.widget_archive .input-group select.is-valid,
|
||||
.was-validated .input-group .form-select:valid,
|
||||
.input-group .form-select.is-valid {
|
||||
z-index: 1;
|
||||
}
|
||||
.was-validated .input-group .form-control:valid:focus, .was-validated .input-group .wpcf7 .wpcf7-validation-errors:valid:focus, .wpcf7 .was-validated .input-group .wpcf7-validation-errors:valid:focus, .was-validated .input-group .wpcf7 input[type=text]:valid:focus, .wpcf7 .was-validated .input-group input[type=text]:valid:focus,
|
||||
.was-validated .input-group .wpcf7 input[type=search]:valid:focus,
|
||||
.wpcf7 .was-validated .input-group input[type=search]:valid:focus,
|
||||
.was-validated .input-group .wpcf7 input[type=url]:valid:focus,
|
||||
.wpcf7 .was-validated .input-group input[type=url]:valid:focus,
|
||||
.was-validated .input-group .wpcf7 input[type=tel]:valid:focus,
|
||||
.wpcf7 .was-validated .input-group input[type=tel]:valid:focus,
|
||||
.was-validated .input-group .wpcf7 input[type=number]:valid:focus,
|
||||
.wpcf7 .was-validated .input-group input[type=number]:valid:focus,
|
||||
.was-validated .input-group .wpcf7 input[type=range]:valid:focus,
|
||||
.wpcf7 .was-validated .input-group input[type=range]:valid:focus,
|
||||
.was-validated .input-group .wpcf7 input[type=date]:valid:focus,
|
||||
.wpcf7 .was-validated .input-group input[type=date]:valid:focus,
|
||||
.was-validated .input-group .wpcf7 input[type=month]:valid:focus,
|
||||
.wpcf7 .was-validated .input-group input[type=month]:valid:focus,
|
||||
.was-validated .input-group .wpcf7 input[type=week]:valid:focus,
|
||||
.wpcf7 .was-validated .input-group input[type=week]:valid:focus,
|
||||
.was-validated .input-group .wpcf7 input[type=time]:valid:focus,
|
||||
.wpcf7 .was-validated .input-group input[type=time]:valid:focus,
|
||||
.was-validated .input-group .wpcf7 input[type=datetime]:valid:focus,
|
||||
.wpcf7 .was-validated .input-group input[type=datetime]:valid:focus,
|
||||
.was-validated .input-group .wpcf7 input[type=datetime-local]:valid:focus,
|
||||
.wpcf7 .was-validated .input-group input[type=datetime-local]:valid:focus,
|
||||
.was-validated .input-group .wpcf7 input[type=color]:valid:focus,
|
||||
.wpcf7 .was-validated .input-group input[type=color]:valid:focus,
|
||||
.was-validated .input-group .wpcf7 input[type=email]:valid:focus,
|
||||
.wpcf7 .was-validated .input-group input[type=email]:valid:focus,
|
||||
.was-validated .input-group .wpcf7 input[type=file]:valid:focus,
|
||||
.wpcf7 .was-validated .input-group input[type=file]:valid:focus,
|
||||
.was-validated .input-group .wpcf7 input[type=submit]:valid:focus,
|
||||
.wpcf7 .was-validated .input-group input[type=submit]:valid:focus,
|
||||
.was-validated .input-group .wpcf7 select:valid:focus,
|
||||
.wpcf7 .was-validated .input-group select:valid:focus,
|
||||
.was-validated .input-group .wpcf7 textarea:valid:focus,
|
||||
.wpcf7 .was-validated .input-group textarea:valid:focus, .was-validated .input-group .widget_categories select:valid:focus, .widget_categories .was-validated .input-group select:valid:focus,
|
||||
.was-validated .input-group .widget_archive select:valid:focus,
|
||||
.widget_archive .was-validated .input-group select:valid:focus, .input-group .form-control.is-valid:focus, .input-group .wpcf7 .is-valid.wpcf7-validation-errors:focus, .wpcf7 .input-group .is-valid.wpcf7-validation-errors:focus, .input-group .wpcf7 input.is-valid[type=text]:focus, .wpcf7 .input-group input.is-valid[type=text]:focus,
|
||||
.input-group .wpcf7 input.is-valid[type=search]:focus,
|
||||
.wpcf7 .input-group input.is-valid[type=search]:focus,
|
||||
.input-group .wpcf7 input.is-valid[type=url]:focus,
|
||||
.wpcf7 .input-group input.is-valid[type=url]:focus,
|
||||
.input-group .wpcf7 input.is-valid[type=tel]:focus,
|
||||
.wpcf7 .input-group input.is-valid[type=tel]:focus,
|
||||
.input-group .wpcf7 input.is-valid[type=number]:focus,
|
||||
.wpcf7 .input-group input.is-valid[type=number]:focus,
|
||||
.input-group .wpcf7 input.is-valid[type=range]:focus,
|
||||
.wpcf7 .input-group input.is-valid[type=range]:focus,
|
||||
.input-group .wpcf7 input.is-valid[type=date]:focus,
|
||||
.wpcf7 .input-group input.is-valid[type=date]:focus,
|
||||
.input-group .wpcf7 input.is-valid[type=month]:focus,
|
||||
.wpcf7 .input-group input.is-valid[type=month]:focus,
|
||||
.input-group .wpcf7 input.is-valid[type=week]:focus,
|
||||
.wpcf7 .input-group input.is-valid[type=week]:focus,
|
||||
.input-group .wpcf7 input.is-valid[type=time]:focus,
|
||||
.wpcf7 .input-group input.is-valid[type=time]:focus,
|
||||
.input-group .wpcf7 input.is-valid[type=datetime]:focus,
|
||||
.wpcf7 .input-group input.is-valid[type=datetime]:focus,
|
||||
.input-group .wpcf7 input.is-valid[type=datetime-local]:focus,
|
||||
.wpcf7 .input-group input.is-valid[type=datetime-local]:focus,
|
||||
.input-group .wpcf7 input.is-valid[type=color]:focus,
|
||||
.wpcf7 .input-group input.is-valid[type=color]:focus,
|
||||
.input-group .wpcf7 input.is-valid[type=email]:focus,
|
||||
.wpcf7 .input-group input.is-valid[type=email]:focus,
|
||||
.input-group .wpcf7 input.is-valid[type=file]:focus,
|
||||
.wpcf7 .input-group input.is-valid[type=file]:focus,
|
||||
.input-group .wpcf7 input.is-valid[type=submit]:focus,
|
||||
.wpcf7 .input-group input.is-valid[type=submit]:focus,
|
||||
.input-group .wpcf7 select.is-valid:focus,
|
||||
.wpcf7 .input-group select.is-valid:focus,
|
||||
.input-group .wpcf7 textarea.is-valid:focus,
|
||||
.wpcf7 .input-group textarea.is-valid:focus, .input-group .widget_categories select.is-valid:focus, .widget_categories .input-group select.is-valid:focus,
|
||||
.input-group .widget_archive select.is-valid:focus,
|
||||
.widget_archive .input-group select.is-valid:focus,
|
||||
.was-validated .input-group .form-select:valid:focus,
|
||||
.input-group .form-select.is-valid:focus {
|
||||
.was-validated .input-group > .form-control:not(:focus):valid, .was-validated .wpcf7 .input-group > .wpcf7-validation-errors:not(:focus):valid, .wpcf7 .was-validated .input-group > .wpcf7-validation-errors:not(:focus):valid, .was-validated .wpcf7 .input-group > input[type=text]:not(:focus):valid, .wpcf7 .was-validated .input-group > input[type=text]:not(:focus):valid,
|
||||
.was-validated .wpcf7 .input-group > input[type=search]:not(:focus):valid,
|
||||
.wpcf7 .was-validated .input-group > input[type=search]:not(:focus):valid,
|
||||
.was-validated .wpcf7 .input-group > input[type=url]:not(:focus):valid,
|
||||
.wpcf7 .was-validated .input-group > input[type=url]:not(:focus):valid,
|
||||
.was-validated .wpcf7 .input-group > input[type=tel]:not(:focus):valid,
|
||||
.wpcf7 .was-validated .input-group > input[type=tel]:not(:focus):valid,
|
||||
.was-validated .wpcf7 .input-group > input[type=number]:not(:focus):valid,
|
||||
.wpcf7 .was-validated .input-group > input[type=number]:not(:focus):valid,
|
||||
.was-validated .wpcf7 .input-group > input[type=range]:not(:focus):valid,
|
||||
.wpcf7 .was-validated .input-group > input[type=range]:not(:focus):valid,
|
||||
.was-validated .wpcf7 .input-group > input[type=date]:not(:focus):valid,
|
||||
.wpcf7 .was-validated .input-group > input[type=date]:not(:focus):valid,
|
||||
.was-validated .wpcf7 .input-group > input[type=month]:not(:focus):valid,
|
||||
.wpcf7 .was-validated .input-group > input[type=month]:not(:focus):valid,
|
||||
.was-validated .wpcf7 .input-group > input[type=week]:not(:focus):valid,
|
||||
.wpcf7 .was-validated .input-group > input[type=week]:not(:focus):valid,
|
||||
.was-validated .wpcf7 .input-group > input[type=time]:not(:focus):valid,
|
||||
.wpcf7 .was-validated .input-group > input[type=time]:not(:focus):valid,
|
||||
.was-validated .wpcf7 .input-group > input[type=datetime]:not(:focus):valid,
|
||||
.wpcf7 .was-validated .input-group > input[type=datetime]:not(:focus):valid,
|
||||
.was-validated .wpcf7 .input-group > input[type=datetime-local]:not(:focus):valid,
|
||||
.wpcf7 .was-validated .input-group > input[type=datetime-local]:not(:focus):valid,
|
||||
.was-validated .wpcf7 .input-group > input[type=color]:not(:focus):valid,
|
||||
.wpcf7 .was-validated .input-group > input[type=color]:not(:focus):valid,
|
||||
.was-validated .wpcf7 .input-group > input[type=email]:not(:focus):valid,
|
||||
.wpcf7 .was-validated .input-group > input[type=email]:not(:focus):valid,
|
||||
.was-validated .wpcf7 .input-group > input[type=file]:not(:focus):valid,
|
||||
.wpcf7 .was-validated .input-group > input[type=file]:not(:focus):valid,
|
||||
.was-validated .wpcf7 .input-group > input[type=submit]:not(:focus):valid,
|
||||
.wpcf7 .was-validated .input-group > input[type=submit]:not(:focus):valid,
|
||||
.was-validated .wpcf7 .input-group > select:not(:focus):valid,
|
||||
.wpcf7 .was-validated .input-group > select:not(:focus):valid,
|
||||
.was-validated .wpcf7 .input-group > textarea:not(:focus):valid,
|
||||
.wpcf7 .was-validated .input-group > textarea:not(:focus):valid, .was-validated .widget_categories .input-group > select:not(:focus):valid, .widget_categories .was-validated .input-group > select:not(:focus):valid,
|
||||
.was-validated .widget_archive .input-group > select:not(:focus):valid,
|
||||
.widget_archive .was-validated .input-group > select:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid, .wpcf7 .input-group > .wpcf7-validation-errors:not(:focus).is-valid, .wpcf7 .input-group > input[type=text]:not(:focus).is-valid,
|
||||
.wpcf7 .input-group > input[type=search]:not(:focus).is-valid,
|
||||
.wpcf7 .input-group > input[type=url]:not(:focus).is-valid,
|
||||
.wpcf7 .input-group > input[type=tel]:not(:focus).is-valid,
|
||||
.wpcf7 .input-group > input[type=number]:not(:focus).is-valid,
|
||||
.wpcf7 .input-group > input[type=range]:not(:focus).is-valid,
|
||||
.wpcf7 .input-group > input[type=date]:not(:focus).is-valid,
|
||||
.wpcf7 .input-group > input[type=month]:not(:focus).is-valid,
|
||||
.wpcf7 .input-group > input[type=week]:not(:focus).is-valid,
|
||||
.wpcf7 .input-group > input[type=time]:not(:focus).is-valid,
|
||||
.wpcf7 .input-group > input[type=datetime]:not(:focus).is-valid,
|
||||
.wpcf7 .input-group > input[type=datetime-local]:not(:focus).is-valid,
|
||||
.wpcf7 .input-group > input[type=color]:not(:focus).is-valid,
|
||||
.wpcf7 .input-group > input[type=email]:not(:focus).is-valid,
|
||||
.wpcf7 .input-group > input[type=file]:not(:focus).is-valid,
|
||||
.wpcf7 .input-group > input[type=submit]:not(:focus).is-valid,
|
||||
.wpcf7 .input-group > select:not(:focus).is-valid,
|
||||
.wpcf7 .input-group > textarea:not(:focus).is-valid, .widget_categories .input-group > select:not(:focus).is-valid,
|
||||
.widget_archive .input-group > select:not(:focus).is-valid,
|
||||
.was-validated .input-group > .form-select:not(:focus):valid,
|
||||
.input-group > .form-select:not(:focus).is-valid,
|
||||
.was-validated .input-group > .form-floating:not(:focus-within):valid,
|
||||
.input-group > .form-floating:not(:focus-within).is-valid {
|
||||
z-index: 3;
|
||||
}
|
||||
|
||||
|
|
@ -3636,159 +3544,66 @@ textarea.form-control-lg {
|
|||
margin-left: 0.5em;
|
||||
}
|
||||
|
||||
.was-validated .input-group .form-control:invalid, .was-validated .input-group .wpcf7 .wpcf7-validation-errors:invalid, .wpcf7 .was-validated .input-group .wpcf7-validation-errors:invalid, .was-validated .input-group .wpcf7 input[type=text]:invalid, .wpcf7 .was-validated .input-group input[type=text]:invalid,
|
||||
.was-validated .input-group .wpcf7 input[type=search]:invalid,
|
||||
.wpcf7 .was-validated .input-group input[type=search]:invalid,
|
||||
.was-validated .input-group .wpcf7 input[type=url]:invalid,
|
||||
.wpcf7 .was-validated .input-group input[type=url]:invalid,
|
||||
.was-validated .input-group .wpcf7 input[type=tel]:invalid,
|
||||
.wpcf7 .was-validated .input-group input[type=tel]:invalid,
|
||||
.was-validated .input-group .wpcf7 input[type=number]:invalid,
|
||||
.wpcf7 .was-validated .input-group input[type=number]:invalid,
|
||||
.was-validated .input-group .wpcf7 input[type=range]:invalid,
|
||||
.wpcf7 .was-validated .input-group input[type=range]:invalid,
|
||||
.was-validated .input-group .wpcf7 input[type=date]:invalid,
|
||||
.wpcf7 .was-validated .input-group input[type=date]:invalid,
|
||||
.was-validated .input-group .wpcf7 input[type=month]:invalid,
|
||||
.wpcf7 .was-validated .input-group input[type=month]:invalid,
|
||||
.was-validated .input-group .wpcf7 input[type=week]:invalid,
|
||||
.wpcf7 .was-validated .input-group input[type=week]:invalid,
|
||||
.was-validated .input-group .wpcf7 input[type=time]:invalid,
|
||||
.wpcf7 .was-validated .input-group input[type=time]:invalid,
|
||||
.was-validated .input-group .wpcf7 input[type=datetime]:invalid,
|
||||
.wpcf7 .was-validated .input-group input[type=datetime]:invalid,
|
||||
.was-validated .input-group .wpcf7 input[type=datetime-local]:invalid,
|
||||
.wpcf7 .was-validated .input-group input[type=datetime-local]:invalid,
|
||||
.was-validated .input-group .wpcf7 input[type=color]:invalid,
|
||||
.wpcf7 .was-validated .input-group input[type=color]:invalid,
|
||||
.was-validated .input-group .wpcf7 input[type=email]:invalid,
|
||||
.wpcf7 .was-validated .input-group input[type=email]:invalid,
|
||||
.was-validated .input-group .wpcf7 input[type=file]:invalid,
|
||||
.wpcf7 .was-validated .input-group input[type=file]:invalid,
|
||||
.was-validated .input-group .wpcf7 input[type=submit]:invalid,
|
||||
.wpcf7 .was-validated .input-group input[type=submit]:invalid,
|
||||
.was-validated .input-group .wpcf7 select:invalid,
|
||||
.wpcf7 .was-validated .input-group select:invalid,
|
||||
.was-validated .input-group .wpcf7 textarea:invalid,
|
||||
.wpcf7 .was-validated .input-group textarea:invalid, .was-validated .input-group .widget_categories select:invalid, .widget_categories .was-validated .input-group select:invalid,
|
||||
.was-validated .input-group .widget_archive select:invalid,
|
||||
.widget_archive .was-validated .input-group select:invalid, .input-group .form-control.is-invalid, .input-group .wpcf7 .is-invalid.wpcf7-validation-errors, .wpcf7 .input-group .is-invalid.wpcf7-validation-errors, .input-group .wpcf7 input.is-invalid[type=text], .wpcf7 .input-group input.is-invalid[type=text],
|
||||
.input-group .wpcf7 input.is-invalid[type=search],
|
||||
.wpcf7 .input-group input.is-invalid[type=search],
|
||||
.input-group .wpcf7 input.is-invalid[type=url],
|
||||
.wpcf7 .input-group input.is-invalid[type=url],
|
||||
.input-group .wpcf7 input.is-invalid[type=tel],
|
||||
.wpcf7 .input-group input.is-invalid[type=tel],
|
||||
.input-group .wpcf7 input.is-invalid[type=number],
|
||||
.wpcf7 .input-group input.is-invalid[type=number],
|
||||
.input-group .wpcf7 input.is-invalid[type=range],
|
||||
.wpcf7 .input-group input.is-invalid[type=range],
|
||||
.input-group .wpcf7 input.is-invalid[type=date],
|
||||
.wpcf7 .input-group input.is-invalid[type=date],
|
||||
.input-group .wpcf7 input.is-invalid[type=month],
|
||||
.wpcf7 .input-group input.is-invalid[type=month],
|
||||
.input-group .wpcf7 input.is-invalid[type=week],
|
||||
.wpcf7 .input-group input.is-invalid[type=week],
|
||||
.input-group .wpcf7 input.is-invalid[type=time],
|
||||
.wpcf7 .input-group input.is-invalid[type=time],
|
||||
.input-group .wpcf7 input.is-invalid[type=datetime],
|
||||
.wpcf7 .input-group input.is-invalid[type=datetime],
|
||||
.input-group .wpcf7 input.is-invalid[type=datetime-local],
|
||||
.wpcf7 .input-group input.is-invalid[type=datetime-local],
|
||||
.input-group .wpcf7 input.is-invalid[type=color],
|
||||
.wpcf7 .input-group input.is-invalid[type=color],
|
||||
.input-group .wpcf7 input.is-invalid[type=email],
|
||||
.wpcf7 .input-group input.is-invalid[type=email],
|
||||
.input-group .wpcf7 input.is-invalid[type=file],
|
||||
.wpcf7 .input-group input.is-invalid[type=file],
|
||||
.input-group .wpcf7 input.is-invalid[type=submit],
|
||||
.wpcf7 .input-group input.is-invalid[type=submit],
|
||||
.input-group .wpcf7 select.is-invalid,
|
||||
.wpcf7 .input-group select.is-invalid,
|
||||
.input-group .wpcf7 textarea.is-invalid,
|
||||
.wpcf7 .input-group textarea.is-invalid, .input-group .widget_categories select.is-invalid, .widget_categories .input-group select.is-invalid,
|
||||
.input-group .widget_archive select.is-invalid,
|
||||
.widget_archive .input-group select.is-invalid,
|
||||
.was-validated .input-group .form-select:invalid,
|
||||
.input-group .form-select.is-invalid {
|
||||
z-index: 2;
|
||||
}
|
||||
.was-validated .input-group .form-control:invalid:focus, .was-validated .input-group .wpcf7 .wpcf7-validation-errors:invalid:focus, .wpcf7 .was-validated .input-group .wpcf7-validation-errors:invalid:focus, .was-validated .input-group .wpcf7 input[type=text]:invalid:focus, .wpcf7 .was-validated .input-group input[type=text]:invalid:focus,
|
||||
.was-validated .input-group .wpcf7 input[type=search]:invalid:focus,
|
||||
.wpcf7 .was-validated .input-group input[type=search]:invalid:focus,
|
||||
.was-validated .input-group .wpcf7 input[type=url]:invalid:focus,
|
||||
.wpcf7 .was-validated .input-group input[type=url]:invalid:focus,
|
||||
.was-validated .input-group .wpcf7 input[type=tel]:invalid:focus,
|
||||
.wpcf7 .was-validated .input-group input[type=tel]:invalid:focus,
|
||||
.was-validated .input-group .wpcf7 input[type=number]:invalid:focus,
|
||||
.wpcf7 .was-validated .input-group input[type=number]:invalid:focus,
|
||||
.was-validated .input-group .wpcf7 input[type=range]:invalid:focus,
|
||||
.wpcf7 .was-validated .input-group input[type=range]:invalid:focus,
|
||||
.was-validated .input-group .wpcf7 input[type=date]:invalid:focus,
|
||||
.wpcf7 .was-validated .input-group input[type=date]:invalid:focus,
|
||||
.was-validated .input-group .wpcf7 input[type=month]:invalid:focus,
|
||||
.wpcf7 .was-validated .input-group input[type=month]:invalid:focus,
|
||||
.was-validated .input-group .wpcf7 input[type=week]:invalid:focus,
|
||||
.wpcf7 .was-validated .input-group input[type=week]:invalid:focus,
|
||||
.was-validated .input-group .wpcf7 input[type=time]:invalid:focus,
|
||||
.wpcf7 .was-validated .input-group input[type=time]:invalid:focus,
|
||||
.was-validated .input-group .wpcf7 input[type=datetime]:invalid:focus,
|
||||
.wpcf7 .was-validated .input-group input[type=datetime]:invalid:focus,
|
||||
.was-validated .input-group .wpcf7 input[type=datetime-local]:invalid:focus,
|
||||
.wpcf7 .was-validated .input-group input[type=datetime-local]:invalid:focus,
|
||||
.was-validated .input-group .wpcf7 input[type=color]:invalid:focus,
|
||||
.wpcf7 .was-validated .input-group input[type=color]:invalid:focus,
|
||||
.was-validated .input-group .wpcf7 input[type=email]:invalid:focus,
|
||||
.wpcf7 .was-validated .input-group input[type=email]:invalid:focus,
|
||||
.was-validated .input-group .wpcf7 input[type=file]:invalid:focus,
|
||||
.wpcf7 .was-validated .input-group input[type=file]:invalid:focus,
|
||||
.was-validated .input-group .wpcf7 input[type=submit]:invalid:focus,
|
||||
.wpcf7 .was-validated .input-group input[type=submit]:invalid:focus,
|
||||
.was-validated .input-group .wpcf7 select:invalid:focus,
|
||||
.wpcf7 .was-validated .input-group select:invalid:focus,
|
||||
.was-validated .input-group .wpcf7 textarea:invalid:focus,
|
||||
.wpcf7 .was-validated .input-group textarea:invalid:focus, .was-validated .input-group .widget_categories select:invalid:focus, .widget_categories .was-validated .input-group select:invalid:focus,
|
||||
.was-validated .input-group .widget_archive select:invalid:focus,
|
||||
.widget_archive .was-validated .input-group select:invalid:focus, .input-group .form-control.is-invalid:focus, .input-group .wpcf7 .is-invalid.wpcf7-validation-errors:focus, .wpcf7 .input-group .is-invalid.wpcf7-validation-errors:focus, .input-group .wpcf7 input.is-invalid[type=text]:focus, .wpcf7 .input-group input.is-invalid[type=text]:focus,
|
||||
.input-group .wpcf7 input.is-invalid[type=search]:focus,
|
||||
.wpcf7 .input-group input.is-invalid[type=search]:focus,
|
||||
.input-group .wpcf7 input.is-invalid[type=url]:focus,
|
||||
.wpcf7 .input-group input.is-invalid[type=url]:focus,
|
||||
.input-group .wpcf7 input.is-invalid[type=tel]:focus,
|
||||
.wpcf7 .input-group input.is-invalid[type=tel]:focus,
|
||||
.input-group .wpcf7 input.is-invalid[type=number]:focus,
|
||||
.wpcf7 .input-group input.is-invalid[type=number]:focus,
|
||||
.input-group .wpcf7 input.is-invalid[type=range]:focus,
|
||||
.wpcf7 .input-group input.is-invalid[type=range]:focus,
|
||||
.input-group .wpcf7 input.is-invalid[type=date]:focus,
|
||||
.wpcf7 .input-group input.is-invalid[type=date]:focus,
|
||||
.input-group .wpcf7 input.is-invalid[type=month]:focus,
|
||||
.wpcf7 .input-group input.is-invalid[type=month]:focus,
|
||||
.input-group .wpcf7 input.is-invalid[type=week]:focus,
|
||||
.wpcf7 .input-group input.is-invalid[type=week]:focus,
|
||||
.input-group .wpcf7 input.is-invalid[type=time]:focus,
|
||||
.wpcf7 .input-group input.is-invalid[type=time]:focus,
|
||||
.input-group .wpcf7 input.is-invalid[type=datetime]:focus,
|
||||
.wpcf7 .input-group input.is-invalid[type=datetime]:focus,
|
||||
.input-group .wpcf7 input.is-invalid[type=datetime-local]:focus,
|
||||
.wpcf7 .input-group input.is-invalid[type=datetime-local]:focus,
|
||||
.input-group .wpcf7 input.is-invalid[type=color]:focus,
|
||||
.wpcf7 .input-group input.is-invalid[type=color]:focus,
|
||||
.input-group .wpcf7 input.is-invalid[type=email]:focus,
|
||||
.wpcf7 .input-group input.is-invalid[type=email]:focus,
|
||||
.input-group .wpcf7 input.is-invalid[type=file]:focus,
|
||||
.wpcf7 .input-group input.is-invalid[type=file]:focus,
|
||||
.input-group .wpcf7 input.is-invalid[type=submit]:focus,
|
||||
.wpcf7 .input-group input.is-invalid[type=submit]:focus,
|
||||
.input-group .wpcf7 select.is-invalid:focus,
|
||||
.wpcf7 .input-group select.is-invalid:focus,
|
||||
.input-group .wpcf7 textarea.is-invalid:focus,
|
||||
.wpcf7 .input-group textarea.is-invalid:focus, .input-group .widget_categories select.is-invalid:focus, .widget_categories .input-group select.is-invalid:focus,
|
||||
.input-group .widget_archive select.is-invalid:focus,
|
||||
.widget_archive .input-group select.is-invalid:focus,
|
||||
.was-validated .input-group .form-select:invalid:focus,
|
||||
.input-group .form-select.is-invalid:focus {
|
||||
z-index: 3;
|
||||
.was-validated .input-group > .form-control:not(:focus):invalid, .was-validated .wpcf7 .input-group > .wpcf7-validation-errors:not(:focus):invalid, .wpcf7 .was-validated .input-group > .wpcf7-validation-errors:not(:focus):invalid, .was-validated .wpcf7 .input-group > input[type=text]:not(:focus):invalid, .wpcf7 .was-validated .input-group > input[type=text]:not(:focus):invalid,
|
||||
.was-validated .wpcf7 .input-group > input[type=search]:not(:focus):invalid,
|
||||
.wpcf7 .was-validated .input-group > input[type=search]:not(:focus):invalid,
|
||||
.was-validated .wpcf7 .input-group > input[type=url]:not(:focus):invalid,
|
||||
.wpcf7 .was-validated .input-group > input[type=url]:not(:focus):invalid,
|
||||
.was-validated .wpcf7 .input-group > input[type=tel]:not(:focus):invalid,
|
||||
.wpcf7 .was-validated .input-group > input[type=tel]:not(:focus):invalid,
|
||||
.was-validated .wpcf7 .input-group > input[type=number]:not(:focus):invalid,
|
||||
.wpcf7 .was-validated .input-group > input[type=number]:not(:focus):invalid,
|
||||
.was-validated .wpcf7 .input-group > input[type=range]:not(:focus):invalid,
|
||||
.wpcf7 .was-validated .input-group > input[type=range]:not(:focus):invalid,
|
||||
.was-validated .wpcf7 .input-group > input[type=date]:not(:focus):invalid,
|
||||
.wpcf7 .was-validated .input-group > input[type=date]:not(:focus):invalid,
|
||||
.was-validated .wpcf7 .input-group > input[type=month]:not(:focus):invalid,
|
||||
.wpcf7 .was-validated .input-group > input[type=month]:not(:focus):invalid,
|
||||
.was-validated .wpcf7 .input-group > input[type=week]:not(:focus):invalid,
|
||||
.wpcf7 .was-validated .input-group > input[type=week]:not(:focus):invalid,
|
||||
.was-validated .wpcf7 .input-group > input[type=time]:not(:focus):invalid,
|
||||
.wpcf7 .was-validated .input-group > input[type=time]:not(:focus):invalid,
|
||||
.was-validated .wpcf7 .input-group > input[type=datetime]:not(:focus):invalid,
|
||||
.wpcf7 .was-validated .input-group > input[type=datetime]:not(:focus):invalid,
|
||||
.was-validated .wpcf7 .input-group > input[type=datetime-local]:not(:focus):invalid,
|
||||
.wpcf7 .was-validated .input-group > input[type=datetime-local]:not(:focus):invalid,
|
||||
.was-validated .wpcf7 .input-group > input[type=color]:not(:focus):invalid,
|
||||
.wpcf7 .was-validated .input-group > input[type=color]:not(:focus):invalid,
|
||||
.was-validated .wpcf7 .input-group > input[type=email]:not(:focus):invalid,
|
||||
.wpcf7 .was-validated .input-group > input[type=email]:not(:focus):invalid,
|
||||
.was-validated .wpcf7 .input-group > input[type=file]:not(:focus):invalid,
|
||||
.wpcf7 .was-validated .input-group > input[type=file]:not(:focus):invalid,
|
||||
.was-validated .wpcf7 .input-group > input[type=submit]:not(:focus):invalid,
|
||||
.wpcf7 .was-validated .input-group > input[type=submit]:not(:focus):invalid,
|
||||
.was-validated .wpcf7 .input-group > select:not(:focus):invalid,
|
||||
.wpcf7 .was-validated .input-group > select:not(:focus):invalid,
|
||||
.was-validated .wpcf7 .input-group > textarea:not(:focus):invalid,
|
||||
.wpcf7 .was-validated .input-group > textarea:not(:focus):invalid, .was-validated .widget_categories .input-group > select:not(:focus):invalid, .widget_categories .was-validated .input-group > select:not(:focus):invalid,
|
||||
.was-validated .widget_archive .input-group > select:not(:focus):invalid,
|
||||
.widget_archive .was-validated .input-group > select:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid, .wpcf7 .input-group > .wpcf7-validation-errors:not(:focus).is-invalid, .wpcf7 .input-group > input[type=text]:not(:focus).is-invalid,
|
||||
.wpcf7 .input-group > input[type=search]:not(:focus).is-invalid,
|
||||
.wpcf7 .input-group > input[type=url]:not(:focus).is-invalid,
|
||||
.wpcf7 .input-group > input[type=tel]:not(:focus).is-invalid,
|
||||
.wpcf7 .input-group > input[type=number]:not(:focus).is-invalid,
|
||||
.wpcf7 .input-group > input[type=range]:not(:focus).is-invalid,
|
||||
.wpcf7 .input-group > input[type=date]:not(:focus).is-invalid,
|
||||
.wpcf7 .input-group > input[type=month]:not(:focus).is-invalid,
|
||||
.wpcf7 .input-group > input[type=week]:not(:focus).is-invalid,
|
||||
.wpcf7 .input-group > input[type=time]:not(:focus).is-invalid,
|
||||
.wpcf7 .input-group > input[type=datetime]:not(:focus).is-invalid,
|
||||
.wpcf7 .input-group > input[type=datetime-local]:not(:focus).is-invalid,
|
||||
.wpcf7 .input-group > input[type=color]:not(:focus).is-invalid,
|
||||
.wpcf7 .input-group > input[type=email]:not(:focus).is-invalid,
|
||||
.wpcf7 .input-group > input[type=file]:not(:focus).is-invalid,
|
||||
.wpcf7 .input-group > input[type=submit]:not(:focus).is-invalid,
|
||||
.wpcf7 .input-group > select:not(:focus).is-invalid,
|
||||
.wpcf7 .input-group > textarea:not(:focus).is-invalid, .widget_categories .input-group > select:not(:focus).is-invalid,
|
||||
.widget_archive .input-group > select:not(:focus).is-invalid,
|
||||
.was-validated .input-group > .form-select:not(:focus):invalid,
|
||||
.input-group > .form-select:not(:focus).is-invalid,
|
||||
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
|
||||
.input-group > .form-floating:not(:focus-within).is-invalid {
|
||||
z-index: 4;
|
||||
}
|
||||
|
||||
.btn, .woocommerce-info a.button, .woocommerce-notices-wrapper .woocommerce-message a.button, .wpcf7 input[type=submit] {
|
||||
|
|
@ -3803,6 +3618,7 @@ textarea.form-control-lg {
|
|||
--bs-btn-border-width: 1px;
|
||||
--bs-btn-border-color: transparent;
|
||||
--bs-btn-border-radius: 0.375rem;
|
||||
--bs-btn-hover-border-color: transparent;
|
||||
--bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
|
||||
--bs-btn-disabled-opacity: 0.65;
|
||||
--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
|
||||
|
|
@ -3830,24 +3646,29 @@ textarea.form-control-lg {
|
|||
transition: none;
|
||||
}
|
||||
}
|
||||
.btn:hover, .woocommerce-info a.button:hover, .woocommerce-notices-wrapper .woocommerce-message a.button:hover, .wpcf7 input[type=submit]:hover {
|
||||
:not(.btn-check) + .btn:hover, .woocommerce-info :not(.btn-check) + a.button:hover, .woocommerce-notices-wrapper .woocommerce-message :not(.btn-check) + a.button:hover, .wpcf7 :not(.btn-check) + input[type=submit]:hover, .btn:first-child:hover, .woocommerce-info a.button:first-child:hover, .woocommerce-notices-wrapper .woocommerce-message a.button:first-child:hover, .wpcf7 input[type=submit]:first-child:hover {
|
||||
color: var(--bs-btn-hover-color);
|
||||
background-color: var(--bs-btn-hover-bg);
|
||||
border-color: var(--bs-btn-hover-border-color);
|
||||
}
|
||||
.btn-check:focus + .btn, .woocommerce-info .btn-check:focus + a.button, .woocommerce-notices-wrapper .woocommerce-message .btn-check:focus + a.button, .wpcf7 .btn-check:focus + input[type=submit], .btn:focus, .woocommerce-info a.button:focus, .woocommerce-notices-wrapper .woocommerce-message a.button:focus, .wpcf7 input[type=submit]:focus {
|
||||
.btn:focus-visible, .woocommerce-info a.button:focus-visible, .woocommerce-notices-wrapper .woocommerce-message a.button:focus-visible, .wpcf7 input[type=submit]:focus-visible {
|
||||
color: var(--bs-btn-hover-color);
|
||||
background-color: var(--bs-btn-hover-bg);
|
||||
border-color: var(--bs-btn-hover-border-color);
|
||||
outline: 0;
|
||||
box-shadow: var(--bs-btn-focus-box-shadow);
|
||||
}
|
||||
.btn-check:checked + .btn, .woocommerce-info .btn-check:checked + a.button, .woocommerce-notices-wrapper .woocommerce-message .btn-check:checked + a.button, .wpcf7 .btn-check:checked + input[type=submit], .btn-check:active + .btn, .woocommerce-info .btn-check:active + a.button, .woocommerce-notices-wrapper .woocommerce-message .btn-check:active + a.button, .wpcf7 .btn-check:active + input[type=submit], .btn:active, .woocommerce-info a.button:active, .woocommerce-notices-wrapper .woocommerce-message a.button:active, .wpcf7 input[type=submit]:active, .btn.active, .woocommerce-info a.active.button, .woocommerce-notices-wrapper .woocommerce-message a.active.button, .wpcf7 input.active[type=submit], .btn.show, .woocommerce-info a.show.button, .woocommerce-notices-wrapper .woocommerce-message a.show.button, .wpcf7 input.show[type=submit] {
|
||||
.btn-check:focus-visible + .btn, .woocommerce-info .btn-check:focus-visible + a.button, .woocommerce-notices-wrapper .woocommerce-message .btn-check:focus-visible + a.button, .wpcf7 .btn-check:focus-visible + input[type=submit] {
|
||||
border-color: var(--bs-btn-hover-border-color);
|
||||
outline: 0;
|
||||
box-shadow: var(--bs-btn-focus-box-shadow);
|
||||
}
|
||||
.btn-check:checked + .btn, .woocommerce-info .btn-check:checked + a.button, .woocommerce-notices-wrapper .woocommerce-message .btn-check:checked + a.button, .wpcf7 .btn-check:checked + input[type=submit], :not(.btn-check) + .btn:active, .woocommerce-info :not(.btn-check) + a.button:active, .woocommerce-notices-wrapper .woocommerce-message :not(.btn-check) + a.button:active, .wpcf7 :not(.btn-check) + input[type=submit]:active, .btn:first-child:active, .woocommerce-info a.button:first-child:active, .woocommerce-notices-wrapper .woocommerce-message a.button:first-child:active, .wpcf7 input[type=submit]:first-child:active, .btn.active, .woocommerce-info a.active.button, .woocommerce-notices-wrapper .woocommerce-message a.active.button, .wpcf7 input.active[type=submit], .btn.show, .woocommerce-info a.show.button, .woocommerce-notices-wrapper .woocommerce-message a.show.button, .wpcf7 input.show[type=submit] {
|
||||
color: var(--bs-btn-active-color);
|
||||
background-color: var(--bs-btn-active-bg);
|
||||
border-color: var(--bs-btn-active-border-color);
|
||||
}
|
||||
.btn-check:checked + .btn:focus, .woocommerce-info .btn-check:checked + a.button:focus, .woocommerce-notices-wrapper .woocommerce-message .btn-check:checked + a.button:focus, .wpcf7 .btn-check:checked + input[type=submit]:focus, .btn-check:active + .btn:focus, .woocommerce-info .btn-check:active + a.button:focus, .woocommerce-notices-wrapper .woocommerce-message .btn-check:active + a.button:focus, .wpcf7 .btn-check:active + input[type=submit]:focus, .btn:active:focus, .woocommerce-info a.button:active:focus, .woocommerce-notices-wrapper .woocommerce-message a.button:active:focus, .wpcf7 input[type=submit]:active:focus, .btn.active:focus, .woocommerce-info a.active.button:focus, .woocommerce-notices-wrapper .woocommerce-message a.active.button:focus, .wpcf7 input.active[type=submit]:focus, .btn.show:focus, .woocommerce-info a.show.button:focus, .woocommerce-notices-wrapper .woocommerce-message a.show.button:focus, .wpcf7 input.show[type=submit]:focus {
|
||||
.btn-check:checked + .btn:focus-visible, .woocommerce-info .btn-check:checked + a.button:focus-visible, .woocommerce-notices-wrapper .woocommerce-message .btn-check:checked + a.button:focus-visible, .wpcf7 .btn-check:checked + input[type=submit]:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .woocommerce-info :not(.btn-check) + a.button:active:focus-visible, .woocommerce-notices-wrapper .woocommerce-message :not(.btn-check) + a.button:active:focus-visible, .wpcf7 :not(.btn-check) + input[type=submit]:active:focus-visible, .btn:first-child:active:focus-visible, .woocommerce-info a.button:first-child:active:focus-visible, .woocommerce-notices-wrapper .woocommerce-message a.button:first-child:active:focus-visible, .wpcf7 input[type=submit]:first-child:active:focus-visible, .btn.active:focus-visible, .woocommerce-info a.active.button:focus-visible, .woocommerce-notices-wrapper .woocommerce-message a.active.button:focus-visible, .wpcf7 input.active[type=submit]:focus-visible, .btn.show:focus-visible, .woocommerce-info a.show.button:focus-visible, .woocommerce-notices-wrapper .woocommerce-message a.show.button:focus-visible, .wpcf7 input.show[type=submit]:focus-visible {
|
||||
box-shadow: var(--bs-btn-focus-box-shadow);
|
||||
}
|
||||
.btn:disabled, .woocommerce-info a.button:disabled, .woocommerce-notices-wrapper .woocommerce-message a.button:disabled, .wpcf7 input[type=submit]:disabled, .btn.disabled, .woocommerce-info a.disabled.button, .woocommerce-notices-wrapper .woocommerce-message a.disabled.button, .wpcf7 input.disabled[type=submit], fieldset:disabled .btn, fieldset:disabled .woocommerce-info a.button, .woocommerce-info fieldset:disabled a.button, fieldset:disabled .woocommerce-notices-wrapper .woocommerce-message a.button, .woocommerce-notices-wrapper .woocommerce-message fieldset:disabled a.button, fieldset:disabled .wpcf7 input[type=submit], .wpcf7 fieldset:disabled input[type=submit] {
|
||||
|
|
@ -4145,7 +3966,7 @@ textarea.form-control-lg {
|
|||
--bs-btn-focus-shadow-rgb: 111, 82, 255;
|
||||
text-decoration: underline;
|
||||
}
|
||||
.btn-link:focus {
|
||||
.btn-link:focus-visible {
|
||||
color: var(--bs-btn-color);
|
||||
}
|
||||
.btn-link:hover {
|
||||
|
|
@ -4230,6 +4051,7 @@ textarea.form-control-lg {
|
|||
}
|
||||
|
||||
.dropdown-menu {
|
||||
--bs-dropdown-zindex: 1000;
|
||||
--bs-dropdown-min-width: 10rem;
|
||||
--bs-dropdown-padding-x: 0;
|
||||
--bs-dropdown-padding-y: 0.5rem;
|
||||
|
|
@ -4256,7 +4078,7 @@ textarea.form-control-lg {
|
|||
--bs-dropdown-header-padding-x: 1rem;
|
||||
--bs-dropdown-header-padding-y: 0.5rem;
|
||||
position: absolute;
|
||||
z-index: 1000;
|
||||
z-index: var(--bs-dropdown-zindex);
|
||||
display: none;
|
||||
min-width: var(--bs-dropdown-min-width);
|
||||
padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
|
||||
|
|
@ -4592,7 +4414,7 @@ textarea.form-control-lg {
|
|||
.btn-group {
|
||||
border-radius: 0.375rem;
|
||||
}
|
||||
.btn-group > .btn:not(:first-child), .woocommerce-info .btn-group > a.button:not(:first-child), .woocommerce-notices-wrapper .woocommerce-message .btn-group > a.button:not(:first-child), .wpcf7 .btn-group > input[type=submit]:not(:first-child),
|
||||
.btn-group > :not(.btn-check:first-child) + .btn, .woocommerce-info .btn-group > :not(.btn-check:first-child) + a.button, .woocommerce-notices-wrapper .woocommerce-message .btn-group > :not(.btn-check:first-child) + a.button, .wpcf7 .btn-group > :not(.btn-check:first-child) + input[type=submit],
|
||||
.btn-group > .btn-group:not(:first-child) {
|
||||
margin-left: -1px;
|
||||
}
|
||||
|
|
@ -4720,7 +4542,7 @@ textarea.form-control-lg {
|
|||
border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
|
||||
}
|
||||
.nav-tabs .nav-link {
|
||||
margin-bottom: calc(var(--bs-nav-tabs-border-width) * -1);
|
||||
margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
|
||||
background: none;
|
||||
border: var(--bs-nav-tabs-border-width) solid transparent;
|
||||
border-top-left-radius: var(--bs-nav-tabs-border-radius);
|
||||
|
|
@ -4742,7 +4564,7 @@ textarea.form-control-lg {
|
|||
border-color: var(--bs-nav-tabs-link-active-border-color);
|
||||
}
|
||||
.nav-tabs .dropdown-menu {
|
||||
margin-top: calc(var(--bs-nav-tabs-border-width) * -1);
|
||||
margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
|
||||
border-top-left-radius: 0;
|
||||
border-top-right-radius: 0;
|
||||
}
|
||||
|
|
@ -5399,7 +5221,7 @@ textarea.form-control-lg {
|
|||
}
|
||||
|
||||
.accordion {
|
||||
--bs-accordion-color: #000;
|
||||
--bs-accordion-color: var(--bs-body-color);
|
||||
--bs-accordion-bg: #fff;
|
||||
--bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
|
||||
--bs-accordion-border-color: var(--bs-border-color);
|
||||
|
|
@ -5446,7 +5268,7 @@ textarea.form-control-lg {
|
|||
.accordion-button:not(.collapsed) {
|
||||
color: var(--bs-accordion-active-color);
|
||||
background-color: var(--bs-accordion-active-bg);
|
||||
box-shadow: inset 0 calc(var(--bs-accordion-border-width) * -1) 0 var(--bs-accordion-border-color);
|
||||
box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
|
||||
}
|
||||
.accordion-button:not(.collapsed)::after {
|
||||
background-image: var(--bs-accordion-btn-active-icon);
|
||||
|
|
@ -5529,7 +5351,7 @@ textarea.form-control-lg {
|
|||
.accordion-flush .accordion-item:last-child {
|
||||
border-bottom: 0;
|
||||
}
|
||||
.accordion-flush .accordion-item .accordion-button {
|
||||
.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
|
|
@ -5938,18 +5760,18 @@ textarea.form-control-lg {
|
|||
border-top-width: 0;
|
||||
}
|
||||
.list-group-item + .list-group-item.active {
|
||||
margin-top: calc(var(--bs-list-group-border-width) * -1);
|
||||
margin-top: calc(-1 * var(--bs-list-group-border-width));
|
||||
border-top-width: var(--bs-list-group-border-width);
|
||||
}
|
||||
|
||||
.list-group-horizontal {
|
||||
flex-direction: row;
|
||||
}
|
||||
.list-group-horizontal > .list-group-item:first-child {
|
||||
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
|
||||
border-bottom-left-radius: var(--bs-list-group-border-radius);
|
||||
border-top-right-radius: 0;
|
||||
}
|
||||
.list-group-horizontal > .list-group-item:last-child {
|
||||
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
|
||||
border-top-right-radius: var(--bs-list-group-border-radius);
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
|
@ -5961,7 +5783,7 @@ textarea.form-control-lg {
|
|||
border-left-width: 0;
|
||||
}
|
||||
.list-group-horizontal > .list-group-item + .list-group-item.active {
|
||||
margin-left: calc(var(--bs-list-group-border-width) * -1);
|
||||
margin-left: calc(-1 * var(--bs-list-group-border-width));
|
||||
border-left-width: var(--bs-list-group-border-width);
|
||||
}
|
||||
|
||||
|
|
@ -5969,11 +5791,11 @@ textarea.form-control-lg {
|
|||
.list-group-horizontal-sm {
|
||||
flex-direction: row;
|
||||
}
|
||||
.list-group-horizontal-sm > .list-group-item:first-child {
|
||||
.list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
|
||||
border-bottom-left-radius: var(--bs-list-group-border-radius);
|
||||
border-top-right-radius: 0;
|
||||
}
|
||||
.list-group-horizontal-sm > .list-group-item:last-child {
|
||||
.list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
|
||||
border-top-right-radius: var(--bs-list-group-border-radius);
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
|
@ -5985,7 +5807,7 @@ textarea.form-control-lg {
|
|||
border-left-width: 0;
|
||||
}
|
||||
.list-group-horizontal-sm > .list-group-item + .list-group-item.active {
|
||||
margin-left: calc(var(--bs-list-group-border-width) * -1);
|
||||
margin-left: calc(-1 * var(--bs-list-group-border-width));
|
||||
border-left-width: var(--bs-list-group-border-width);
|
||||
}
|
||||
}
|
||||
|
|
@ -5993,11 +5815,11 @@ textarea.form-control-lg {
|
|||
.list-group-horizontal-md {
|
||||
flex-direction: row;
|
||||
}
|
||||
.list-group-horizontal-md > .list-group-item:first-child {
|
||||
.list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
|
||||
border-bottom-left-radius: var(--bs-list-group-border-radius);
|
||||
border-top-right-radius: 0;
|
||||
}
|
||||
.list-group-horizontal-md > .list-group-item:last-child {
|
||||
.list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
|
||||
border-top-right-radius: var(--bs-list-group-border-radius);
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
|
@ -6009,7 +5831,7 @@ textarea.form-control-lg {
|
|||
border-left-width: 0;
|
||||
}
|
||||
.list-group-horizontal-md > .list-group-item + .list-group-item.active {
|
||||
margin-left: calc(var(--bs-list-group-border-width) * -1);
|
||||
margin-left: calc(-1 * var(--bs-list-group-border-width));
|
||||
border-left-width: var(--bs-list-group-border-width);
|
||||
}
|
||||
}
|
||||
|
|
@ -6017,11 +5839,11 @@ textarea.form-control-lg {
|
|||
.list-group-horizontal-lg {
|
||||
flex-direction: row;
|
||||
}
|
||||
.list-group-horizontal-lg > .list-group-item:first-child {
|
||||
.list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
|
||||
border-bottom-left-radius: var(--bs-list-group-border-radius);
|
||||
border-top-right-radius: 0;
|
||||
}
|
||||
.list-group-horizontal-lg > .list-group-item:last-child {
|
||||
.list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
|
||||
border-top-right-radius: var(--bs-list-group-border-radius);
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
|
@ -6033,7 +5855,7 @@ textarea.form-control-lg {
|
|||
border-left-width: 0;
|
||||
}
|
||||
.list-group-horizontal-lg > .list-group-item + .list-group-item.active {
|
||||
margin-left: calc(var(--bs-list-group-border-width) * -1);
|
||||
margin-left: calc(-1 * var(--bs-list-group-border-width));
|
||||
border-left-width: var(--bs-list-group-border-width);
|
||||
}
|
||||
}
|
||||
|
|
@ -6041,11 +5863,11 @@ textarea.form-control-lg {
|
|||
.list-group-horizontal-xl {
|
||||
flex-direction: row;
|
||||
}
|
||||
.list-group-horizontal-xl > .list-group-item:first-child {
|
||||
.list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
|
||||
border-bottom-left-radius: var(--bs-list-group-border-radius);
|
||||
border-top-right-radius: 0;
|
||||
}
|
||||
.list-group-horizontal-xl > .list-group-item:last-child {
|
||||
.list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
|
||||
border-top-right-radius: var(--bs-list-group-border-radius);
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
|
@ -6057,7 +5879,7 @@ textarea.form-control-lg {
|
|||
border-left-width: 0;
|
||||
}
|
||||
.list-group-horizontal-xl > .list-group-item + .list-group-item.active {
|
||||
margin-left: calc(var(--bs-list-group-border-width) * -1);
|
||||
margin-left: calc(-1 * var(--bs-list-group-border-width));
|
||||
border-left-width: var(--bs-list-group-border-width);
|
||||
}
|
||||
}
|
||||
|
|
@ -6065,11 +5887,11 @@ textarea.form-control-lg {
|
|||
.list-group-horizontal-xxl {
|
||||
flex-direction: row;
|
||||
}
|
||||
.list-group-horizontal-xxl > .list-group-item:first-child {
|
||||
.list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
|
||||
border-bottom-left-radius: var(--bs-list-group-border-radius);
|
||||
border-top-right-radius: 0;
|
||||
}
|
||||
.list-group-horizontal-xxl > .list-group-item:last-child {
|
||||
.list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
|
||||
border-top-right-radius: var(--bs-list-group-border-radius);
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
|
@ -6081,7 +5903,7 @@ textarea.form-control-lg {
|
|||
border-left-width: 0;
|
||||
}
|
||||
.list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
|
||||
margin-left: calc(var(--bs-list-group-border-width) * -1);
|
||||
margin-left: calc(-1 * var(--bs-list-group-border-width));
|
||||
border-left-width: var(--bs-list-group-border-width);
|
||||
}
|
||||
}
|
||||
|
|
@ -6241,6 +6063,7 @@ textarea.form-control-lg {
|
|||
}
|
||||
|
||||
.toast {
|
||||
--bs-toast-zindex: 1090;
|
||||
--bs-toast-padding-x: 0.75rem;
|
||||
--bs-toast-padding-y: 0.5rem;
|
||||
--bs-toast-spacing: 1.5rem;
|
||||
|
|
@ -6275,7 +6098,7 @@ textarea.form-control-lg {
|
|||
|
||||
.toast-container {
|
||||
position: absolute;
|
||||
z-index: 1090;
|
||||
z-index: var(--bs-toast-zindex);
|
||||
width: -webkit-max-content;
|
||||
width: -moz-max-content;
|
||||
width: max-content;
|
||||
|
|
@ -6298,7 +6121,7 @@ textarea.form-control-lg {
|
|||
border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
|
||||
}
|
||||
.toast-header .btn-close {
|
||||
margin-right: calc(var(--bs-toast-padding-x) * -0.5);
|
||||
margin-right: calc(-0.5 * var(--bs-toast-padding-x));
|
||||
margin-left: var(--bs-toast-padding-x);
|
||||
}
|
||||
|
||||
|
|
@ -6425,7 +6248,7 @@ textarea.form-control-lg {
|
|||
}
|
||||
.modal-header .btn-close {
|
||||
padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
|
||||
margin: calc(var(--bs-modal-header-padding-y) * -0.5) calc(var(--bs-modal-header-padding-x) * -0.5) calc(var(--bs-modal-header-padding-y) * -0.5) auto;
|
||||
margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
|
||||
}
|
||||
|
||||
.modal-title {
|
||||
|
|
@ -6715,7 +6538,7 @@ textarea.form-control-lg {
|
|||
--bs-popover-header-padding-x: 1rem;
|
||||
--bs-popover-header-padding-y: 0.5rem;
|
||||
--bs-popover-header-font-size: 1rem;
|
||||
--bs-popover-header-color: var(--bs-heading-color);
|
||||
--bs-popover-header-color: ;
|
||||
--bs-popover-header-bg: #f0f0f0;
|
||||
--bs-popover-body-padding-x: 1rem;
|
||||
--bs-popover-body-padding-y: 1rem;
|
||||
|
|
@ -6762,7 +6585,7 @@ textarea.form-control-lg {
|
|||
}
|
||||
|
||||
.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
|
||||
bottom: calc(var(--bs-popover-arrow-height) * -1 - var(--bs-popover-border-width));
|
||||
bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
|
||||
}
|
||||
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
|
||||
border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
|
||||
|
|
@ -6778,7 +6601,7 @@ textarea.form-control-lg {
|
|||
|
||||
/* rtl:begin:ignore */
|
||||
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
|
||||
left: calc(var(--bs-popover-arrow-height) * -1 - var(--bs-popover-border-width));
|
||||
left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
|
||||
width: var(--bs-popover-arrow-height);
|
||||
height: var(--bs-popover-arrow-width);
|
||||
}
|
||||
|
|
@ -6796,7 +6619,7 @@ textarea.form-control-lg {
|
|||
|
||||
/* rtl:end:ignore */
|
||||
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
|
||||
top: calc(var(--bs-popover-arrow-height) * -1 - var(--bs-popover-border-width));
|
||||
top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
|
||||
}
|
||||
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
|
||||
border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
|
||||
|
|
@ -6815,14 +6638,14 @@ textarea.form-control-lg {
|
|||
left: 50%;
|
||||
display: block;
|
||||
width: var(--bs-popover-arrow-width);
|
||||
margin-left: calc(var(--bs-popover-arrow-width) * -0.5);
|
||||
margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
|
||||
content: "";
|
||||
border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
|
||||
}
|
||||
|
||||
/* rtl:begin:ignore */
|
||||
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
|
||||
right: calc(var(--bs-popover-arrow-height) * -1 - var(--bs-popover-border-width));
|
||||
right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
|
||||
width: var(--bs-popover-arrow-height);
|
||||
height: var(--bs-popover-arrow-width);
|
||||
}
|
||||
|
|
@ -7145,6 +6968,7 @@ textarea.form-control-lg {
|
|||
}
|
||||
}
|
||||
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
|
||||
--bs-offcanvas-zindex: 1045;
|
||||
--bs-offcanvas-width: 400px;
|
||||
--bs-offcanvas-height: 30vh;
|
||||
--bs-offcanvas-padding-x: 1rem;
|
||||
|
|
@ -7160,7 +6984,7 @@ textarea.form-control-lg {
|
|||
.offcanvas-sm {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
z-index: 1045;
|
||||
z-index: var(--bs-offcanvas-zindex);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
max-width: 100%;
|
||||
|
|
@ -7248,7 +7072,7 @@ textarea.form-control-lg {
|
|||
.offcanvas-md {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
z-index: 1045;
|
||||
z-index: var(--bs-offcanvas-zindex);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
max-width: 100%;
|
||||
|
|
@ -7336,7 +7160,7 @@ textarea.form-control-lg {
|
|||
.offcanvas-lg {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
z-index: 1045;
|
||||
z-index: var(--bs-offcanvas-zindex);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
max-width: 100%;
|
||||
|
|
@ -7424,7 +7248,7 @@ textarea.form-control-lg {
|
|||
.offcanvas-xl {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
z-index: 1045;
|
||||
z-index: var(--bs-offcanvas-zindex);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
max-width: 100%;
|
||||
|
|
@ -7512,7 +7336,7 @@ textarea.form-control-lg {
|
|||
.offcanvas-xxl {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
z-index: 1045;
|
||||
z-index: var(--bs-offcanvas-zindex);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
max-width: 100%;
|
||||
|
|
@ -7599,7 +7423,7 @@ textarea.form-control-lg {
|
|||
.offcanvas {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
z-index: 1045;
|
||||
z-index: var(--bs-offcanvas-zindex);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
max-width: 100%;
|
||||
|
|
@ -7677,9 +7501,9 @@ textarea.form-control-lg {
|
|||
}
|
||||
.offcanvas-header .btn-close {
|
||||
padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
|
||||
margin-top: calc(var(--bs-offcanvas-padding-y) * -0.5);
|
||||
margin-right: calc(var(--bs-offcanvas-padding-x) * -0.5);
|
||||
margin-bottom: calc(var(--bs-offcanvas-padding-y) * -0.5);
|
||||
margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
|
||||
margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
|
||||
margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
|
||||
}
|
||||
|
||||
.offcanvas-title {
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -4037,6 +4037,7 @@
|
|||
Popper.Utils = (typeof window !== 'undefined' ? window : global).PopperUtils;
|
||||
Popper.placements = placements;
|
||||
Popper.Defaults = Defaults;
|
||||
var Popper$1 = Popper;
|
||||
|
||||
/**
|
||||
* --------------------------------------------------------------------------
|
||||
|
|
@ -4175,7 +4176,7 @@
|
|||
|
||||
if (!this._inNavbar && usePopper) {
|
||||
// Check for Popper dependency
|
||||
if (typeof Popper === 'undefined') {
|
||||
if (typeof Popper$1 === 'undefined') {
|
||||
throw new TypeError('Bootstrap\'s dropdowns require Popper (https://popper.js.org)');
|
||||
}
|
||||
|
||||
|
|
@ -4198,7 +4199,7 @@
|
|||
$__default["default"](parent).addClass(CLASS_NAME_POSITION_STATIC);
|
||||
}
|
||||
|
||||
this._popper = new Popper(referenceElement, this._menu, this._getPopperConfig());
|
||||
this._popper = new Popper$1(referenceElement, this._menu, this._getPopperConfig());
|
||||
} // If this is a touch-enabled device we add extra
|
||||
// empty mouseover listeners to the body's immediate children;
|
||||
// only needed because of broken event delegation on iOS
|
||||
|
|
@ -5318,7 +5319,7 @@
|
|||
|
||||
class Tooltip {
|
||||
constructor(element, config) {
|
||||
if (typeof Popper === 'undefined') {
|
||||
if (typeof Popper$1 === 'undefined') {
|
||||
throw new TypeError('Bootstrap\'s tooltips require Popper (https://popper.js.org)');
|
||||
} // Private
|
||||
|
||||
|
|
@ -5476,7 +5477,7 @@
|
|||
}
|
||||
|
||||
$__default["default"](this.element).trigger(this.constructor.Event.INSERTED);
|
||||
this._popper = new Popper(this.element, tip, this._getPopperConfig(attachment));
|
||||
this._popper = new Popper$1(this.element, tip, this._getPopperConfig(attachment));
|
||||
$__default["default"](tip).addClass(CLASS_NAME_SHOW$3);
|
||||
$__default["default"](tip).addClass(this.config.customClass); // If this is a touch-enabled device we add extra
|
||||
// empty mouseover listeners to the body's immediate children;
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
125
js/theme.js
125
js/theme.js
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
/**
|
||||
* --------------------------------------------------------------------------
|
||||
* Bootstrap (v5.2.0): util/index.js
|
||||
* Bootstrap (v5.2.1): util/index.js
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
||||
* --------------------------------------------------------------------------
|
||||
*/
|
||||
|
|
@ -326,7 +326,7 @@
|
|||
|
||||
/**
|
||||
* --------------------------------------------------------------------------
|
||||
* Bootstrap (v5.2.0): dom/event-handler.js
|
||||
* Bootstrap (v5.2.1): dom/event-handler.js
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
||||
* --------------------------------------------------------------------------
|
||||
*/
|
||||
|
|
@ -595,7 +595,7 @@
|
|||
|
||||
/**
|
||||
* --------------------------------------------------------------------------
|
||||
* Bootstrap (v5.2.0): dom/data.js
|
||||
* Bootstrap (v5.2.1): dom/data.js
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
||||
* --------------------------------------------------------------------------
|
||||
*/
|
||||
|
|
@ -647,7 +647,7 @@
|
|||
|
||||
/**
|
||||
* --------------------------------------------------------------------------
|
||||
* Bootstrap (v5.2.0): dom/manipulator.js
|
||||
* Bootstrap (v5.2.1): dom/manipulator.js
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
||||
* --------------------------------------------------------------------------
|
||||
*/
|
||||
|
|
@ -717,7 +717,7 @@
|
|||
|
||||
/**
|
||||
* --------------------------------------------------------------------------
|
||||
* Bootstrap (v5.2.0): util/config.js
|
||||
* Bootstrap (v5.2.1): util/config.js
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
||||
* --------------------------------------------------------------------------
|
||||
*/
|
||||
|
|
@ -778,7 +778,7 @@
|
|||
|
||||
/**
|
||||
* --------------------------------------------------------------------------
|
||||
* Bootstrap (v5.2.0): base-component.js
|
||||
* Bootstrap (v5.2.1): base-component.js
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
||||
* --------------------------------------------------------------------------
|
||||
*/
|
||||
|
|
@ -786,7 +786,7 @@
|
|||
* Constants
|
||||
*/
|
||||
|
||||
const VERSION = '5.2.0';
|
||||
const VERSION = '5.2.1';
|
||||
/**
|
||||
* Class definition
|
||||
*/
|
||||
|
|
@ -857,7 +857,7 @@
|
|||
|
||||
/**
|
||||
* --------------------------------------------------------------------------
|
||||
* Bootstrap (v5.2.0): util/component-functions.js
|
||||
* Bootstrap (v5.2.1): util/component-functions.js
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
||||
* --------------------------------------------------------------------------
|
||||
*/
|
||||
|
|
@ -883,7 +883,7 @@
|
|||
|
||||
/**
|
||||
* --------------------------------------------------------------------------
|
||||
* Bootstrap (v5.2.0): alert.js
|
||||
* Bootstrap (v5.2.1): alert.js
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
||||
* --------------------------------------------------------------------------
|
||||
*/
|
||||
|
|
@ -963,7 +963,7 @@
|
|||
|
||||
/**
|
||||
* --------------------------------------------------------------------------
|
||||
* Bootstrap (v5.2.0): button.js
|
||||
* Bootstrap (v5.2.1): button.js
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
||||
* --------------------------------------------------------------------------
|
||||
*/
|
||||
|
|
@ -1025,7 +1025,7 @@
|
|||
|
||||
/**
|
||||
* --------------------------------------------------------------------------
|
||||
* Bootstrap (v5.2.0): dom/selector-engine.js
|
||||
* Bootstrap (v5.2.1): dom/selector-engine.js
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
||||
* --------------------------------------------------------------------------
|
||||
*/
|
||||
|
|
@ -1096,7 +1096,7 @@
|
|||
|
||||
/**
|
||||
* --------------------------------------------------------------------------
|
||||
* Bootstrap (v5.2.0): util/swipe.js
|
||||
* Bootstrap (v5.2.1): util/swipe.js
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
||||
* --------------------------------------------------------------------------
|
||||
*/
|
||||
|
|
@ -1232,7 +1232,7 @@
|
|||
|
||||
/**
|
||||
* --------------------------------------------------------------------------
|
||||
* Bootstrap (v5.2.0): carousel.js
|
||||
* Bootstrap (v5.2.1): carousel.js
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
||||
* --------------------------------------------------------------------------
|
||||
*/
|
||||
|
|
@ -1680,7 +1680,7 @@
|
|||
|
||||
/**
|
||||
* --------------------------------------------------------------------------
|
||||
* Bootstrap (v5.2.0): collapse.js
|
||||
* Bootstrap (v5.2.1): collapse.js
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
||||
* --------------------------------------------------------------------------
|
||||
*/
|
||||
|
|
@ -3816,7 +3816,7 @@
|
|||
|
||||
/**
|
||||
* --------------------------------------------------------------------------
|
||||
* Bootstrap (v5.2.0): dropdown.js
|
||||
* Bootstrap (v5.2.1): dropdown.js
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
||||
* --------------------------------------------------------------------------
|
||||
*/
|
||||
|
|
@ -3886,8 +3886,9 @@
|
|||
super(element, config);
|
||||
this._popper = null;
|
||||
this._parent = this._element.parentNode; // dropdown wrapper
|
||||
// todo: v6 revert #37011 & change markup https://getbootstrap.com/docs/5.2/forms/input-group/
|
||||
|
||||
this._menu = SelectorEngine.findOne(SELECTOR_MENU, this._parent);
|
||||
this._menu = SelectorEngine.next(this._element, SELECTOR_MENU)[0] || SelectorEngine.prev(this._element, SELECTOR_MENU)[0];
|
||||
this._inNavbar = this._detectNavbar();
|
||||
} // Getters
|
||||
|
||||
|
|
@ -4203,8 +4204,9 @@
|
|||
return;
|
||||
}
|
||||
|
||||
event.preventDefault();
|
||||
const getToggleButton = SelectorEngine.findOne(SELECTOR_DATA_TOGGLE$3, event.delegateTarget.parentNode);
|
||||
event.preventDefault(); // todo: v6 revert #37011 & change markup https://getbootstrap.com/docs/5.2/forms/input-group/
|
||||
|
||||
const getToggleButton = this.matches(SELECTOR_DATA_TOGGLE$3) ? this : SelectorEngine.prev(this, SELECTOR_DATA_TOGGLE$3)[0] || SelectorEngine.next(this, SELECTOR_DATA_TOGGLE$3)[0];
|
||||
const instance = Dropdown.getOrCreateInstance(getToggleButton);
|
||||
|
||||
if (isUpOrDownEvent) {
|
||||
|
|
@ -4246,7 +4248,7 @@
|
|||
|
||||
/**
|
||||
* --------------------------------------------------------------------------
|
||||
* Bootstrap (v5.2.0): util/scrollBar.js
|
||||
* Bootstrap (v5.2.1): util/scrollBar.js
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
||||
* --------------------------------------------------------------------------
|
||||
*/
|
||||
|
|
@ -4365,7 +4367,7 @@
|
|||
|
||||
/**
|
||||
* --------------------------------------------------------------------------
|
||||
* Bootstrap (v5.2.0): util/backdrop.js
|
||||
* Bootstrap (v5.2.1): util/backdrop.js
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
||||
* --------------------------------------------------------------------------
|
||||
*/
|
||||
|
|
@ -4511,7 +4513,7 @@
|
|||
|
||||
/**
|
||||
* --------------------------------------------------------------------------
|
||||
* Bootstrap (v5.2.0): util/focustrap.js
|
||||
* Bootstrap (v5.2.1): util/focustrap.js
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
||||
* --------------------------------------------------------------------------
|
||||
*/
|
||||
|
|
@ -4620,7 +4622,7 @@
|
|||
|
||||
/**
|
||||
* --------------------------------------------------------------------------
|
||||
* Bootstrap (v5.2.0): modal.js
|
||||
* Bootstrap (v5.2.1): modal.js
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
||||
* --------------------------------------------------------------------------
|
||||
*/
|
||||
|
|
@ -4639,6 +4641,7 @@
|
|||
const EVENT_SHOW$4 = `show${EVENT_KEY$4}`;
|
||||
const EVENT_SHOWN$4 = `shown${EVENT_KEY$4}`;
|
||||
const EVENT_RESIZE$1 = `resize${EVENT_KEY$4}`;
|
||||
const EVENT_CLICK_DISMISS = `click.dismiss${EVENT_KEY$4}`;
|
||||
const EVENT_MOUSEDOWN_DISMISS = `mousedown.dismiss${EVENT_KEY$4}`;
|
||||
const EVENT_KEYDOWN_DISMISS$1 = `keydown.dismiss${EVENT_KEY$4}`;
|
||||
const EVENT_CLICK_DATA_API$2 = `click${EVENT_KEY$4}${DATA_API_KEY$2}`;
|
||||
|
|
@ -4831,20 +4834,22 @@
|
|||
}
|
||||
});
|
||||
EventHandler.on(this._element, EVENT_MOUSEDOWN_DISMISS, event => {
|
||||
if (event.target !== event.currentTarget) {
|
||||
// click is inside modal-dialog
|
||||
return;
|
||||
}
|
||||
EventHandler.one(this._element, EVENT_CLICK_DISMISS, event2 => {
|
||||
// a bad trick to segregate clicks that may start inside dialog but end outside, and avoid listen to scrollbar clicks
|
||||
if (this._dialog.contains(event.target) || this._dialog.contains(event2.target)) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (this._config.backdrop === 'static') {
|
||||
this._triggerBackdropTransition();
|
||||
if (this._config.backdrop === 'static') {
|
||||
this._triggerBackdropTransition();
|
||||
|
||||
return;
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
if (this._config.backdrop) {
|
||||
this.hide();
|
||||
}
|
||||
if (this._config.backdrop) {
|
||||
this.hide();
|
||||
}
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
|
|
@ -4993,7 +4998,7 @@
|
|||
|
||||
/**
|
||||
* --------------------------------------------------------------------------
|
||||
* Bootstrap (v5.2.0): offcanvas.js
|
||||
* Bootstrap (v5.2.1): offcanvas.js
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
||||
* --------------------------------------------------------------------------
|
||||
*/
|
||||
|
|
@ -5267,7 +5272,7 @@
|
|||
|
||||
/**
|
||||
* --------------------------------------------------------------------------
|
||||
* Bootstrap (v5.2.0): util/sanitizer.js
|
||||
* Bootstrap (v5.2.1): util/sanitizer.js
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
||||
* --------------------------------------------------------------------------
|
||||
*/
|
||||
|
|
@ -5372,7 +5377,7 @@
|
|||
|
||||
/**
|
||||
* --------------------------------------------------------------------------
|
||||
* Bootstrap (v5.2.0): util/template-factory.js
|
||||
* Bootstrap (v5.2.1): util/template-factory.js
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
||||
* --------------------------------------------------------------------------
|
||||
*/
|
||||
|
|
@ -5530,7 +5535,7 @@
|
|||
|
||||
/**
|
||||
* --------------------------------------------------------------------------
|
||||
* Bootstrap (v5.2.0): tooltip.js
|
||||
* Bootstrap (v5.2.1): tooltip.js
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
||||
* --------------------------------------------------------------------------
|
||||
*/
|
||||
|
|
@ -5619,7 +5624,7 @@
|
|||
|
||||
this._isEnabled = true;
|
||||
this._timeout = 0;
|
||||
this._isHovered = false;
|
||||
this._isHovered = null;
|
||||
this._activeTrigger = {};
|
||||
this._popper = null;
|
||||
this._templateFactory = null;
|
||||
|
|
@ -5692,6 +5697,10 @@
|
|||
this.tip.remove();
|
||||
}
|
||||
|
||||
if (this._config.originalTitle) {
|
||||
this._element.setAttribute('title', this._config.originalTitle);
|
||||
}
|
||||
|
||||
this._disposePopper();
|
||||
|
||||
super.dispose();
|
||||
|
|
@ -5752,13 +5761,13 @@
|
|||
}
|
||||
|
||||
const complete = () => {
|
||||
const previousHoverState = this._isHovered;
|
||||
this._isHovered = false;
|
||||
EventHandler.trigger(this._element, this.constructor.eventName(EVENT_SHOWN$2));
|
||||
|
||||
if (previousHoverState) {
|
||||
if (this._isHovered === false) {
|
||||
this._leave();
|
||||
}
|
||||
|
||||
this._isHovered = false;
|
||||
};
|
||||
|
||||
this._queueCallback(complete, this.tip, this._isAnimated());
|
||||
|
|
@ -5789,7 +5798,7 @@
|
|||
this._activeTrigger[TRIGGER_CLICK] = false;
|
||||
this._activeTrigger[TRIGGER_FOCUS] = false;
|
||||
this._activeTrigger[TRIGGER_HOVER] = false;
|
||||
this._isHovered = false;
|
||||
this._isHovered = null; // it is a trick to support manual triggering
|
||||
|
||||
const complete = () => {
|
||||
if (this._isWithActiveTrigger()) {
|
||||
|
|
@ -6152,7 +6161,7 @@
|
|||
|
||||
/**
|
||||
* --------------------------------------------------------------------------
|
||||
* Bootstrap (v5.2.0): popover.js
|
||||
* Bootstrap (v5.2.1): popover.js
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
||||
* --------------------------------------------------------------------------
|
||||
*/
|
||||
|
|
@ -6235,7 +6244,7 @@
|
|||
|
||||
/**
|
||||
* --------------------------------------------------------------------------
|
||||
* Bootstrap (v5.2.0): scrollspy.js
|
||||
* Bootstrap (v5.2.1): scrollspy.js
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
||||
* --------------------------------------------------------------------------
|
||||
*/
|
||||
|
|
@ -6266,14 +6275,16 @@
|
|||
// TODO: v6 @deprecated, keep it for backwards compatibility reasons
|
||||
rootMargin: '0px 0px -25%',
|
||||
smoothScroll: false,
|
||||
target: null
|
||||
target: null,
|
||||
threshold: [0.1, 0.5, 1]
|
||||
};
|
||||
const DefaultType$1 = {
|
||||
offset: '(number|null)',
|
||||
// TODO v6 @deprecated, keep it for backwards compatibility reasons
|
||||
rootMargin: 'string',
|
||||
smoothScroll: 'boolean',
|
||||
target: 'element'
|
||||
target: 'element',
|
||||
threshold: 'array'
|
||||
};
|
||||
/**
|
||||
* Class definition
|
||||
|
|
@ -6334,7 +6345,14 @@
|
|||
|
||||
_configAfterMerge(config) {
|
||||
// TODO: on v6 target should be given explicitly & remove the {target: 'ss-target'} case
|
||||
config.target = getElement(config.target) || document.body;
|
||||
config.target = getElement(config.target) || document.body; // TODO: v6 Only for backwards compatibility reasons. Use rootMargin only
|
||||
|
||||
config.rootMargin = config.offset ? `${config.offset}px 0px -30%` : config.rootMargin;
|
||||
|
||||
if (typeof config.threshold === 'string') {
|
||||
config.threshold = config.threshold.split(',').map(value => Number.parseFloat(value));
|
||||
}
|
||||
|
||||
return config;
|
||||
}
|
||||
|
||||
|
|
@ -6370,8 +6388,8 @@
|
|||
_getNewObserver() {
|
||||
const options = {
|
||||
root: this._rootElement,
|
||||
threshold: [0.1, 0.5, 1],
|
||||
rootMargin: this._getRootMargin()
|
||||
threshold: this._config.threshold,
|
||||
rootMargin: this._config.rootMargin
|
||||
};
|
||||
return new IntersectionObserver(entries => this._observerCallback(entries), options);
|
||||
} // The logic of selection
|
||||
|
|
@ -6416,11 +6434,6 @@
|
|||
activate(entry);
|
||||
}
|
||||
}
|
||||
} // TODO: v6 Only for backwards compatibility reasons. Use rootMargin only
|
||||
|
||||
|
||||
_getRootMargin() {
|
||||
return this._config.offset ? `${this._config.offset}px 0px -30%` : this._config.rootMargin;
|
||||
}
|
||||
|
||||
_initializeTargetsAndObservables() {
|
||||
|
|
@ -6522,7 +6535,7 @@
|
|||
|
||||
/**
|
||||
* --------------------------------------------------------------------------
|
||||
* Bootstrap (v5.2.0): tab.js
|
||||
* Bootstrap (v5.2.1): tab.js
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
||||
* --------------------------------------------------------------------------
|
||||
*/
|
||||
|
|
@ -6835,7 +6848,7 @@
|
|||
|
||||
/**
|
||||
* --------------------------------------------------------------------------
|
||||
* Bootstrap (v5.2.0): toast.js
|
||||
* Bootstrap (v5.2.1): toast.js
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
||||
* --------------------------------------------------------------------------
|
||||
*/
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
14
package.json
14
package.json
|
|
@ -52,20 +52,20 @@
|
|||
},
|
||||
"homepage": "https://understrap.com",
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.18.13",
|
||||
"@babel/preset-env": "^7.18.10",
|
||||
"@babel/core": "^7.19.0",
|
||||
"@babel/preset-env": "^7.19.0",
|
||||
"@popperjs/core": "^2.11.6",
|
||||
"@rollup/plugin-babel": "^5.3.1",
|
||||
"@rollup/plugin-commonjs": "^22.0.2",
|
||||
"@rollup/plugin-multi-entry": "^4.1.0",
|
||||
"@rollup/plugin-node-resolve": "^13.3.0",
|
||||
"@rollup/plugin-node-resolve": "^14.0.0",
|
||||
"@rollup/plugin-replace": "^4.0.0",
|
||||
"autoprefixer": "^10.4.8",
|
||||
"bootstrap": "^5.2.0",
|
||||
"bootstrap": "^5.2.1",
|
||||
"bootstrap4": "npm:bootstrap@^4.6.2",
|
||||
"browser-sync": "^2.27.10",
|
||||
"browserslist": "^4.21.3",
|
||||
"caniuse-lite": "^1.0.30001382",
|
||||
"caniuse-lite": "^1.0.30001393",
|
||||
"clean-css-cli": "^5.6.1",
|
||||
"font-awesome": "^4.7.0",
|
||||
"nodemon": "^2.0.19",
|
||||
|
|
@ -74,8 +74,8 @@
|
|||
"postcss": "^8.4.16",
|
||||
"postcss-cli": "^10.0.0",
|
||||
"postcss-understrap-palette-generator": "git+https://github.com/understrap/postcss-understrap-palette-generator.git",
|
||||
"rollup": "^2.78.1",
|
||||
"sass": "^1.54.5",
|
||||
"rollup": "^2.79.0",
|
||||
"sass": "^1.54.9",
|
||||
"terser": "^5.15.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
.accordion {
|
||||
// scss-docs-start accordion-css-vars
|
||||
--#{$prefix}accordion-color: #{color-contrast($accordion-bg)};
|
||||
--#{$prefix}accordion-color: #{$accordion-color};
|
||||
--#{$prefix}accordion-bg: #{$accordion-bg};
|
||||
--#{$prefix}accordion-transition: #{$accordion-transition};
|
||||
--#{$prefix}accordion-border-color: #{$accordion-border-color};
|
||||
|
|
@ -13,7 +13,7 @@
|
|||
--#{$prefix}accordion-inner-border-radius: #{$accordion-inner-border-radius};
|
||||
--#{$prefix}accordion-btn-padding-x: #{$accordion-button-padding-x};
|
||||
--#{$prefix}accordion-btn-padding-y: #{$accordion-button-padding-y};
|
||||
--#{$prefix}accordion-btn-color: #{$accordion-color};
|
||||
--#{$prefix}accordion-btn-color: #{$accordion-button-color};
|
||||
--#{$prefix}accordion-btn-bg: #{$accordion-button-bg};
|
||||
--#{$prefix}accordion-btn-icon: #{escape-svg($accordion-button-icon)};
|
||||
--#{$prefix}accordion-btn-icon-width: #{$accordion-icon-width};
|
||||
|
|
@ -47,7 +47,7 @@
|
|||
&:not(.collapsed) {
|
||||
color: var(--#{$prefix}accordion-active-color);
|
||||
background-color: var(--#{$prefix}accordion-active-bg);
|
||||
box-shadow: inset 0 calc(var(--#{$prefix}accordion-border-width) * -1) 0 var(--#{$prefix}accordion-border-color); // stylelint-disable-line function-disallowed-list
|
||||
box-shadow: inset 0 calc(-1 * var(--#{$prefix}accordion-border-width)) 0 var(--#{$prefix}accordion-border-color); // stylelint-disable-line function-disallowed-list
|
||||
|
||||
&::after {
|
||||
background-image: var(--#{$prefix}accordion-btn-active-icon);
|
||||
|
|
@ -140,7 +140,10 @@
|
|||
&:last-child { border-bottom: 0; }
|
||||
|
||||
.accordion-button {
|
||||
@include border-radius(0);
|
||||
&,
|
||||
&.collapsed {
|
||||
@include border-radius(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@
|
|||
@include border-radius($btn-border-radius);
|
||||
|
||||
// Prevent double borders when buttons are next to each other
|
||||
> .btn:not(:first-child),
|
||||
> :not(.btn-check:first-child) + .btn,
|
||||
> .btn-group:not(:first-child) {
|
||||
margin-left: -$btn-border-width;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@
|
|||
--#{$prefix}btn-border-width: #{$btn-border-width};
|
||||
--#{$prefix}btn-border-color: transparent;
|
||||
--#{$prefix}btn-border-radius: #{$btn-border-radius};
|
||||
--#{$prefix}btn-hover-border-color: transparent;
|
||||
--#{$prefix}btn-box-shadow: #{$btn-box-shadow};
|
||||
--#{$prefix}btn-disabled-opacity: #{$btn-disabled-opacity};
|
||||
--#{$prefix}btn-focus-box-shadow: 0 0 0 #{$btn-focus-width} rgba(var(--#{$prefix}btn-focus-shadow-rgb), .5);
|
||||
|
|
@ -39,15 +40,15 @@
|
|||
@include box-shadow(var(--#{$prefix}btn-box-shadow));
|
||||
@include transition($btn-transition);
|
||||
|
||||
&:hover {
|
||||
:not(.btn-check) + &:hover,
|
||||
&:first-child:hover {
|
||||
color: var(--#{$prefix}btn-hover-color);
|
||||
text-decoration: if($link-hover-decoration == underline, none, null);
|
||||
background-color: var(--#{$prefix}btn-hover-bg);
|
||||
border-color: var(--#{$prefix}btn-hover-border-color);
|
||||
}
|
||||
|
||||
.btn-check:focus + &,
|
||||
&:focus {
|
||||
&:focus-visible {
|
||||
color: var(--#{$prefix}btn-hover-color);
|
||||
@include gradient-bg(var(--#{$prefix}btn-hover-bg));
|
||||
border-color: var(--#{$prefix}btn-hover-border-color);
|
||||
|
|
@ -60,9 +61,20 @@
|
|||
}
|
||||
}
|
||||
|
||||
.btn-check:focus-visible + & {
|
||||
border-color: var(--#{$prefix}btn-hover-border-color);
|
||||
outline: 0;
|
||||
// Avoid using mixin so we can pass custom focus shadow properly
|
||||
@if $enable-shadows {
|
||||
box-shadow: var(--#{$prefix}btn-box-shadow), var(--#{$prefix}btn-focus-box-shadow);
|
||||
} @else {
|
||||
box-shadow: var(--#{$prefix}btn-focus-box-shadow);
|
||||
}
|
||||
}
|
||||
|
||||
.btn-check:checked + &,
|
||||
.btn-check:active + &,
|
||||
&:active,
|
||||
:not(.btn-check) + &:active,
|
||||
&:first-child:active,
|
||||
&.active,
|
||||
&.show {
|
||||
color: var(--#{$prefix}btn-active-color);
|
||||
|
|
@ -72,7 +84,7 @@
|
|||
border-color: var(--#{$prefix}btn-active-border-color);
|
||||
@include box-shadow(var(--#{$prefix}btn-active-shadow));
|
||||
|
||||
&:focus {
|
||||
&:focus-visible {
|
||||
// Avoid using mixin so we can pass custom focus shadow properly
|
||||
@if $enable-shadows {
|
||||
box-shadow: var(--#{$prefix}btn-active-shadow), var(--#{$prefix}btn-focus-box-shadow);
|
||||
|
|
@ -155,13 +167,16 @@
|
|||
--#{$prefix}btn-focus-shadow-rgb: #{to-rgb(mix(color-contrast($primary), $primary, 15%))};
|
||||
|
||||
text-decoration: $link-decoration;
|
||||
@if $enable-gradients {
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
&:focus-visible {
|
||||
text-decoration: $link-hover-decoration;
|
||||
}
|
||||
|
||||
&:focus {
|
||||
&:focus-visible {
|
||||
color: var(--#{$prefix}btn-color);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@
|
|||
// The dropdown menu
|
||||
.dropdown-menu {
|
||||
// scss-docs-start dropdown-css-vars
|
||||
--#{$prefix}dropdown-zindex: #{$zindex-dropdown};
|
||||
--#{$prefix}dropdown-min-width: #{$dropdown-min-width};
|
||||
--#{$prefix}dropdown-padding-x: #{$dropdown-padding-x};
|
||||
--#{$prefix}dropdown-padding-y: #{$dropdown-padding-y};
|
||||
|
|
@ -46,7 +47,7 @@
|
|||
// scss-docs-end dropdown-css-vars
|
||||
|
||||
position: absolute;
|
||||
z-index: $zindex-dropdown;
|
||||
z-index: var(--#{$prefix}dropdown-zindex);
|
||||
display: none; // none by default, but block on "open" of the menu
|
||||
min-width: var(--#{$prefix}dropdown-min-width);
|
||||
padding: var(--#{$prefix}dropdown-padding-y) var(--#{$prefix}dropdown-padding-x);
|
||||
|
|
|
|||
|
|
@ -109,7 +109,7 @@
|
|||
// Replace `$search` with `$replace` in `$string`
|
||||
// Used on our SVG icon backgrounds for custom forms.
|
||||
//
|
||||
// @author Hugo Giraudel
|
||||
// @author Kitty Giraudel
|
||||
// @param {String} $string - Initial string
|
||||
// @param {String} $search - Substring to replace
|
||||
// @param {String} $replace ('') - New value
|
||||
|
|
|
|||
|
|
@ -104,11 +104,12 @@
|
|||
border-color: var(--#{$prefix}list-group-active-border-color);
|
||||
}
|
||||
|
||||
& + & {
|
||||
// stylelint-disable-next-line scss/selector-no-redundant-nesting-selector
|
||||
& + .list-group-item {
|
||||
border-top-width: 0;
|
||||
|
||||
&.active {
|
||||
margin-top: calc(var(--#{$prefix}list-group-border-width) * -1); // stylelint-disable-line function-disallowed-list
|
||||
margin-top: calc(-1 * var(--#{$prefix}list-group-border-width)); // stylelint-disable-line function-disallowed-list
|
||||
border-top-width: var(--#{$prefix}list-group-border-width);
|
||||
}
|
||||
}
|
||||
|
|
@ -126,12 +127,12 @@
|
|||
flex-direction: row;
|
||||
|
||||
> .list-group-item {
|
||||
&:first-child {
|
||||
&:first-child:not(:last-child) {
|
||||
@include border-bottom-start-radius(var(--#{$prefix}list-group-border-radius));
|
||||
@include border-top-end-radius(0);
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
&:last-child:not(:first-child) {
|
||||
@include border-top-end-radius(var(--#{$prefix}list-group-border-radius));
|
||||
@include border-bottom-start-radius(0);
|
||||
}
|
||||
|
|
@ -145,7 +146,7 @@
|
|||
border-left-width: 0;
|
||||
|
||||
&.active {
|
||||
margin-left: calc(var(--#{$prefix}list-group-border-width) * -1); // stylelint-disable-line function-disallowed-list
|
||||
margin-left: calc(-1 * var(--#{$prefix}list-group-border-width)); // stylelint-disable-line function-disallowed-list
|
||||
border-left-width: var(--#{$prefix}list-group-border-width);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -133,7 +133,7 @@
|
|||
|
||||
.btn-close {
|
||||
padding: calc(var(--#{$prefix}modal-header-padding-y) * .5) calc(var(--#{$prefix}modal-header-padding-x) * .5);
|
||||
margin: calc(var(--#{$prefix}modal-header-padding-y) * -.5) calc(var(--#{$prefix}modal-header-padding-x) * -.5) calc(var(--#{$prefix}modal-header-padding-y) * -.5) auto;
|
||||
margin: calc(-.5 * var(--#{$prefix}modal-header-padding-y)) calc(-.5 * var(--#{$prefix}modal-header-padding-x)) calc(-.5 * var(--#{$prefix}modal-header-padding-y)) auto;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@
|
|||
border-bottom: var(--#{$prefix}nav-tabs-border-width) solid var(--#{$prefix}nav-tabs-border-color);
|
||||
|
||||
.nav-link {
|
||||
margin-bottom: calc(var(--#{$prefix}nav-tabs-border-width) * -1); // stylelint-disable-line function-disallowed-list
|
||||
margin-bottom: calc(-1 * var(--#{$prefix}nav-tabs-border-width)); // stylelint-disable-line function-disallowed-list
|
||||
background: none;
|
||||
border: var(--#{$prefix}nav-tabs-border-width) solid transparent;
|
||||
@include border-top-radius(var(--#{$prefix}nav-tabs-border-radius));
|
||||
|
|
@ -91,7 +91,7 @@
|
|||
|
||||
.dropdown-menu {
|
||||
// Make dropdown border overlap tab border
|
||||
margin-top: calc(var(--#{$prefix}nav-tabs-border-width) * -1); // stylelint-disable-line function-disallowed-list
|
||||
margin-top: calc(-1 * var(--#{$prefix}nav-tabs-border-width)); // stylelint-disable-line function-disallowed-list
|
||||
// Remove the top rounded corners here since there is a hard edge above the menu
|
||||
@include border-top-radius(0);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -265,6 +265,7 @@
|
|||
}
|
||||
|
||||
.navbar-dark {
|
||||
// scss-docs-start navbar-dark-css-vars
|
||||
--#{$prefix}navbar-color: #{$navbar-dark-color};
|
||||
--#{$prefix}navbar-hover-color: #{$navbar-dark-hover-color};
|
||||
--#{$prefix}navbar-disabled-color: #{$navbar-dark-disabled-color};
|
||||
|
|
@ -273,4 +274,5 @@
|
|||
--#{$prefix}navbar-brand-hover-color: #{$navbar-dark-brand-hover-color};
|
||||
--#{$prefix}navbar-toggler-border-color: #{$navbar-dark-toggler-border-color};
|
||||
--#{$prefix}navbar-toggler-icon-bg: #{escape-svg($navbar-dark-toggler-icon-bg)};
|
||||
// scss-docs-end navbar-dark-css-vars
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
%offcanvas-css-vars {
|
||||
// scss-docs-start offcanvas-css-vars
|
||||
--#{$prefix}offcanvas-zindex: #{$zindex-offcanvas};
|
||||
--#{$prefix}offcanvas-width: #{$offcanvas-horizontal-width};
|
||||
--#{$prefix}offcanvas-height: #{$offcanvas-vertical-height};
|
||||
--#{$prefix}offcanvas-padding-x: #{$offcanvas-padding-x};
|
||||
|
|
@ -31,7 +32,7 @@
|
|||
@include media-breakpoint-down($next) {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
z-index: $zindex-offcanvas;
|
||||
z-index: var(--#{$prefix}offcanvas-zindex);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
max-width: 100%;
|
||||
|
|
@ -125,9 +126,9 @@
|
|||
|
||||
.btn-close {
|
||||
padding: calc(var(--#{$prefix}offcanvas-padding-y) * .5) calc(var(--#{$prefix}offcanvas-padding-x) * .5);
|
||||
margin-top: calc(var(--#{$prefix}offcanvas-padding-y) * -.5);
|
||||
margin-right: calc(var(--#{$prefix}offcanvas-padding-x) * -.5);
|
||||
margin-bottom: calc(var(--#{$prefix}offcanvas-padding-y) * -.5);
|
||||
margin-top: calc(-.5 * var(--#{$prefix}offcanvas-padding-y));
|
||||
margin-right: calc(-.5 * var(--#{$prefix}offcanvas-padding-x));
|
||||
margin-bottom: calc(-.5 * var(--#{$prefix}offcanvas-padding-y));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -75,7 +75,7 @@
|
|||
margin-left: $pagination-margin-start;
|
||||
}
|
||||
|
||||
@if $pagination-margin-start == (calc($pagination-border-width * -1)) {
|
||||
@if $pagination-margin-start == ($pagination-border-width * -1) {
|
||||
&:first-child {
|
||||
.page-link {
|
||||
@include border-start-radius(var(--#{$prefix}pagination-border-radius));
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@
|
|||
|
||||
.bs-popover-top {
|
||||
> .popover-arrow {
|
||||
bottom: calc((var(--#{$prefix}popover-arrow-height) * -1) - var(--#{$prefix}popover-border-width)); // stylelint-disable-line function-disallowed-list
|
||||
bottom: calc(-1 * (var(--#{$prefix}popover-arrow-height)) - var(--#{$prefix}popover-border-width)); // stylelint-disable-line function-disallowed-list
|
||||
|
||||
&::before,
|
||||
&::after {
|
||||
|
|
@ -78,7 +78,7 @@
|
|||
/* rtl:begin:ignore */
|
||||
.bs-popover-end {
|
||||
> .popover-arrow {
|
||||
left: calc((var(--#{$prefix}popover-arrow-height) * -1) - var(--#{$prefix}popover-border-width)); // stylelint-disable-line function-disallowed-list
|
||||
left: calc(-1 * (var(--#{$prefix}popover-arrow-height)) - var(--#{$prefix}popover-border-width)); // stylelint-disable-line function-disallowed-list
|
||||
width: var(--#{$prefix}popover-arrow-height);
|
||||
height: var(--#{$prefix}popover-arrow-width);
|
||||
|
||||
|
|
@ -103,7 +103,7 @@
|
|||
|
||||
.bs-popover-bottom {
|
||||
> .popover-arrow {
|
||||
top: calc((var(--#{$prefix}popover-arrow-height) * -1) - var(--#{$prefix}popover-border-width)); // stylelint-disable-line function-disallowed-list
|
||||
top: calc(-1 * (var(--#{$prefix}popover-arrow-height)) - var(--#{$prefix}popover-border-width)); // stylelint-disable-line function-disallowed-list
|
||||
|
||||
&::before,
|
||||
&::after {
|
||||
|
|
@ -128,7 +128,7 @@
|
|||
left: 50%;
|
||||
display: block;
|
||||
width: var(--#{$prefix}popover-arrow-width);
|
||||
margin-left: calc(var(--#{$prefix}popover-arrow-width) * -.5); // stylelint-disable-line function-disallowed-list
|
||||
margin-left: calc(-.5 * var(--#{$prefix}popover-arrow-width)); // stylelint-disable-line function-disallowed-list
|
||||
content: "";
|
||||
border-bottom: var(--#{$prefix}popover-border-width) solid var(--#{$prefix}popover-header-bg);
|
||||
}
|
||||
|
|
@ -137,7 +137,7 @@
|
|||
/* rtl:begin:ignore */
|
||||
.bs-popover-start {
|
||||
> .popover-arrow {
|
||||
right: calc((var(--#{$prefix}popover-arrow-height) * -1) - var(--#{$prefix}popover-border-width)); // stylelint-disable-line function-disallowed-list
|
||||
right: calc(-1 * (var(--#{$prefix}popover-arrow-height)) - var(--#{$prefix}popover-border-width)); // stylelint-disable-line function-disallowed-list
|
||||
width: var(--#{$prefix}popover-arrow-height);
|
||||
height: var(--#{$prefix}popover-arrow-width);
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
.toast {
|
||||
// scss-docs-start toast-css-vars
|
||||
--#{$prefix}toast-zindex: #{$zindex-toast};
|
||||
--#{$prefix}toast-padding-x: #{$toast-padding-x};
|
||||
--#{$prefix}toast-padding-y: #{$toast-padding-y};
|
||||
--#{$prefix}toast-spacing: #{$toast-spacing};
|
||||
|
|
@ -38,7 +39,7 @@
|
|||
|
||||
.toast-container {
|
||||
position: absolute;
|
||||
z-index: $zindex-toast;
|
||||
z-index: var(--#{$prefix}toast-zindex);
|
||||
width: max-content;
|
||||
max-width: 100%;
|
||||
pointer-events: none;
|
||||
|
|
@ -59,7 +60,7 @@
|
|||
@include border-top-radius(calc(var(--#{$prefix}toast-border-radius) - var(--#{$prefix}toast-border-width)));
|
||||
|
||||
.btn-close {
|
||||
margin-right: calc(var(--#{$prefix}toast-padding-x) * -.5); // stylelint-disable-line function-disallowed-list
|
||||
margin-right: calc(-.5 * var(--#{$prefix}toast-padding-x)); // stylelint-disable-line function-disallowed-list
|
||||
margin-left: var(--#{$prefix}toast-padding-x);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1100,15 +1100,6 @@ $navbar-toggler-font-size: $font-size-lg !default;
|
|||
$navbar-toggler-border-radius: $btn-border-radius !default;
|
||||
$navbar-toggler-focus-width: $btn-focus-width !default;
|
||||
$navbar-toggler-transition: box-shadow .15s ease-in-out !default;
|
||||
// scss-docs-end navbar-variables
|
||||
|
||||
// scss-docs-start navbar-theme-variables
|
||||
$navbar-dark-color: rgba($white, .55) !default;
|
||||
$navbar-dark-hover-color: rgba($white, .75) !default;
|
||||
$navbar-dark-active-color: $white !default;
|
||||
$navbar-dark-disabled-color: rgba($white, .25) !default;
|
||||
$navbar-dark-toggler-icon-bg: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='#{$navbar-dark-color}' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>") !default;
|
||||
$navbar-dark-toggler-border-color: rgba($white, .1) !default;
|
||||
|
||||
$navbar-light-color: rgba($black, .55) !default;
|
||||
$navbar-light-hover-color: rgba($black, .7) !default;
|
||||
|
|
@ -1116,12 +1107,20 @@ $navbar-light-active-color: rgba($black, .9) !default;
|
|||
$navbar-light-disabled-color: rgba($black, .3) !default;
|
||||
$navbar-light-toggler-icon-bg: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='#{$navbar-light-color}' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>") !default;
|
||||
$navbar-light-toggler-border-color: rgba($black, .1) !default;
|
||||
$navbar-light-brand-color: $navbar-light-active-color !default;
|
||||
$navbar-light-brand-hover-color: $navbar-light-active-color !default;
|
||||
// scss-docs-end navbar-variables
|
||||
|
||||
$navbar-light-brand-color: $navbar-light-active-color !default;
|
||||
$navbar-light-brand-hover-color: $navbar-light-active-color !default;
|
||||
$navbar-dark-brand-color: $navbar-dark-active-color !default;
|
||||
$navbar-dark-brand-hover-color: $navbar-dark-active-color !default;
|
||||
// scss-docs-end navbar-theme-variables
|
||||
// scss-docs-start navbar-dark-variables
|
||||
$navbar-dark-color: rgba($white, .55) !default;
|
||||
$navbar-dark-hover-color: rgba($white, .75) !default;
|
||||
$navbar-dark-active-color: $white !default;
|
||||
$navbar-dark-disabled-color: rgba($white, .25) !default;
|
||||
$navbar-dark-toggler-icon-bg: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='#{$navbar-dark-color}' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>") !default;
|
||||
$navbar-dark-toggler-border-color: rgba($white, .1) !default;
|
||||
$navbar-dark-brand-color: $navbar-dark-active-color !default;
|
||||
$navbar-dark-brand-hover-color: $navbar-dark-active-color !default;
|
||||
// scss-docs-end navbar-dark-variables
|
||||
|
||||
|
||||
// Dropdowns
|
||||
|
|
@ -1333,7 +1332,7 @@ $popover-box-shadow: $box-shadow !default;
|
|||
|
||||
$popover-header-font-size: $font-size-base !default;
|
||||
$popover-header-bg: shade-color($popover-bg, 6%) !default;
|
||||
$popover-header-color: var(--#{$prefix}heading-color) !default;
|
||||
$popover-header-color: $headings-color !default;
|
||||
$popover-header-padding-y: .5rem !default;
|
||||
$popover-header-padding-x: $spacer !default;
|
||||
|
||||
|
|
@ -1560,11 +1559,13 @@ $carousel-control-next-icon-bg: url("data:image/svg+xml,<svg xmlns='http://
|
|||
|
||||
$carousel-transition-duration: .6s !default;
|
||||
$carousel-transition: transform $carousel-transition-duration ease-in-out !default; // Define transform transition first if using multiple transitions (e.g., `transform 2s ease, opacity .5s ease-out`)
|
||||
// scss-docs-end carousel-variables
|
||||
|
||||
// scss-docs-start carousel-dark-variables
|
||||
$carousel-dark-indicator-active-bg: $black !default;
|
||||
$carousel-dark-caption-color: $black !default;
|
||||
$carousel-dark-control-icon-filter: invert(1) grayscale(100) !default;
|
||||
// scss-docs-end carousel-variables
|
||||
// scss-docs-end carousel-dark-variables
|
||||
|
||||
|
||||
// Spinners
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@
|
|||
height: 100%; // allow textareas
|
||||
padding: $form-floating-padding-y $form-floating-padding-x;
|
||||
overflow: hidden;
|
||||
text-align: start;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
pointer-events: none;
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
> .form-control:focus,
|
||||
> .form-select:focus,
|
||||
> .form-floating:focus-within {
|
||||
z-index: 3;
|
||||
z-index: 5;
|
||||
}
|
||||
|
||||
// Ensure buttons are always above inputs for more visually pleasing borders.
|
||||
|
|
@ -33,7 +33,7 @@
|
|||
z-index: 2;
|
||||
|
||||
&:focus {
|
||||
z-index: 3;
|
||||
z-index: 5;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -120,10 +120,13 @@
|
|||
$validation-messages: $validation-messages + ":not(." + unquote($state) + "-tooltip)" + ":not(." + unquote($state) + "-feedback)";
|
||||
}
|
||||
|
||||
> :not(:first-child):not(.dropdown-menu):not(.form-floating)#{$validation-messages},
|
||||
> .form-floating:not(:first-child) > .form-control,
|
||||
> .form-floating:not(:first-child) > .form-select {
|
||||
> :not(:first-child):not(.dropdown-menu)#{$validation-messages} {
|
||||
margin-left: -$input-border-width;
|
||||
@include border-start-radius(0);
|
||||
}
|
||||
|
||||
> .form-floating:not(:first-child) > .form-control,
|
||||
> .form-floating:not(:first-child) > .form-select {
|
||||
@include border-start-radius(0);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
@mixin bsBanner($file, $suffix:"") {
|
||||
@mixin bsBanner($file) {
|
||||
/*!
|
||||
* Bootstrap #{$file} v5.2.0 (https://getbootstrap.com/)
|
||||
* Bootstrap #{$file} v5.2.1 (https://getbootstrap.com/)
|
||||
* Copyright 2011-2022 The Bootstrap Authors
|
||||
* Copyright 2011-2022 Twitter, Inc.
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
||||
|
|
|
|||
|
|
@ -135,16 +135,16 @@
|
|||
}
|
||||
}
|
||||
|
||||
.input-group .form-control,
|
||||
.input-group .form-select {
|
||||
@include form-validation-state-selector($state) {
|
||||
@if $state == "valid" {
|
||||
z-index: 1;
|
||||
} @else if $state == "invalid" {
|
||||
z-index: 2;
|
||||
}
|
||||
&:focus {
|
||||
z-index: 3;
|
||||
.input-group {
|
||||
> .form-control:not(:focus),
|
||||
> .form-select:not(:focus),
|
||||
> .form-floating:not(:focus-within) {
|
||||
@include form-validation-state-selector($state) {
|
||||
@if $state == "valid" {
|
||||
z-index: 3;
|
||||
} @else if $state == "invalid" {
|
||||
z-index: 4;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
|
||||
$infix: if($property-class == "" and str-slice($infix, 1, 1) == "-", str-slice($infix, 2), $infix);
|
||||
|
||||
// Don't prefix if value key is null (eg. with shadow class)
|
||||
// Don't prefix if value key is null (e.g. with shadow class)
|
||||
$property-class-modifier: if($key, if($property-class == "" and $infix == "", "", "-") + $key, "");
|
||||
|
||||
@if map-get($utility, rfs) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue