Skip to content

Commit

Permalink
Save updated CSS and JS files before deployment to https://review.dig…
Browse files Browse the repository at this point in the history
  • Loading branch information
trackleft committed Sep 15, 2023
1 parent 1596ab2 commit b3a19d8
Show file tree
Hide file tree
Showing 16 changed files with 66 additions and 60 deletions.
78 changes: 42 additions & 36 deletions dist/css/arizona-bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@
--bs-link-hover-color: #6f0011;
--bs-link-hover-color-rgb: 111, 0, 17;
--bs-code-color: #d63384;
--bs-highlight-color: #212529;
--bs-highlight-bg: #fff3cd;
--bs-border-width: 1px;
--bs-border-style: solid;
Expand Down Expand Up @@ -188,6 +189,8 @@
--bs-link-color-rgb: 109, 123, 147;
--bs-link-hover-color-rgb: 138, 149, 169;
--bs-code-color: #e685b5;
--bs-highlight-color: #dee2e6;
--bs-highlight-bg: #664d03;
--bs-border-color: #495057;
--bs-border-color-translucent: rgba(255, 255, 255, 0.15);
--bs-form-valid-color: #75b798;
Expand Down Expand Up @@ -343,6 +346,7 @@ small, .small {

mark, .mark {
padding: 0.1875em;
color: var(--bs-highlight-color);
background-color: var(--bs-highlight-bg);
}

Expand Down Expand Up @@ -843,7 +847,7 @@ progress {
.row-cols-3 > * {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.3333333333%;
width: 33.33333333%;
}

.row-cols-4 > * {
Expand All @@ -861,7 +865,7 @@ progress {
.row-cols-6 > * {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.6666666667%;
width: 16.66666667%;
}

.col-auto {
Expand Down Expand Up @@ -1159,7 +1163,7 @@ progress {
.row-cols-sm-3 > * {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.3333333333%;
width: 33.33333333%;
}
.row-cols-sm-4 > * {
-ms-flex: 0 0 auto;
Expand All @@ -1174,7 +1178,7 @@ progress {
.row-cols-sm-6 > * {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.6666666667%;
width: 16.66666667%;
}
.col-sm-auto {
-ms-flex: 0 0 auto;
Expand Down Expand Up @@ -1421,7 +1425,7 @@ progress {
.row-cols-md-3 > * {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.3333333333%;
width: 33.33333333%;
}
.row-cols-md-4 > * {
-ms-flex: 0 0 auto;
Expand All @@ -1436,7 +1440,7 @@ progress {
.row-cols-md-6 > * {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.6666666667%;
width: 16.66666667%;
}
.col-md-auto {
-ms-flex: 0 0 auto;
Expand Down Expand Up @@ -1683,7 +1687,7 @@ progress {
.row-cols-lg-3 > * {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.3333333333%;
width: 33.33333333%;
}
.row-cols-lg-4 > * {
-ms-flex: 0 0 auto;
Expand All @@ -1698,7 +1702,7 @@ progress {
.row-cols-lg-6 > * {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.6666666667%;
width: 16.66666667%;
}
.col-lg-auto {
-ms-flex: 0 0 auto;
Expand Down Expand Up @@ -1945,7 +1949,7 @@ progress {
.row-cols-xl-3 > * {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.3333333333%;
width: 33.33333333%;
}
.row-cols-xl-4 > * {
-ms-flex: 0 0 auto;
Expand All @@ -1960,7 +1964,7 @@ progress {
.row-cols-xl-6 > * {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.6666666667%;
width: 16.66666667%;
}
.col-xl-auto {
-ms-flex: 0 0 auto;
Expand Down Expand Up @@ -2207,7 +2211,7 @@ progress {
.row-cols-xxl-3 > * {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.3333333333%;
width: 33.33333333%;
}
.row-cols-xxl-4 > * {
-ms-flex: 0 0 auto;
Expand All @@ -2222,7 +2226,7 @@ progress {
.row-cols-xxl-6 > * {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.6666666667%;
width: 16.66666667%;
}
.col-xxl-auto {
-ms-flex: 0 0 auto;
Expand Down Expand Up @@ -2451,15 +2455,15 @@ progress {
--bs-table-bg-type: initial;
--bs-table-color-state: initial;
--bs-table-bg-state: initial;
--bs-table-color: var(--bs-body-color);
--bs-table-color: var(--bs-emphasis-color);
--bs-table-bg: var(--bs-body-bg);
--bs-table-border-color: var(--bs-border-color);
--bs-table-accent-bg: rgba(222, 226, 230, 0.4);
--bs-table-striped-color: var(--bs-body-color);
--bs-table-striped-bg: rgba(0, 0, 0, 0.05);
--bs-table-active-color: var(--bs-body-color);
--bs-table-active-bg: rgba(0, 0, 0, 0.1);
--bs-table-hover-color: var(--bs-body-color);
--bs-table-striped-color: var(--bs-emphasis-color);
--bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
--bs-table-active-color: var(--bs-emphasis-color);
--bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
--bs-table-hover-color: var(--bs-emphasis-color);
--bs-table-hover-bg: rgba(222, 226, 230, 0.5);
width: 100%;
margin-bottom: 1rem;
Expand Down Expand Up @@ -2529,7 +2533,7 @@ progress {
.table-primary {
--bs-table-color: #000;
--bs-table-bg: #ced3db;
--bs-table-border-color: #b9bec5;
--bs-table-border-color: #a5a9af;
--bs-table-striped-bg: #c4c8d0;
--bs-table-striped-color: #000;
--bs-table-active-bg: #b9bec5;
Expand All @@ -2543,7 +2547,7 @@ progress {
.table-secondary {
--bs-table-color: #000;
--bs-table-bg: #e2e3e5;
--bs-table-border-color: #cbccce;
--bs-table-border-color: #b5b6b7;
--bs-table-striped-bg: #d7d8da;
--bs-table-striped-color: #000;
--bs-table-active-bg: #cbccce;
Expand All @@ -2557,7 +2561,7 @@ progress {
.table-success {
--bs-table-color: #000;
--bs-table-bg: #e2f1e0;
--bs-table-border-color: #cbd9ca;
--bs-table-border-color: #b5c1b3;
--bs-table-striped-bg: #d7e5d5;
--bs-table-striped-color: #000;
--bs-table-active-bg: #cbd9ca;
Expand All @@ -2571,7 +2575,7 @@ progress {
.table-info {
--bs-table-color: #000;
--bs-table-bg: #e6f6fb;
--bs-table-border-color: #cfdde2;
--bs-table-border-color: #b8c5c9;
--bs-table-striped-bg: #dbeaee;
--bs-table-striped-color: #000;
--bs-table-active-bg: #cfdde2;
Expand All @@ -2585,7 +2589,7 @@ progress {
.table-warning {
--bs-table-color: #000;
--bs-table-bg: #fcecd2;
--bs-table-border-color: #e3d4bd;
--bs-table-border-color: #cabda8;
--bs-table-striped-bg: #efe0c8;
--bs-table-striped-color: #000;
--bs-table-active-bg: #e3d4bd;
Expand All @@ -2599,7 +2603,7 @@ progress {
.table-danger {
--bs-table-color: #000;
--bs-table-bg: #eeded9;
--bs-table-border-color: #d6c8c3;
--bs-table-border-color: #beb2ae;
--bs-table-striped-bg: #e2d3ce;
--bs-table-striped-color: #000;
--bs-table-active-bg: #d6c8c3;
Expand All @@ -2613,7 +2617,7 @@ progress {
.table-light {
--bs-table-color: #000;
--bs-table-bg: #dee2e6;
--bs-table-border-color: #c8cbcf;
--bs-table-border-color: #b2b5b8;
--bs-table-striped-bg: #d3d7db;
--bs-table-striped-color: #000;
--bs-table-active-bg: #c8cbcf;
Expand All @@ -2627,7 +2631,7 @@ progress {
.table-dark {
--bs-table-color: #fff;
--bs-table-bg: #343a40;
--bs-table-border-color: #484e53;
--bs-table-border-color: #5d6166;
--bs-table-striped-bg: #3e444a;
--bs-table-striped-color: #fff;
--bs-table-active-bg: #484e53;
Expand Down Expand Up @@ -2992,6 +2996,8 @@ textarea.form-control-lg {

.form-check-input {
--bs-form-check-bg: var(--bs-body-bg);
-ms-flex-negative: 0;
flex-shrink: 0;
width: 1em;
height: 1em;
margin-top: 0.25em;
Expand Down Expand Up @@ -3146,7 +3152,7 @@ textarea.form-control-lg {
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: var(--bs-tertiary-bg);
background-color: var(--bs-secondary-bg);
border-color: transparent;
}
.form-range::-moz-range-thumb {
Expand All @@ -3173,7 +3179,7 @@ textarea.form-control-lg {
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: var(--bs-tertiary-bg);
background-color: var(--bs-secondary-bg);
border-color: transparent;
}
.form-range:disabled {
Expand Down Expand Up @@ -3969,7 +3975,7 @@ textarea.form-control-lg {
--bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
--bs-dropdown-divider-bg: var(--bs-border-color-translucent);
--bs-dropdown-divider-margin-y: 0.5rem;
--bs-dropdown-box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.15);
--bs-dropdown-box-shadow: var(--bs-box-shadow);
--bs-dropdown-link-color: #fff;
--bs-dropdown-link-hover-color: #fff;
--bs-dropdown-link-hover-bg: #1e5288;
Expand Down Expand Up @@ -5931,7 +5937,7 @@ textarea.form-control-lg {
--bs-modal-border-color: var(--bs-border-color-translucent);
--bs-modal-border-width: var(--bs-border-width);
--bs-modal-border-radius: var(--bs-border-radius-lg);
--bs-modal-box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.075);
--bs-modal-box-shadow: var(--bs-box-shadow-sm);
--bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
--bs-modal-header-padding-x: 1rem;
--bs-modal-header-padding-y: 1rem;
Expand Down Expand Up @@ -6086,7 +6092,7 @@ textarea.form-control-lg {
@media (min-width: 576px) {
.modal {
--bs-modal-margin: 1.75rem;
--bs-modal-box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.15);
--bs-modal-box-shadow: var(--bs-box-shadow);
}
.modal-dialog {
max-width: var(--bs-modal-width);
Expand Down Expand Up @@ -6307,7 +6313,7 @@ textarea.form-control-lg {
--bs-popover-border-color: var(--bs-border-color-translucent);
--bs-popover-border-radius: var(--bs-border-radius-lg);
--bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
--bs-popover-box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.15);
--bs-popover-box-shadow: var(--bs-box-shadow);
--bs-popover-header-padding-x: 1rem;
--bs-popover-header-padding-y: 0.5rem;
--bs-popover-header-font-size: 1rem;
Expand Down Expand Up @@ -6776,7 +6782,7 @@ textarea.form-control-lg {
--bs-offcanvas-bg: var(--bs-body-bg);
--bs-offcanvas-border-width: var(--bs-border-width);
--bs-offcanvas-border-color: var(--bs-border-color-translucent);
--bs-offcanvas-box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.075);
--bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
--bs-offcanvas-transition: transform 0.3s ease-in-out;
--bs-offcanvas-title-line-height: 1.5;
}
Expand Down Expand Up @@ -7909,15 +7915,15 @@ textarea.form-control-lg {
}

.shadow {
box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.15) !important;
box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm, .panel {
box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.075) !important;
box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
box-shadow: 0 0.75rem 3rem rgba(0, 0, 0, 0.175) !important;
box-shadow: var(--bs-box-shadow-lg) !important;
}

.shadow-none {
Expand Down
2 changes: 1 addition & 1 deletion dist/css/arizona-bootstrap.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/arizona-bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/arizona-bootstrap.min.css.map

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/js/arizona-bootstrap.bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/js/arizona-bootstrap.bundle.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/arizona-bootstrap.bundle.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/arizona-bootstrap.bundle.min.js.map

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/js/arizona-bootstrap.esm.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/js/arizona-bootstrap.esm.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/arizona-bootstrap.esm.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/arizona-bootstrap.esm.min.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit b3a19d8

Please sign in to comment.