|
@@ -1,8 +1,8 @@
|
|
|
/*!
|
|
|
- * Bootstrap v4.5.0 (https://getbootstrap.com/)
|
|
|
+ * Bootstrap v4.5.3 (https://getbootstrap.com/)
|
|
|
* Copyright 2011-2020 The Bootstrap Authors
|
|
|
* Copyright 2011-2020 Twitter, Inc.
|
|
|
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
|
|
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
|
|
*/
|
|
|
:root {
|
|
|
--blue: #007bff;
|
|
@@ -163,12 +163,12 @@ a:hover {
|
|
|
text-decoration: underline;
|
|
|
}
|
|
|
|
|
|
-a:not([href]) {
|
|
|
+a:not([href]):not([class]) {
|
|
|
color: inherit;
|
|
|
text-decoration: none;
|
|
|
}
|
|
|
|
|
|
-a:not([href]):hover {
|
|
|
+a:not([href]):not([class]):hover {
|
|
|
color: inherit;
|
|
|
text-decoration: none;
|
|
|
}
|
|
@@ -216,6 +216,7 @@ caption {
|
|
|
|
|
|
th {
|
|
|
text-align: inherit;
|
|
|
+ text-align: -webkit-match-parent;
|
|
|
}
|
|
|
|
|
|
label {
|
|
@@ -539,39 +540,12 @@ pre code {
|
|
|
overflow-y: scroll;
|
|
|
}
|
|
|
|
|
|
-.container {
|
|
|
- width: 100%;
|
|
|
- padding-right: 15px;
|
|
|
- padding-left: 15px;
|
|
|
- margin-right: auto;
|
|
|
- margin-left: auto;
|
|
|
-}
|
|
|
-
|
|
|
-@media (min-width: 576px) {
|
|
|
- .container {
|
|
|
- max-width: 540px;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-@media (min-width: 768px) {
|
|
|
- .container {
|
|
|
- max-width: 720px;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-@media (min-width: 992px) {
|
|
|
- .container {
|
|
|
- max-width: 960px;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-@media (min-width: 1200px) {
|
|
|
- .container {
|
|
|
- max-width: 1140px;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
|
|
|
+.container,
|
|
|
+.container-fluid,
|
|
|
+.container-sm,
|
|
|
+.container-md,
|
|
|
+.container-lg,
|
|
|
+.container-xl {
|
|
|
width: 100%;
|
|
|
padding-right: 15px;
|
|
|
padding-left: 15px;
|
|
@@ -640,7 +614,6 @@ pre code {
|
|
|
flex-basis: 0;
|
|
|
-ms-flex-positive: 1;
|
|
|
flex-grow: 1;
|
|
|
- min-width: 0;
|
|
|
max-width: 100%;
|
|
|
}
|
|
|
|
|
@@ -884,7 +857,6 @@ pre code {
|
|
|
flex-basis: 0;
|
|
|
-ms-flex-positive: 1;
|
|
|
flex-grow: 1;
|
|
|
- min-width: 0;
|
|
|
max-width: 100%;
|
|
|
}
|
|
|
.row-cols-sm-1 > * {
|
|
@@ -1087,7 +1059,6 @@ pre code {
|
|
|
flex-basis: 0;
|
|
|
-ms-flex-positive: 1;
|
|
|
flex-grow: 1;
|
|
|
- min-width: 0;
|
|
|
max-width: 100%;
|
|
|
}
|
|
|
.row-cols-md-1 > * {
|
|
@@ -1290,7 +1261,6 @@ pre code {
|
|
|
flex-basis: 0;
|
|
|
-ms-flex-positive: 1;
|
|
|
flex-grow: 1;
|
|
|
- min-width: 0;
|
|
|
max-width: 100%;
|
|
|
}
|
|
|
.row-cols-lg-1 > * {
|
|
@@ -1493,7 +1463,6 @@ pre code {
|
|
|
flex-basis: 0;
|
|
|
-ms-flex-positive: 1;
|
|
|
flex-grow: 1;
|
|
|
- min-width: 0;
|
|
|
max-width: 100%;
|
|
|
}
|
|
|
.row-cols-xl-1 > * {
|
|
@@ -2259,6 +2228,7 @@ textarea.form-control {
|
|
|
.valid-tooltip {
|
|
|
position: absolute;
|
|
|
top: 100%;
|
|
|
+ left: 0;
|
|
|
z-index: 5;
|
|
|
display: none;
|
|
|
max-width: 100%;
|
|
@@ -2359,6 +2329,7 @@ textarea.form-control {
|
|
|
.invalid-tooltip {
|
|
|
position: absolute;
|
|
|
top: 100%;
|
|
|
+ left: 0;
|
|
|
z-index: 5;
|
|
|
display: none;
|
|
|
max-width: 100%;
|
|
@@ -3776,9 +3747,12 @@ input[type="button"].btn-block {
|
|
|
|
|
|
.custom-control {
|
|
|
position: relative;
|
|
|
+ z-index: 1;
|
|
|
display: block;
|
|
|
min-height: 1.5rem;
|
|
|
padding-left: 1.5rem;
|
|
|
+ -webkit-print-color-adjust: exact;
|
|
|
+ color-adjust: exact;
|
|
|
}
|
|
|
|
|
|
.custom-control-inline {
|
|
@@ -4312,12 +4286,14 @@ input[type="button"].btn-block {
|
|
|
background-color: #007bff;
|
|
|
}
|
|
|
|
|
|
+.nav-fill > .nav-link,
|
|
|
.nav-fill .nav-item {
|
|
|
-ms-flex: 1 1 auto;
|
|
|
flex: 1 1 auto;
|
|
|
text-align: center;
|
|
|
}
|
|
|
|
|
|
+.nav-justified > .nav-link,
|
|
|
.nav-justified .nav-item {
|
|
|
-ms-flex-preferred-size: 0;
|
|
|
flex-basis: 0;
|
|
@@ -4775,6 +4751,11 @@ input[type="button"].btn-block {
|
|
|
border-bottom-left-radius: calc(0.25rem - 1px);
|
|
|
}
|
|
|
|
|
|
+.card > .card-header + .list-group,
|
|
|
+.card > .list-group + .card-footer {
|
|
|
+ border-top: 0;
|
|
|
+}
|
|
|
+
|
|
|
.card-body {
|
|
|
-ms-flex: 1 1 auto;
|
|
|
flex: 1 1 auto;
|
|
@@ -4814,10 +4795,6 @@ input[type="button"].btn-block {
|
|
|
border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
|
|
|
}
|
|
|
|
|
|
-.card-header + .list-group .list-group-item:first-child {
|
|
|
- border-top: 0;
|
|
|
-}
|
|
|
-
|
|
|
.card-footer {
|
|
|
padding: 0.75rem 1.25rem;
|
|
|
background-color: rgba(0, 0, 0, 0.03);
|
|
@@ -4847,6 +4824,7 @@ input[type="button"].btn-block {
|
|
|
bottom: 0;
|
|
|
left: 0;
|
|
|
padding: 1.25rem;
|
|
|
+ border-radius: calc(0.25rem - 1px);
|
|
|
}
|
|
|
|
|
|
.card-img,
|
|
@@ -4958,6 +4936,10 @@ input[type="button"].btn-block {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+.accordion {
|
|
|
+ overflow-anchor: none;
|
|
|
+}
|
|
|
+
|
|
|
.accordion > .card {
|
|
|
overflow: hidden;
|
|
|
}
|
|
@@ -5310,6 +5292,7 @@ a.badge-dark:focus, a.badge-dark.focus {
|
|
|
position: absolute;
|
|
|
top: 0;
|
|
|
right: 0;
|
|
|
+ z-index: 2;
|
|
|
padding: 0.75rem 1.25rem;
|
|
|
color: inherit;
|
|
|
}
|
|
@@ -5876,15 +5859,14 @@ a.close.disabled {
|
|
|
}
|
|
|
|
|
|
.toast {
|
|
|
+ -ms-flex-preferred-size: 350px;
|
|
|
+ flex-basis: 350px;
|
|
|
max-width: 350px;
|
|
|
- overflow: hidden;
|
|
|
font-size: 0.875rem;
|
|
|
background-color: rgba(255, 255, 255, 0.85);
|
|
|
background-clip: padding-box;
|
|
|
border: 1px solid rgba(0, 0, 0, 0.1);
|
|
|
box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
|
|
|
- -webkit-backdrop-filter: blur(10px);
|
|
|
- backdrop-filter: blur(10px);
|
|
|
opacity: 0;
|
|
|
border-radius: 0.25rem;
|
|
|
}
|
|
@@ -5916,6 +5898,8 @@ a.close.disabled {
|
|
|
background-color: rgba(255, 255, 255, 0.85);
|
|
|
background-clip: padding-box;
|
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
|
|
|
+ border-top-left-radius: calc(0.25rem - 1px);
|
|
|
+ border-top-right-radius: calc(0.25rem - 1px);
|
|
|
}
|
|
|
|
|
|
.toast-body {
|
|
@@ -10182,6 +10166,7 @@ a.text-dark:hover, a.text-dark:focus {
|
|
|
}
|
|
|
|
|
|
.text-break {
|
|
|
+ word-break: break-word !important;
|
|
|
word-wrap: break-word !important;
|
|
|
}
|
|
|
|