jobdone-shared-files 0.0.1-beta.8 → 0.0.1-beta.80

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (127) hide show
  1. package/.vs/VSWorkspaceState.json +6 -0
  2. package/.vs/jobdone_sharejs/FileContentIndex/a973f22d-a16a-4ca9-ab6a-75ab92ec6af7.vsidx +0 -0
  3. package/.vs/jobdone_sharejs/FileContentIndex/bacf95a3-2185-41c2-b12a-e93bb40f2204.vsidx +0 -0
  4. package/.vs/jobdone_sharejs/config/applicationhost.config +1021 -0
  5. package/.vs/jobdone_sharejs/v17/.wsuo +0 -0
  6. package/.vs/slnx.sqlite +0 -0
  7. package/ProjectManagement/projectNavbar.vue +225 -79
  8. package/README.md +79 -6
  9. package/common/directives/collapse.js +12 -12
  10. package/common/directives/popovers.js +11 -0
  11. package/common/directives/tooltip.js +11 -0
  12. package/common/format.js +26 -12
  13. package/index.js +14 -14
  14. package/lightboxWithOverview.vue +132 -0
  15. package/package.json +19 -18
  16. package/paginate.vue +138 -138
  17. package/style/css/vue-loading-overlay/index.css +40 -40
  18. package/style/scss/Common/Animation.scss +6 -0
  19. package/style/scss/Common/SelectableTable.scss +31 -0
  20. package/style/scss/Common/filepond.scss +28 -0
  21. package/style/scss/Common/thumbnail-group.scss +14 -0
  22. package/style/scss/Layout/LayoutBase.scss +1015 -942
  23. package/style/scss/Layout/LayoutMobile.scss +203 -0
  24. package/style/scss/Layout/LayoutProject.scss +122 -126
  25. package/style/scss/Layout/LayoutSinglePage.scss +13 -13
  26. package/style/scss/Layout/LayoutTwoColumn.scss +56 -56
  27. package/style/scss/Settings/_Mixins.scss +229 -229
  28. package/style/scss/Settings/_MobileVariables.scss +12 -0
  29. package/style/scss/Settings/_basic-import.scss +5 -4
  30. package/style/scss/Settings/_bs-variables-dark.scss +70 -70
  31. package/style/scss/Settings/_bs-variables.scss +1743 -1703
  32. package/style/scss/Settings/_color-mode.scss +122 -122
  33. package/style/scss/Settings/_custom-variables.scss +14 -10
  34. package/tagEditor.vue +263 -263
  35. package/tree.vue +69 -62
  36. package/treeItem.vue +366 -366
  37. package/vueLoadingOverlay.vue +70 -76
  38. package/style/scss/Bootstrap/_accordion.scss +0 -158
  39. package/style/scss/Bootstrap/_alert.scss +0 -68
  40. package/style/scss/Bootstrap/_badge.scss +0 -38
  41. package/style/scss/Bootstrap/_breadcrumb.scss +0 -40
  42. package/style/scss/Bootstrap/_button-group.scss +0 -142
  43. package/style/scss/Bootstrap/_buttons.scss +0 -207
  44. package/style/scss/Bootstrap/_card.scss +0 -238
  45. package/style/scss/Bootstrap/_carousel.scss +0 -238
  46. package/style/scss/Bootstrap/_close.scss +0 -61
  47. package/style/scss/Bootstrap/_containers.scss +0 -41
  48. package/style/scss/Bootstrap/_dropdown.scss +0 -250
  49. package/style/scss/Bootstrap/_forms.scss +0 -9
  50. package/style/scss/Bootstrap/_functions.scss +0 -302
  51. package/style/scss/Bootstrap/_grid.scss +0 -33
  52. package/style/scss/Bootstrap/_helpers.scss +0 -10
  53. package/style/scss/Bootstrap/_images.scss +0 -42
  54. package/style/scss/Bootstrap/_list-group.scss +0 -204
  55. package/style/scss/Bootstrap/_maps.scss +0 -121
  56. package/style/scss/Bootstrap/_mixins.scss +0 -42
  57. package/style/scss/Bootstrap/_modal.scss +0 -237
  58. package/style/scss/Bootstrap/_nav.scss +0 -172
  59. package/style/scss/Bootstrap/_navbar.scss +0 -286
  60. package/style/scss/Bootstrap/_offcanvas.scss +0 -146
  61. package/style/scss/Bootstrap/_pagination.scss +0 -109
  62. package/style/scss/Bootstrap/_placeholders.scss +0 -51
  63. package/style/scss/Bootstrap/_popover.scss +0 -196
  64. package/style/scss/Bootstrap/_progress.scss +0 -68
  65. package/style/scss/Bootstrap/_reboot.scss +0 -610
  66. package/style/scss/Bootstrap/_root.scss +0 -195
  67. package/style/scss/Bootstrap/_spinners.scss +0 -85
  68. package/style/scss/Bootstrap/_tables.scss +0 -164
  69. package/style/scss/Bootstrap/_toasts.scss +0 -73
  70. package/style/scss/Bootstrap/_tooltip.scss +0 -120
  71. package/style/scss/Bootstrap/_transitions.scss +0 -27
  72. package/style/scss/Bootstrap/_type.scss +0 -106
  73. package/style/scss/Bootstrap/_utilities.scss +0 -748
  74. package/style/scss/Bootstrap/_variables-dark.scss +0 -70
  75. package/style/scss/Bootstrap/_variables.scss +0 -1703
  76. package/style/scss/Bootstrap/bootstrap-grid.scss +0 -66
  77. package/style/scss/Bootstrap/bootstrap-reboot.scss +0 -10
  78. package/style/scss/Bootstrap/bootstrap-utilities.scss +0 -19
  79. package/style/scss/Bootstrap/bootstrap.scss +0 -52
  80. package/style/scss/Bootstrap/forms/_floating-labels.scss +0 -90
  81. package/style/scss/Bootstrap/forms/_form-check.scss +0 -188
  82. package/style/scss/Bootstrap/forms/_form-control.scss +0 -201
  83. package/style/scss/Bootstrap/forms/_form-range.scss +0 -91
  84. package/style/scss/Bootstrap/forms/_form-select.scss +0 -81
  85. package/style/scss/Bootstrap/forms/_form-text.scss +0 -11
  86. package/style/scss/Bootstrap/forms/_input-group.scss +0 -132
  87. package/style/scss/Bootstrap/forms/_labels.scss +0 -36
  88. package/style/scss/Bootstrap/forms/_validation.scss +0 -12
  89. package/style/scss/Bootstrap/helpers/_clearfix.scss +0 -3
  90. package/style/scss/Bootstrap/helpers/_color-bg.scss +0 -10
  91. package/style/scss/Bootstrap/helpers/_colored-links.scss +0 -12
  92. package/style/scss/Bootstrap/helpers/_position.scss +0 -36
  93. package/style/scss/Bootstrap/helpers/_ratio.scss +0 -26
  94. package/style/scss/Bootstrap/helpers/_stacks.scss +0 -15
  95. package/style/scss/Bootstrap/helpers/_stretched-link.scss +0 -15
  96. package/style/scss/Bootstrap/helpers/_text-truncation.scss +0 -7
  97. package/style/scss/Bootstrap/helpers/_visually-hidden.scss +0 -8
  98. package/style/scss/Bootstrap/helpers/_vr.scss +0 -8
  99. package/style/scss/Bootstrap/mixins/_alert.scss +0 -18
  100. package/style/scss/Bootstrap/mixins/_backdrop.scss +0 -14
  101. package/style/scss/Bootstrap/mixins/_banner.scss +0 -7
  102. package/style/scss/Bootstrap/mixins/_border-radius.scss +0 -78
  103. package/style/scss/Bootstrap/mixins/_box-shadow.scss +0 -18
  104. package/style/scss/Bootstrap/mixins/_breakpoints.scss +0 -127
  105. package/style/scss/Bootstrap/mixins/_buttons.scss +0 -70
  106. package/style/scss/Bootstrap/mixins/_caret.scss +0 -69
  107. package/style/scss/Bootstrap/mixins/_clearfix.scss +0 -9
  108. package/style/scss/Bootstrap/mixins/_color-mode.scss +0 -21
  109. package/style/scss/Bootstrap/mixins/_color-scheme.scss +0 -7
  110. package/style/scss/Bootstrap/mixins/_container.scss +0 -11
  111. package/style/scss/Bootstrap/mixins/_deprecate.scss +0 -10
  112. package/style/scss/Bootstrap/mixins/_forms.scss +0 -153
  113. package/style/scss/Bootstrap/mixins/_gradients.scss +0 -47
  114. package/style/scss/Bootstrap/mixins/_grid.scss +0 -151
  115. package/style/scss/Bootstrap/mixins/_image.scss +0 -16
  116. package/style/scss/Bootstrap/mixins/_list-group.scss +0 -27
  117. package/style/scss/Bootstrap/mixins/_lists.scss +0 -7
  118. package/style/scss/Bootstrap/mixins/_pagination.scss +0 -10
  119. package/style/scss/Bootstrap/mixins/_reset-text.scss +0 -17
  120. package/style/scss/Bootstrap/mixins/_resize.scss +0 -6
  121. package/style/scss/Bootstrap/mixins/_table-variants.scss +0 -24
  122. package/style/scss/Bootstrap/mixins/_text-truncate.scss +0 -8
  123. package/style/scss/Bootstrap/mixins/_transition.scss +0 -26
  124. package/style/scss/Bootstrap/mixins/_utilities.scss +0 -97
  125. package/style/scss/Bootstrap/mixins/_visually-hidden.scss +0 -29
  126. package/style/scss/Bootstrap/utilities/_api.scss +0 -47
  127. package/style/scss/Bootstrap/vendor/_rfs.scss +0 -354
@@ -1,91 +0,0 @@
1
- // Range
2
- //
3
- // Style range inputs the same across browsers. Vendor-specific rules for pseudo
4
- // elements cannot be mixed. As such, there are no shared styles for focus or
5
- // active states on prefixed selectors.
6
-
7
- .form-range {
8
- width: 100%;
9
- height: add($form-range-thumb-height, $form-range-thumb-focus-box-shadow-width * 2);
10
- padding: 0; // Need to reset padding
11
- background-color: transparent;
12
- appearance: none;
13
-
14
- &:focus {
15
- outline: 0;
16
-
17
- // Pseudo-elements must be split across multiple rulesets to have an effect.
18
- // No box-shadow() mixin for focus accessibility.
19
- &::-webkit-slider-thumb { box-shadow: $form-range-thumb-focus-box-shadow; }
20
- &::-moz-range-thumb { box-shadow: $form-range-thumb-focus-box-shadow; }
21
- }
22
-
23
- &::-moz-focus-outer {
24
- border: 0;
25
- }
26
-
27
- &::-webkit-slider-thumb {
28
- width: $form-range-thumb-width;
29
- height: $form-range-thumb-height;
30
- margin-top: ($form-range-track-height - $form-range-thumb-height) * .5; // Webkit specific
31
- @include gradient-bg($form-range-thumb-bg);
32
- border: $form-range-thumb-border;
33
- @include border-radius($form-range-thumb-border-radius);
34
- @include box-shadow($form-range-thumb-box-shadow);
35
- @include transition($form-range-thumb-transition);
36
- appearance: none;
37
-
38
- &:active {
39
- @include gradient-bg($form-range-thumb-active-bg);
40
- }
41
- }
42
-
43
- &::-webkit-slider-runnable-track {
44
- width: $form-range-track-width;
45
- height: $form-range-track-height;
46
- color: transparent; // Why?
47
- cursor: $form-range-track-cursor;
48
- background-color: $form-range-track-bg;
49
- border-color: transparent;
50
- @include border-radius($form-range-track-border-radius);
51
- @include box-shadow($form-range-track-box-shadow);
52
- }
53
-
54
- &::-moz-range-thumb {
55
- width: $form-range-thumb-width;
56
- height: $form-range-thumb-height;
57
- @include gradient-bg($form-range-thumb-bg);
58
- border: $form-range-thumb-border;
59
- @include border-radius($form-range-thumb-border-radius);
60
- @include box-shadow($form-range-thumb-box-shadow);
61
- @include transition($form-range-thumb-transition);
62
- appearance: none;
63
-
64
- &:active {
65
- @include gradient-bg($form-range-thumb-active-bg);
66
- }
67
- }
68
-
69
- &::-moz-range-track {
70
- width: $form-range-track-width;
71
- height: $form-range-track-height;
72
- color: transparent;
73
- cursor: $form-range-track-cursor;
74
- background-color: $form-range-track-bg;
75
- border-color: transparent; // Firefox specific?
76
- @include border-radius($form-range-track-border-radius);
77
- @include box-shadow($form-range-track-box-shadow);
78
- }
79
-
80
- &:disabled {
81
- pointer-events: none;
82
-
83
- &::-webkit-slider-thumb {
84
- background-color: $form-range-thumb-disabled-bg;
85
- }
86
-
87
- &::-moz-range-thumb {
88
- background-color: $form-range-thumb-disabled-bg;
89
- }
90
- }
91
- }
@@ -1,81 +0,0 @@
1
- // Select
2
- //
3
- // Replaces the browser default select with a custom one, mostly pulled from
4
- // https://primer.github.io/.
5
-
6
- .form-select {
7
- --#{$prefix}form-select-bg-img: #{escape-svg($form-select-indicator)};
8
-
9
- display: block;
10
- width: 100%;
11
- padding: $form-select-padding-y $form-select-indicator-padding $form-select-padding-y $form-select-padding-x;
12
- -moz-padding-start: subtract($form-select-padding-x, 3px); // See https://github.com/twbs/bootstrap/issues/32636
13
- font-family: $form-select-font-family;
14
- @include font-size($form-select-font-size);
15
- font-weight: $form-select-font-weight;
16
- line-height: $form-select-line-height;
17
- color: $form-select-color;
18
- background-color: $form-select-bg;
19
- background-image: var(--#{$prefix}form-select-bg-img), var(--#{$prefix}form-select-bg-icon, none);
20
- background-repeat: no-repeat;
21
- background-position: $form-select-bg-position;
22
- background-size: $form-select-bg-size;
23
- border: $form-select-border-width solid $form-select-border-color;
24
- @include border-radius($form-select-border-radius, 0);
25
- @include box-shadow($form-select-box-shadow);
26
- @include transition($form-select-transition);
27
- appearance: none;
28
-
29
- &:focus {
30
- border-color: $form-select-focus-border-color;
31
- outline: 0;
32
- @if $enable-shadows {
33
- @include box-shadow($form-select-box-shadow, $form-select-focus-box-shadow);
34
- } @else {
35
- // Avoid using mixin so we can pass custom focus shadow properly
36
- box-shadow: $form-select-focus-box-shadow;
37
- }
38
- }
39
-
40
- &[multiple],
41
- &[size]:not([size="1"]) {
42
- padding-right: $form-select-padding-x;
43
- background-image: none;
44
- }
45
-
46
- &:disabled {
47
- color: $form-select-disabled-color;
48
- background-color: $form-select-disabled-bg;
49
- border-color: $form-select-disabled-border-color;
50
- }
51
-
52
- // Remove outline from select box in FF
53
- &:-moz-focusring {
54
- color: transparent;
55
- text-shadow: 0 0 0 $form-select-color;
56
- }
57
- }
58
-
59
- .form-select-sm {
60
- padding-top: $form-select-padding-y-sm;
61
- padding-bottom: $form-select-padding-y-sm;
62
- padding-left: $form-select-padding-x-sm;
63
- @include font-size($form-select-font-size-sm);
64
- @include border-radius($form-select-border-radius-sm);
65
- }
66
-
67
- .form-select-lg {
68
- padding-top: $form-select-padding-y-lg;
69
- padding-bottom: $form-select-padding-y-lg;
70
- padding-left: $form-select-padding-x-lg;
71
- @include font-size($form-select-font-size-lg);
72
- @include border-radius($form-select-border-radius-lg);
73
- }
74
-
75
- @if $enable-dark-mode {
76
- @include color-mode(dark) {
77
- .form-select {
78
- --#{$prefix}form-select-bg-img: #{escape-svg($form-select-indicator-dark)};
79
- }
80
- }
81
- }
@@ -1,11 +0,0 @@
1
- //
2
- // Form text
3
- //
4
-
5
- .form-text {
6
- margin-top: $form-text-margin-top;
7
- @include font-size($form-text-font-size);
8
- font-style: $form-text-font-style;
9
- font-weight: $form-text-font-weight;
10
- color: $form-text-color;
11
- }
@@ -1,132 +0,0 @@
1
- //
2
- // Base styles
3
- //
4
-
5
- .input-group {
6
- position: relative;
7
- display: flex;
8
- flex-wrap: wrap; // For form validation feedback
9
- align-items: stretch;
10
- width: 100%;
11
-
12
- > .form-control,
13
- > .form-select,
14
- > .form-floating {
15
- position: relative; // For focus state's z-index
16
- flex: 1 1 auto;
17
- width: 1%;
18
- min-width: 0; // https://stackoverflow.com/questions/36247140/why-dont-flex-items-shrink-past-content-size
19
- }
20
-
21
- // Bring the "active" form control to the top of surrounding elements
22
- > .form-control:focus,
23
- > .form-select:focus,
24
- > .form-floating:focus-within {
25
- z-index: 5;
26
- }
27
-
28
- // Ensure buttons are always above inputs for more visually pleasing borders.
29
- // This isn't needed for `.input-group-text` since it shares the same border-color
30
- // as our inputs.
31
- .btn {
32
- position: relative;
33
- z-index: 2;
34
-
35
- &:focus {
36
- z-index: 5;
37
- }
38
- }
39
- }
40
-
41
-
42
- // Textual addons
43
- //
44
- // Serves as a catch-all element for any text or radio/checkbox input you wish
45
- // to prepend or append to an input.
46
-
47
- .input-group-text {
48
- display: flex;
49
- align-items: center;
50
- padding: $input-group-addon-padding-y $input-group-addon-padding-x;
51
- @include font-size($input-font-size); // Match inputs
52
- font-weight: $input-group-addon-font-weight;
53
- line-height: $input-line-height;
54
- color: $input-group-addon-color;
55
- text-align: center;
56
- white-space: nowrap;
57
- background-color: $input-group-addon-bg;
58
- border: $input-border-width solid $input-group-addon-border-color;
59
- @include border-radius($input-border-radius);
60
- }
61
-
62
-
63
- // Sizing
64
- //
65
- // Remix the default form control sizing classes into new ones for easier
66
- // manipulation.
67
-
68
- .input-group-lg > .form-control,
69
- .input-group-lg > .form-select,
70
- .input-group-lg > .input-group-text,
71
- .input-group-lg > .btn {
72
- padding: $input-padding-y-lg $input-padding-x-lg;
73
- @include font-size($input-font-size-lg);
74
- @include border-radius($input-border-radius-lg);
75
- }
76
-
77
- .input-group-sm > .form-control,
78
- .input-group-sm > .form-select,
79
- .input-group-sm > .input-group-text,
80
- .input-group-sm > .btn {
81
- padding: $input-padding-y-sm $input-padding-x-sm;
82
- @include font-size($input-font-size-sm);
83
- @include border-radius($input-border-radius-sm);
84
- }
85
-
86
- .input-group-lg > .form-select,
87
- .input-group-sm > .form-select {
88
- padding-right: $form-select-padding-x + $form-select-indicator-padding;
89
- }
90
-
91
-
92
- // Rounded corners
93
- //
94
- // These rulesets must come after the sizing ones to properly override sm and lg
95
- // border-radius values when extending. They're more specific than we'd like
96
- // with the `.input-group >` part, but without it, we cannot override the sizing.
97
-
98
- // stylelint-disable-next-line no-duplicate-selectors
99
- .input-group {
100
- &:not(.has-validation) {
101
- > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
102
- > .dropdown-toggle:nth-last-child(n + 3),
103
- > .form-floating:not(:last-child) > .form-control,
104
- > .form-floating:not(:last-child) > .form-select {
105
- @include border-end-radius(0);
106
- }
107
- }
108
-
109
- &.has-validation {
110
- > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
111
- > .dropdown-toggle:nth-last-child(n + 4),
112
- > .form-floating:nth-last-child(n + 3) > .form-control,
113
- > .form-floating:nth-last-child(n + 3) > .form-select {
114
- @include border-end-radius(0);
115
- }
116
- }
117
-
118
- $validation-messages: "";
119
- @each $state in map-keys($form-validation-states) {
120
- $validation-messages: $validation-messages + ":not(." + unquote($state) + "-tooltip)" + ":not(." + unquote($state) + "-feedback)";
121
- }
122
-
123
- > :not(:first-child):not(.dropdown-menu)#{$validation-messages} {
124
- margin-left: calc($input-border-width * -1); // stylelint-disable-line function-disallowed-list
125
- @include border-start-radius(0);
126
- }
127
-
128
- > .form-floating:not(:first-child) > .form-control,
129
- > .form-floating:not(:first-child) > .form-select {
130
- @include border-start-radius(0);
131
- }
132
- }
@@ -1,36 +0,0 @@
1
- //
2
- // Labels
3
- //
4
-
5
- .form-label {
6
- margin-bottom: $form-label-margin-bottom;
7
- @include font-size($form-label-font-size);
8
- font-style: $form-label-font-style;
9
- font-weight: $form-label-font-weight;
10
- color: $form-label-color;
11
- }
12
-
13
- // For use with horizontal and inline forms, when you need the label (or legend)
14
- // text to align with the form controls.
15
- .col-form-label {
16
- padding-top: add($input-padding-y, $input-border-width);
17
- padding-bottom: add($input-padding-y, $input-border-width);
18
- margin-bottom: 0; // Override the `<legend>` default
19
- @include font-size(inherit); // Override the `<legend>` default
20
- font-style: $form-label-font-style;
21
- font-weight: $form-label-font-weight;
22
- line-height: $input-line-height;
23
- color: $form-label-color;
24
- }
25
-
26
- .col-form-label-lg {
27
- padding-top: add($input-padding-y-lg, $input-border-width);
28
- padding-bottom: add($input-padding-y-lg, $input-border-width);
29
- @include font-size($input-font-size-lg);
30
- }
31
-
32
- .col-form-label-sm {
33
- padding-top: add($input-padding-y-sm, $input-border-width);
34
- padding-bottom: add($input-padding-y-sm, $input-border-width);
35
- @include font-size($input-font-size-sm);
36
- }
@@ -1,12 +0,0 @@
1
- // Form validation
2
- //
3
- // Provide feedback to users when form field values are valid or invalid. Works
4
- // primarily for client-side validation via scoped `:invalid` and `:valid`
5
- // pseudo-classes but also includes `.is-invalid` and `.is-valid` classes for
6
- // server-side validation.
7
-
8
- // scss-docs-start form-validation-states-loop
9
- @each $state, $data in $form-validation-states {
10
- @include form-validation-state($state, $data...);
11
- }
12
- // scss-docs-end form-validation-states-loop
@@ -1,3 +0,0 @@
1
- .clearfix {
2
- @include clearfix();
3
- }
@@ -1,10 +0,0 @@
1
- // stylelint-disable function-name-case
2
-
3
- // All-caps `RGBA()` function used because of this Sass bug: https://github.com/sass/node-sass/issues/2251
4
- @each $color, $value in $theme-colors {
5
- $color-rgb: to-rgb($value);
6
- .text-bg-#{$color} {
7
- color: color-contrast($value) if($enable-important-utilities, !important, null);
8
- background-color: RGBA($color-rgb, var(--#{$prefix}bg-opacity, 1)) if($enable-important-utilities, !important, null);
9
- }
10
- }
@@ -1,12 +0,0 @@
1
- @each $color, $value in $theme-colors {
2
- .link-#{$color} {
3
- color: $value if($enable-important-utilities, !important, null);
4
-
5
- @if $link-shade-percentage != 0 {
6
- &:hover,
7
- &:focus {
8
- color: if(color-contrast($value) == $color-contrast-light, shade-color($value, $link-shade-percentage), tint-color($value, $link-shade-percentage)) if($enable-important-utilities, !important, null);
9
- }
10
- }
11
- }
12
- }
@@ -1,36 +0,0 @@
1
- // Shorthand
2
-
3
- .fixed-top {
4
- position: fixed;
5
- top: 0;
6
- right: 0;
7
- left: 0;
8
- z-index: $zindex-fixed;
9
- }
10
-
11
- .fixed-bottom {
12
- position: fixed;
13
- right: 0;
14
- bottom: 0;
15
- left: 0;
16
- z-index: $zindex-fixed;
17
- }
18
-
19
- // Responsive sticky top and bottom
20
- @each $breakpoint in map-keys($grid-breakpoints) {
21
- @include media-breakpoint-up($breakpoint) {
22
- $infix: breakpoint-infix($breakpoint, $grid-breakpoints);
23
-
24
- .sticky#{$infix}-top {
25
- position: sticky;
26
- top: 0;
27
- z-index: $zindex-sticky;
28
- }
29
-
30
- .sticky#{$infix}-bottom {
31
- position: sticky;
32
- bottom: 0;
33
- z-index: $zindex-sticky;
34
- }
35
- }
36
- }
@@ -1,26 +0,0 @@
1
- // Credit: Nicolas Gallagher and SUIT CSS.
2
-
3
- .ratio {
4
- position: relative;
5
- width: 100%;
6
-
7
- &::before {
8
- display: block;
9
- padding-top: var(--#{$prefix}aspect-ratio);
10
- content: "";
11
- }
12
-
13
- > * {
14
- position: absolute;
15
- top: 0;
16
- left: 0;
17
- width: 100%;
18
- height: 100%;
19
- }
20
- }
21
-
22
- @each $key, $ratio in $aspect-ratios {
23
- .ratio-#{$key} {
24
- --#{$prefix}aspect-ratio: #{$ratio};
25
- }
26
- }
@@ -1,15 +0,0 @@
1
- // scss-docs-start stacks
2
- .hstack {
3
- display: flex;
4
- flex-direction: row;
5
- align-items: center;
6
- align-self: stretch;
7
- }
8
-
9
- .vstack {
10
- display: flex;
11
- flex: 1 1 auto;
12
- flex-direction: column;
13
- align-self: stretch;
14
- }
15
- // scss-docs-end stacks
@@ -1,15 +0,0 @@
1
- //
2
- // Stretched link
3
- //
4
-
5
- .stretched-link {
6
- &::#{$stretched-link-pseudo-element} {
7
- position: absolute;
8
- top: 0;
9
- right: 0;
10
- bottom: 0;
11
- left: 0;
12
- z-index: $stretched-link-z-index;
13
- content: "";
14
- }
15
- }
@@ -1,7 +0,0 @@
1
- //
2
- // Text truncation
3
- //
4
-
5
- .text-truncate {
6
- @include text-truncate();
7
- }
@@ -1,8 +0,0 @@
1
- //
2
- // Visually hidden
3
- //
4
-
5
- .visually-hidden,
6
- .visually-hidden-focusable:not(:focus):not(:focus-within) {
7
- @include visually-hidden();
8
- }
@@ -1,8 +0,0 @@
1
- .vr {
2
- display: inline-block;
3
- align-self: stretch;
4
- width: 1px;
5
- min-height: 1em;
6
- background-color: currentcolor;
7
- opacity: $hr-opacity;
8
- }
@@ -1,18 +0,0 @@
1
- @include deprecate("`alert-variant()`", "v5.3.0", "v6.0.0");
2
-
3
- // scss-docs-start alert-variant-mixin
4
- @mixin alert-variant($background, $border, $color) {
5
- --#{$prefix}alert-color: #{$color};
6
- --#{$prefix}alert-bg: #{$background};
7
- --#{$prefix}alert-border-color: #{$border};
8
- --#{$prefix}alert-link-color: #{shade-color($color, 20%)};
9
-
10
- @if $enable-gradients {
11
- background-image: var(--#{$prefix}gradient);
12
- }
13
-
14
- .alert-link {
15
- color: var(--#{$prefix}alert-link-color);
16
- }
17
- }
18
- // scss-docs-end alert-variant-mixin
@@ -1,14 +0,0 @@
1
- // Shared between modals and offcanvases
2
- @mixin overlay-backdrop($zindex, $backdrop-bg, $backdrop-opacity) {
3
- position: fixed;
4
- top: 0;
5
- left: 0;
6
- z-index: $zindex;
7
- width: 100vw;
8
- height: 100vh;
9
- background-color: $backdrop-bg;
10
-
11
- // Fade for backdrop
12
- &.fade { opacity: 0; }
13
- &.show { opacity: $backdrop-opacity; }
14
- }
@@ -1,7 +0,0 @@
1
- @mixin bsBanner($file) {
2
- /*!
3
- * Bootstrap #{$file} v5.3.0-alpha1 (https://getbootstrap.com/)
4
- * Copyright 2011-2022 The Bootstrap Authors
5
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
6
- */
7
- }
@@ -1,78 +0,0 @@
1
- // stylelint-disable property-disallowed-list
2
- // Single side border-radius
3
-
4
- // Helper function to replace negative values with 0
5
- @function valid-radius($radius) {
6
- $return: ();
7
- @each $value in $radius {
8
- @if type-of($value) == number {
9
- $return: append($return, max($value, 0));
10
- } @else {
11
- $return: append($return, $value);
12
- }
13
- }
14
- @return $return;
15
- }
16
-
17
- // scss-docs-start border-radius-mixins
18
- @mixin border-radius($radius: $border-radius, $fallback-border-radius: false) {
19
- @if $enable-rounded {
20
- border-radius: valid-radius($radius);
21
- }
22
- @else if $fallback-border-radius != false {
23
- border-radius: $fallback-border-radius;
24
- }
25
- }
26
-
27
- @mixin border-top-radius($radius: $border-radius) {
28
- @if $enable-rounded {
29
- border-top-left-radius: valid-radius($radius);
30
- border-top-right-radius: valid-radius($radius);
31
- }
32
- }
33
-
34
- @mixin border-end-radius($radius: $border-radius) {
35
- @if $enable-rounded {
36
- border-top-right-radius: valid-radius($radius);
37
- border-bottom-right-radius: valid-radius($radius);
38
- }
39
- }
40
-
41
- @mixin border-bottom-radius($radius: $border-radius) {
42
- @if $enable-rounded {
43
- border-bottom-right-radius: valid-radius($radius);
44
- border-bottom-left-radius: valid-radius($radius);
45
- }
46
- }
47
-
48
- @mixin border-start-radius($radius: $border-radius) {
49
- @if $enable-rounded {
50
- border-top-left-radius: valid-radius($radius);
51
- border-bottom-left-radius: valid-radius($radius);
52
- }
53
- }
54
-
55
- @mixin border-top-start-radius($radius: $border-radius) {
56
- @if $enable-rounded {
57
- border-top-left-radius: valid-radius($radius);
58
- }
59
- }
60
-
61
- @mixin border-top-end-radius($radius: $border-radius) {
62
- @if $enable-rounded {
63
- border-top-right-radius: valid-radius($radius);
64
- }
65
- }
66
-
67
- @mixin border-bottom-end-radius($radius: $border-radius) {
68
- @if $enable-rounded {
69
- border-bottom-right-radius: valid-radius($radius);
70
- }
71
- }
72
-
73
- @mixin border-bottom-start-radius($radius: $border-radius) {
74
- @if $enable-rounded {
75
- border-bottom-left-radius: valid-radius($radius);
76
- }
77
- }
78
- // scss-docs-end border-radius-mixins
@@ -1,18 +0,0 @@
1
- @mixin box-shadow($shadow...) {
2
- @if $enable-shadows {
3
- $result: ();
4
-
5
- @each $value in $shadow {
6
- @if $value != null {
7
- $result: append($result, $value, "comma");
8
- }
9
- @if $value == none and length($shadow) > 1 {
10
- @warn "The keyword 'none' must be used as a single argument.";
11
- }
12
- }
13
-
14
- @if (length($result) > 0) {
15
- box-shadow: $result;
16
- }
17
- }
18
- }