viniBaxter-spa_landing 0.6.0 → 0.9

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 (143) hide show
  1. checksums.yaml +4 -4
  2. data/lib/viniBaxter/sass/.DS_Store +0 -0
  3. data/lib/viniBaxter/sass/bootstrap/_alert.scss +51 -0
  4. data/lib/viniBaxter/sass/bootstrap/_badge.scss +54 -0
  5. data/lib/viniBaxter/sass/bootstrap/_breadcrumb.scss +44 -0
  6. data/lib/viniBaxter/sass/bootstrap/_button-group.scss +163 -0
  7. data/lib/viniBaxter/sass/bootstrap/_buttons.scss +184 -0
  8. data/lib/viniBaxter/sass/bootstrap/_card.scss +286 -0
  9. data/lib/viniBaxter/sass/bootstrap/_carousel.scss +197 -0
  10. data/lib/viniBaxter/sass/bootstrap/_close.scss +40 -0
  11. data/lib/viniBaxter/sass/bootstrap/_code.scss +48 -0
  12. data/lib/viniBaxter/sass/bootstrap/_custom-forms.scss +523 -0
  13. data/lib/viniBaxter/sass/bootstrap/_dropdown.scss +192 -0
  14. data/lib/viniBaxter/sass/bootstrap/_forms.scss +347 -0
  15. data/lib/viniBaxter/sass/bootstrap/_functions.scss +164 -0
  16. data/lib/viniBaxter/sass/bootstrap/_grid.scss +73 -0
  17. data/lib/viniBaxter/sass/bootstrap/_images.scss +42 -0
  18. data/lib/viniBaxter/sass/bootstrap/_input-group.scss +192 -0
  19. data/lib/viniBaxter/sass/bootstrap/_jumbotron.scss +17 -0
  20. data/lib/viniBaxter/sass/bootstrap/_list-group.scss +154 -0
  21. data/lib/viniBaxter/sass/bootstrap/_media.scss +8 -0
  22. data/lib/viniBaxter/sass/bootstrap/_mixins.scss +47 -0
  23. data/lib/viniBaxter/sass/bootstrap/_modal.scss +240 -0
  24. data/lib/viniBaxter/sass/bootstrap/_nav.scss +123 -0
  25. data/lib/viniBaxter/sass/bootstrap/_navbar.scss +324 -0
  26. data/lib/viniBaxter/sass/bootstrap/_pagination.scss +74 -0
  27. data/lib/viniBaxter/sass/bootstrap/_popover.scss +170 -0
  28. data/lib/viniBaxter/sass/bootstrap/_print.scss +141 -0
  29. data/lib/viniBaxter/sass/bootstrap/_progress.scss +47 -0
  30. data/lib/viniBaxter/sass/bootstrap/_reboot.scss +469 -0
  31. data/lib/viniBaxter/sass/bootstrap/_root.scss +20 -0
  32. data/lib/viniBaxter/sass/bootstrap/_spinners.scss +56 -0
  33. data/lib/viniBaxter/sass/bootstrap/_tables.scss +185 -0
  34. data/lib/viniBaxter/sass/bootstrap/_toasts.scss +46 -0
  35. data/lib/viniBaxter/sass/bootstrap/_tooltip.scss +115 -0
  36. data/lib/viniBaxter/sass/bootstrap/_transitions.scss +20 -0
  37. data/lib/viniBaxter/sass/bootstrap/_type.scss +125 -0
  38. data/lib/viniBaxter/sass/bootstrap/_utilities.scss +18 -0
  39. data/lib/viniBaxter/sass/bootstrap/bootstrap-grid.scss +29 -0
  40. data/lib/viniBaxter/sass/bootstrap/bootstrap-reboot.scss +12 -0
  41. data/lib/viniBaxter/sass/bootstrap/bootstrap.scss +43 -0
  42. data/lib/viniBaxter/sass/bootstrap/mixins/_alert.scss +13 -0
  43. data/lib/viniBaxter/sass/bootstrap/mixins/_background-variant.scss +23 -0
  44. data/lib/viniBaxter/sass/bootstrap/mixins/_badge.scss +17 -0
  45. data/lib/viniBaxter/sass/bootstrap/mixins/_border-radius.scss +76 -0
  46. data/lib/viniBaxter/sass/bootstrap/mixins/_box-shadow.scss +20 -0
  47. data/lib/viniBaxter/sass/bootstrap/mixins/_breakpoints.scss +123 -0
  48. data/lib/viniBaxter/sass/bootstrap/mixins/_buttons.scss +154 -0
  49. data/lib/viniBaxter/sass/bootstrap/mixins/_caret.scss +62 -0
  50. data/lib/viniBaxter/sass/bootstrap/mixins/_clearfix.scss +7 -0
  51. data/lib/viniBaxter/sass/bootstrap/mixins/_deprecate.scss +10 -0
  52. data/lib/viniBaxter/sass/bootstrap/mixins/_float.scss +14 -0
  53. data/lib/viniBaxter/sass/bootstrap/mixins/_forms.scss +178 -0
  54. data/lib/viniBaxter/sass/bootstrap/mixins/_gradients.scss +45 -0
  55. data/lib/viniBaxter/sass/bootstrap/mixins/_grid-framework.scss +80 -0
  56. data/lib/viniBaxter/sass/bootstrap/mixins/_grid.scss +69 -0
  57. data/lib/viniBaxter/sass/bootstrap/mixins/_hover.scss +37 -0
  58. data/lib/viniBaxter/sass/bootstrap/mixins/_image.scss +36 -0
  59. data/lib/viniBaxter/sass/bootstrap/mixins/_list-group.scss +21 -0
  60. data/lib/viniBaxter/sass/bootstrap/mixins/_lists.scss +7 -0
  61. data/lib/viniBaxter/sass/bootstrap/mixins/_nav-divider.scss +11 -0
  62. data/lib/viniBaxter/sass/bootstrap/mixins/_pagination.scss +22 -0
  63. data/lib/viniBaxter/sass/bootstrap/mixins/_reset-text.scss +17 -0
  64. data/lib/viniBaxter/sass/bootstrap/mixins/_resize.scss +6 -0
  65. data/lib/viniBaxter/sass/bootstrap/mixins/_screen-reader.scss +34 -0
  66. data/lib/viniBaxter/sass/bootstrap/mixins/_size.scss +7 -0
  67. data/lib/viniBaxter/sass/bootstrap/mixins/_table-row.scss +39 -0
  68. data/lib/viniBaxter/sass/bootstrap/mixins/_text-emphasis.scss +17 -0
  69. data/lib/viniBaxter/sass/bootstrap/mixins/_text-hide.scss +11 -0
  70. data/lib/viniBaxter/sass/bootstrap/mixins/_text-truncate.scss +8 -0
  71. data/lib/viniBaxter/sass/bootstrap/mixins/_transition.scss +26 -0
  72. data/lib/viniBaxter/sass/bootstrap/mixins/_visibility.scss +8 -0
  73. data/lib/viniBaxter/sass/bootstrap/utilities/_align.scss +8 -0
  74. data/lib/viniBaxter/sass/bootstrap/utilities/_background.scss +19 -0
  75. data/lib/viniBaxter/sass/bootstrap/utilities/_borders.scss +75 -0
  76. data/lib/viniBaxter/sass/bootstrap/utilities/_clearfix.scss +3 -0
  77. data/lib/viniBaxter/sass/bootstrap/utilities/_display.scss +26 -0
  78. data/lib/viniBaxter/sass/bootstrap/utilities/_embed.scss +39 -0
  79. data/lib/viniBaxter/sass/bootstrap/utilities/_flex.scss +51 -0
  80. data/lib/viniBaxter/sass/bootstrap/utilities/_float.scss +11 -0
  81. data/lib/viniBaxter/sass/bootstrap/utilities/_interactions.scss +5 -0
  82. data/lib/viniBaxter/sass/bootstrap/utilities/_overflow.scss +5 -0
  83. data/lib/viniBaxter/sass/bootstrap/utilities/_position.scss +34 -0
  84. data/lib/viniBaxter/sass/bootstrap/utilities/_screenreaders.scss +11 -0
  85. data/lib/viniBaxter/sass/bootstrap/utilities/_shadows.scss +6 -0
  86. data/lib/viniBaxter/sass/bootstrap/utilities/_sizing.scss +20 -0
  87. data/lib/viniBaxter/sass/bootstrap/utilities/_spacing.scss +73 -0
  88. data/lib/viniBaxter/sass/bootstrap/utilities/_stretched-link.scss +19 -0
  89. data/lib/viniBaxter/sass/bootstrap/utilities/_text.scss +72 -0
  90. data/lib/viniBaxter/sass/bootstrap/utilities/_visibility.scss +13 -0
  91. data/lib/viniBaxter/sass/bootstrap/vendor/_rfs.scss +204 -0
  92. data/lib/viniBaxter/sass/spa_landing-basic-nav.scss +8 -0
  93. data/lib/viniBaxter/sass/{spa_landing.scss → spa_landing-nav.scss} +3 -0
  94. data/lib/viniBaxter/sass/spa_landing/.DS_Store +0 -0
  95. data/lib/viniBaxter/sass/spa_landing/theme/_aos.scss +13 -11
  96. data/lib/viniBaxter/sass/spa_landing/theme/_avatar.scss +24 -20
  97. data/lib/viniBaxter/sass/spa_landing/theme/_buttons.scss +65 -5
  98. data/lib/viniBaxter/sass/spa_landing/theme/_card.scss +60 -0
  99. data/lib/viniBaxter/sass/spa_landing/theme/_choices.scss +20 -0
  100. data/lib/viniBaxter/sass/spa_landing/theme/_custom-forms.scss +19 -7
  101. data/lib/viniBaxter/sass/spa_landing/theme/_dropdown-extend.scss +113 -0
  102. data/lib/viniBaxter/sass/spa_landing/theme/_dropdown.scss +18 -19
  103. data/lib/viniBaxter/sass/spa_landing/theme/_dropdown_creative.scss +140 -0
  104. data/lib/viniBaxter/sass/spa_landing/theme/_dropzone.scss +89 -0
  105. data/lib/viniBaxter/sass/spa_landing/theme/_feather.scss +0 -1079
  106. data/lib/viniBaxter/sass/spa_landing/theme/_forms.scss +14 -3
  107. data/lib/viniBaxter/sass/spa_landing/theme/_functions.scss +2 -2
  108. data/lib/viniBaxter/sass/spa_landing/theme/_grid.scss +1 -1
  109. data/lib/viniBaxter/sass/spa_landing/theme/_icon.scss +12 -14
  110. data/lib/viniBaxter/sass/spa_landing/theme/_input-group.scss +16 -0
  111. data/lib/viniBaxter/sass/spa_landing/theme/_mixins.scss +7 -3
  112. data/lib/viniBaxter/sass/spa_landing/theme/_modal.scss +5 -8
  113. data/lib/viniBaxter/sass/spa_landing/theme/_navbar-extend.scss +54 -0
  114. data/lib/viniBaxter/sass/spa_landing/theme/_navbar.scss +267 -272
  115. data/lib/viniBaxter/sass/spa_landing/theme/_navbar_creative.scss +425 -0
  116. data/lib/viniBaxter/sass/spa_landing/theme/_quill.scss +284 -0
  117. data/lib/viniBaxter/sass/spa_landing/theme/_reboot.scss +2 -10
  118. data/lib/viniBaxter/sass/spa_landing/theme/_responsive.scss +307 -0
  119. data/lib/viniBaxter/sass/spa_landing/theme/_shapes.scss +10 -0
  120. data/lib/viniBaxter/sass/spa_landing/theme/_theme-basic-nav.scss +50 -0
  121. data/lib/viniBaxter/sass/spa_landing/theme/_theme.scss +52 -48
  122. data/lib/viniBaxter/sass/spa_landing/theme/_type.scss +2 -7
  123. data/lib/viniBaxter/sass/spa_landing/theme/mixins/_dropdown.scss +29 -0
  124. data/lib/viniBaxter/sass/spa_landing/theme/mixins/_mixins.scss +3 -0
  125. data/lib/viniBaxter/sass/spa_landing/theme/mixins/_navbar.scss +298 -0
  126. data/lib/viniBaxter/sass/spa_landing/theme/mixins/_transparency.scss +8 -0
  127. data/lib/viniBaxter/sass/spa_landing/theme/mixins/_vendor-prefixes.scss +305 -0
  128. data/lib/viniBaxter/sass/spa_landing/theme/now-ui-kit.scss +6 -0
  129. data/lib/viniBaxter/sass/spa_landing/theme/utilities/_borders.scss +10 -2
  130. data/lib/viniBaxter/sass/spa_landing/theme/utilities/_type.scss +8 -4
  131. data/lib/viniBaxter/spa_landing/version.rb +1 -1
  132. metadata +111 -15
  133. data/lib/viniBaxter/sass/spa_landing/theme/_button-group.scss +0 -0
  134. data/lib/viniBaxter/sass/spa_landing/theme/_carousel.scss +0 -0
  135. data/lib/viniBaxter/sass/spa_landing/theme/_code.scss +0 -0
  136. data/lib/viniBaxter/sass/spa_landing/theme/_jumbotron.scss +0 -0
  137. data/lib/viniBaxter/sass/spa_landing/theme/_media.scss +0 -0
  138. data/lib/viniBaxter/sass/spa_landing/theme/_nav.scss +0 -0
  139. data/lib/viniBaxter/sass/spa_landing/theme/_print.scss +0 -0
  140. data/lib/viniBaxter/sass/spa_landing/theme/_progress.scss +0 -0
  141. data/lib/viniBaxter/sass/spa_landing/theme/_root.scss +0 -0
  142. data/lib/viniBaxter/sass/spa_landing/theme/_tooltip.scss +0 -0
  143. data/lib/viniBaxter/sass/spa_landing/theme/_transitions.scss +0 -0
@@ -0,0 +1,170 @@
1
+ .popover {
2
+ position: absolute;
3
+ top: 0;
4
+ left: 0;
5
+ z-index: $zindex-popover;
6
+ display: block;
7
+ max-width: $popover-max-width;
8
+ // Our parent element can be arbitrary since tooltips are by default inserted as a sibling of their target element.
9
+ // So reset our font and text properties to avoid inheriting weird values.
10
+ @include reset-text();
11
+ @include font-size($popover-font-size);
12
+ // Allow breaking very long words so they don't overflow the popover's bounds
13
+ word-wrap: break-word;
14
+ background-color: $popover-bg;
15
+ background-clip: padding-box;
16
+ border: $popover-border-width solid $popover-border-color;
17
+ @include border-radius($popover-border-radius);
18
+ @include box-shadow($popover-box-shadow);
19
+
20
+ .arrow {
21
+ position: absolute;
22
+ display: block;
23
+ width: $popover-arrow-width;
24
+ height: $popover-arrow-height;
25
+ margin: 0 $popover-border-radius;
26
+
27
+ &::before,
28
+ &::after {
29
+ position: absolute;
30
+ display: block;
31
+ content: "";
32
+ border-color: transparent;
33
+ border-style: solid;
34
+ }
35
+ }
36
+ }
37
+
38
+ .bs-popover-top {
39
+ margin-bottom: $popover-arrow-height;
40
+
41
+ > .arrow {
42
+ bottom: subtract(-$popover-arrow-height, $popover-border-width);
43
+
44
+ &::before {
45
+ bottom: 0;
46
+ border-width: $popover-arrow-height ($popover-arrow-width / 2) 0;
47
+ border-top-color: $popover-arrow-outer-color;
48
+ }
49
+
50
+ &::after {
51
+ bottom: $popover-border-width;
52
+ border-width: $popover-arrow-height ($popover-arrow-width / 2) 0;
53
+ border-top-color: $popover-arrow-color;
54
+ }
55
+ }
56
+ }
57
+
58
+ .bs-popover-right {
59
+ margin-left: $popover-arrow-height;
60
+
61
+ > .arrow {
62
+ left: subtract(-$popover-arrow-height, $popover-border-width);
63
+ width: $popover-arrow-height;
64
+ height: $popover-arrow-width;
65
+ margin: $popover-border-radius 0; // make sure the arrow does not touch the popover's rounded corners
66
+
67
+ &::before {
68
+ left: 0;
69
+ border-width: ($popover-arrow-width / 2) $popover-arrow-height ($popover-arrow-width / 2) 0;
70
+ border-right-color: $popover-arrow-outer-color;
71
+ }
72
+
73
+ &::after {
74
+ left: $popover-border-width;
75
+ border-width: ($popover-arrow-width / 2) $popover-arrow-height ($popover-arrow-width / 2) 0;
76
+ border-right-color: $popover-arrow-color;
77
+ }
78
+ }
79
+ }
80
+
81
+ .bs-popover-bottom {
82
+ margin-top: $popover-arrow-height;
83
+
84
+ > .arrow {
85
+ top: subtract(-$popover-arrow-height, $popover-border-width);
86
+
87
+ &::before {
88
+ top: 0;
89
+ border-width: 0 ($popover-arrow-width / 2) $popover-arrow-height ($popover-arrow-width / 2);
90
+ border-bottom-color: $popover-arrow-outer-color;
91
+ }
92
+
93
+ &::after {
94
+ top: $popover-border-width;
95
+ border-width: 0 ($popover-arrow-width / 2) $popover-arrow-height ($popover-arrow-width / 2);
96
+ border-bottom-color: $popover-arrow-color;
97
+ }
98
+ }
99
+
100
+ // This will remove the popover-header's border just below the arrow
101
+ .popover-header::before {
102
+ position: absolute;
103
+ top: 0;
104
+ left: 50%;
105
+ display: block;
106
+ width: $popover-arrow-width;
107
+ margin-left: -$popover-arrow-width / 2;
108
+ content: "";
109
+ border-bottom: $popover-border-width solid $popover-header-bg;
110
+ }
111
+ }
112
+
113
+ .bs-popover-left {
114
+ margin-right: $popover-arrow-height;
115
+
116
+ > .arrow {
117
+ right: subtract(-$popover-arrow-height, $popover-border-width);
118
+ width: $popover-arrow-height;
119
+ height: $popover-arrow-width;
120
+ margin: $popover-border-radius 0; // make sure the arrow does not touch the popover's rounded corners
121
+
122
+ &::before {
123
+ right: 0;
124
+ border-width: ($popover-arrow-width / 2) 0 ($popover-arrow-width / 2) $popover-arrow-height;
125
+ border-left-color: $popover-arrow-outer-color;
126
+ }
127
+
128
+ &::after {
129
+ right: $popover-border-width;
130
+ border-width: ($popover-arrow-width / 2) 0 ($popover-arrow-width / 2) $popover-arrow-height;
131
+ border-left-color: $popover-arrow-color;
132
+ }
133
+ }
134
+ }
135
+
136
+ .bs-popover-auto {
137
+ &[x-placement^="top"] {
138
+ @extend .bs-popover-top;
139
+ }
140
+ &[x-placement^="right"] {
141
+ @extend .bs-popover-right;
142
+ }
143
+ &[x-placement^="bottom"] {
144
+ @extend .bs-popover-bottom;
145
+ }
146
+ &[x-placement^="left"] {
147
+ @extend .bs-popover-left;
148
+ }
149
+ }
150
+
151
+
152
+ // Offset the popover to account for the popover arrow
153
+ .popover-header {
154
+ padding: $popover-header-padding-y $popover-header-padding-x;
155
+ margin-bottom: 0; // Reset the default from Reboot
156
+ @include font-size($font-size-base);
157
+ color: $popover-header-color;
158
+ background-color: $popover-header-bg;
159
+ border-bottom: $popover-border-width solid darken($popover-header-bg, 5%);
160
+ @include border-top-radius($popover-inner-border-radius);
161
+
162
+ &:empty {
163
+ display: none;
164
+ }
165
+ }
166
+
167
+ .popover-body {
168
+ padding: $popover-body-padding-y $popover-body-padding-x;
169
+ color: $popover-body-color;
170
+ }
@@ -0,0 +1,141 @@
1
+ // stylelint-disable declaration-no-important, selector-no-qualifying-type
2
+
3
+ // Source: https://github.com/h5bp/main.css/blob/master/src/_print.css
4
+
5
+ // ==========================================================================
6
+ // Print styles.
7
+ // Inlined to avoid the additional HTTP request:
8
+ // https://www.phpied.com/delay-loading-your-print-css/
9
+ // ==========================================================================
10
+
11
+ @if $enable-print-styles {
12
+ @media print {
13
+ *,
14
+ *::before,
15
+ *::after {
16
+ // Bootstrap specific; comment out `color` and `background`
17
+ //color: $black !important; // Black prints faster
18
+ text-shadow: none !important;
19
+ //background: transparent !important;
20
+ box-shadow: none !important;
21
+ }
22
+
23
+ a {
24
+ &:not(.btn) {
25
+ text-decoration: underline;
26
+ }
27
+ }
28
+
29
+ // Bootstrap specific; comment the following selector out
30
+ //a[href]::after {
31
+ // content: " (" attr(href) ")";
32
+ //}
33
+
34
+ abbr[title]::after {
35
+ content: " (" attr(title) ")";
36
+ }
37
+
38
+ // Bootstrap specific; comment the following selector out
39
+ //
40
+ // Don't show links that are fragment identifiers,
41
+ // or use the `javascript:` pseudo protocol
42
+ //
43
+
44
+ //a[href^="#"]::after,
45
+ //a[href^="javascript:"]::after {
46
+ // content: "";
47
+ //}
48
+
49
+ pre {
50
+ white-space: pre-wrap !important;
51
+ }
52
+ pre,
53
+ blockquote {
54
+ border: $border-width solid $gray-500; // Bootstrap custom code; using `$border-width` instead of 1px
55
+ page-break-inside: avoid;
56
+ }
57
+
58
+ //
59
+ // Printing Tables:
60
+ // https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
61
+ //
62
+
63
+ thead {
64
+ display: table-header-group;
65
+ }
66
+
67
+ tr,
68
+ img {
69
+ page-break-inside: avoid;
70
+ }
71
+
72
+ p,
73
+ h2,
74
+ h3 {
75
+ orphans: 3;
76
+ widows: 3;
77
+ }
78
+
79
+ h2,
80
+ h3 {
81
+ page-break-after: avoid;
82
+ }
83
+
84
+ // Bootstrap specific changes start
85
+
86
+ // Specify a size and min-width to make printing closer across browsers.
87
+ // We don't set margin here because it breaks `size` in Chrome. We also
88
+ // don't use `!important` on `size` as it breaks in Chrome.
89
+ @page {
90
+ size: $print-page-size;
91
+ }
92
+ body {
93
+ min-width: $print-body-min-width !important;
94
+ }
95
+ .container {
96
+ min-width: $print-body-min-width !important;
97
+ }
98
+
99
+ // Bootstrap components
100
+ .navbar {
101
+ display: none;
102
+ }
103
+ .badge {
104
+ border: $border-width solid $black;
105
+ }
106
+
107
+ .table {
108
+ border-collapse: collapse !important;
109
+
110
+ td,
111
+ th {
112
+ background-color: $white !important;
113
+ }
114
+ }
115
+
116
+ .table-bordered {
117
+ th,
118
+ td {
119
+ border: 1px solid $gray-300 !important;
120
+ }
121
+ }
122
+
123
+ .table-dark {
124
+ color: inherit;
125
+
126
+ th,
127
+ td,
128
+ thead th,
129
+ tbody + tbody {
130
+ border-color: $table-border-color;
131
+ }
132
+ }
133
+
134
+ .table .thead-dark th {
135
+ color: inherit;
136
+ border-color: $table-border-color;
137
+ }
138
+
139
+ // Bootstrap specific changes end
140
+ }
141
+ }
@@ -0,0 +1,47 @@
1
+ // Disable animation if transitions are disabled
2
+ @if $enable-transitions {
3
+ @keyframes progress-bar-stripes {
4
+ from { background-position: $progress-height 0; }
5
+ to { background-position: 0 0; }
6
+ }
7
+ }
8
+
9
+ .progress {
10
+ display: flex;
11
+ height: $progress-height;
12
+ overflow: hidden; // force rounded corners by cropping it
13
+ line-height: 0;
14
+ @include font-size($progress-font-size);
15
+ background-color: $progress-bg;
16
+ @include border-radius($progress-border-radius);
17
+ @include box-shadow($progress-box-shadow);
18
+ }
19
+
20
+ .progress-bar {
21
+ display: flex;
22
+ flex-direction: column;
23
+ justify-content: center;
24
+ overflow: hidden;
25
+ color: $progress-bar-color;
26
+ text-align: center;
27
+ white-space: nowrap;
28
+ background-color: $progress-bar-bg;
29
+ @include transition($progress-bar-transition);
30
+ }
31
+
32
+ .progress-bar-striped {
33
+ @include gradient-striped();
34
+ background-size: $progress-height $progress-height;
35
+ }
36
+
37
+ @if $enable-transitions {
38
+ .progress-bar-animated {
39
+ animation: progress-bar-stripes $progress-bar-animation-timing;
40
+
41
+ @if $enable-prefers-reduced-motion-media-query {
42
+ @media (prefers-reduced-motion: reduce) {
43
+ animation: none;
44
+ }
45
+ }
46
+ }
47
+ }
@@ -0,0 +1,469 @@
1
+ // stylelint-disable at-rule-no-vendor-prefix, declaration-no-important, selector-no-qualifying-type, property-no-vendor-prefix
2
+
3
+ // Reboot
4
+ //
5
+ // Normalization of HTML elements, manually forked from Normalize.css to remove
6
+ // styles targeting irrelevant browsers while applying new styles.
7
+ //
8
+ // Normalize is licensed MIT. https://github.com/necolas/normalize.css
9
+
10
+ // Document
11
+ //
12
+ // 1. Change from `box-sizing: content-box` so that `width` is not affected by `padding` or `border`.
13
+ // 2. Change the default font family in all browsers.
14
+ // 3. Correct the line height in all browsers.
15
+ // 4. Prevent adjustments of font size after orientation changes in IE on Windows Phone and in iOS.
16
+ // 5. Change the default tap highlight to be completely transparent in iOS.
17
+
18
+ *,
19
+ *::before,
20
+ *::after {
21
+ box-sizing: border-box; // 1
22
+ }
23
+
24
+ html {
25
+ font-family: sans-serif; // 2
26
+ line-height: 1.15; // 3
27
+ -webkit-text-size-adjust: 100%; // 4
28
+ -webkit-tap-highlight-color: rgba($black, 0); // 5
29
+ }
30
+
31
+ // Shim for "new" HTML5 structural elements to display correctly (IE10, older browsers)
32
+ // TODO: remove in v5
33
+ // stylelint-disable-next-line selector-list-comma-newline-after
34
+ article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
35
+ display: block;
36
+ }
37
+
38
+ // Body
39
+ //
40
+ // 1. Remove the margin in all browsers.
41
+ // 2. As a best practice, apply a default `background-color`.
42
+ // 3. Set an explicit initial text-align value so that we can later use
43
+ // the `inherit` value on things like `<th>` elements.
44
+
45
+ body {
46
+ margin: 0; // 1
47
+ font-family: $font-family-base;
48
+ @include font-size($font-size-base);
49
+ font-weight: $font-weight-base;
50
+ line-height: $line-height-base;
51
+ color: $body-color;
52
+ text-align: left; // 3
53
+ background-color: $body-bg; // 2
54
+ }
55
+
56
+ // Future-proof rule: in browsers that support :focus-visible, suppress the focus outline
57
+ // on elements that programmatically receive focus but wouldn't normally show a visible
58
+ // focus outline. In general, this would mean that the outline is only applied if the
59
+ // interaction that led to the element receiving programmatic focus was a keyboard interaction,
60
+ // or the browser has somehow determined that the user is primarily a keyboard user and/or
61
+ // wants focus outlines to always be presented.
62
+ //
63
+ // See https://developer.mozilla.org/en-US/docs/Web/CSS/:focus-visible
64
+ // and https://developer.paciellogroup.com/blog/2018/03/focus-visible-and-backwards-compatibility/
65
+ [tabindex="-1"]:focus:not(:focus-visible) {
66
+ outline: 0 !important;
67
+ }
68
+
69
+ // Content grouping
70
+ //
71
+ // 1. Add the correct box sizing in Firefox.
72
+ // 2. Show the overflow in Edge and IE.
73
+
74
+ hr {
75
+ box-sizing: content-box; // 1
76
+ height: 0; // 1
77
+ overflow: visible; // 2
78
+ }
79
+
80
+ //
81
+ // Typography
82
+ //
83
+
84
+ // Remove top margins from headings
85
+ //
86
+ // By default, `<h1>`-`<h6>` all receive top and bottom margins. We nuke the top
87
+ // margin for easier control within type scales as it avoids margin collapsing.
88
+ // stylelint-disable-next-line selector-list-comma-newline-after
89
+ h1, h2, h3, h4, h5, h6 {
90
+ margin-top: 0;
91
+ margin-bottom: $headings-margin-bottom;
92
+ }
93
+
94
+ // Reset margins on paragraphs
95
+ //
96
+ // Similarly, the top margin on `<p>`s get reset. However, we also reset the
97
+ // bottom margin to use `rem` units instead of `em`.
98
+ p {
99
+ margin-top: 0;
100
+ margin-bottom: $paragraph-margin-bottom;
101
+ }
102
+
103
+ // Abbreviations
104
+ //
105
+ // 1. Duplicate behavior to the data-* attribute for our tooltip plugin
106
+ // 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
107
+ // 3. Add explicit cursor to indicate changed behavior.
108
+ // 4. Remove the bottom border in Firefox 39-.
109
+ // 5. Prevent the text-decoration to be skipped.
110
+
111
+ abbr[title],
112
+ abbr[data-original-title] { // 1
113
+ text-decoration: underline; // 2
114
+ text-decoration: underline dotted; // 2
115
+ cursor: help; // 3
116
+ border-bottom: 0; // 4
117
+ text-decoration-skip-ink: none; // 5
118
+ }
119
+
120
+ address {
121
+ margin-bottom: 1rem;
122
+ font-style: normal;
123
+ line-height: inherit;
124
+ }
125
+
126
+ ol,
127
+ ul,
128
+ dl {
129
+ margin-top: 0;
130
+ margin-bottom: 1rem;
131
+ }
132
+
133
+ ol ol,
134
+ ul ul,
135
+ ol ul,
136
+ ul ol {
137
+ margin-bottom: 0;
138
+ }
139
+
140
+ dt {
141
+ font-weight: $dt-font-weight;
142
+ }
143
+
144
+ dd {
145
+ margin-bottom: .5rem;
146
+ margin-left: 0; // Undo browser default
147
+ }
148
+
149
+ blockquote {
150
+ margin: 0 0 1rem;
151
+ }
152
+
153
+ b,
154
+ strong {
155
+ font-weight: $font-weight-bolder; // Add the correct font weight in Chrome, Edge, and Safari
156
+ }
157
+
158
+ small {
159
+ @include font-size(80%); // Add the correct font size in all browsers
160
+ }
161
+
162
+ //
163
+ // Prevent `sub` and `sup` elements from affecting the line height in
164
+ // all browsers.
165
+ //
166
+
167
+ sub,
168
+ sup {
169
+ position: relative;
170
+ @include font-size(75%);
171
+ line-height: 0;
172
+ vertical-align: baseline;
173
+ }
174
+
175
+ sub { bottom: -.25em; }
176
+ sup { top: -.5em; }
177
+
178
+ //
179
+ // Links
180
+ //
181
+
182
+ a {
183
+ color: $link-color;
184
+ text-decoration: $link-decoration;
185
+ background-color: transparent; // Remove the gray background on active links in IE 10.
186
+
187
+ @include hover() {
188
+ color: $link-hover-color;
189
+ text-decoration: $link-hover-decoration;
190
+ }
191
+ }
192
+
193
+ // And undo these styles for placeholder links/named anchors (without href).
194
+ // It would be more straightforward to just use a[href] in previous block, but that
195
+ // causes specificity issues in many other styles that are too complex to fix.
196
+ // See https://github.com/twbs/bootstrap/issues/19402
197
+
198
+ a:not([href]):not([class]) {
199
+ color: inherit;
200
+ text-decoration: none;
201
+
202
+ @include hover() {
203
+ color: inherit;
204
+ text-decoration: none;
205
+ }
206
+ }
207
+
208
+ //
209
+ // Code
210
+ //
211
+
212
+ pre,
213
+ code,
214
+ kbd,
215
+ samp {
216
+ font-family: $font-family-monospace;
217
+ @include font-size(1em); // Correct the odd `em` font sizing in all browsers.
218
+ }
219
+
220
+ pre {
221
+ // Remove browser default top margin
222
+ margin-top: 0;
223
+ // Reset browser default of `1em` to use `rem`s
224
+ margin-bottom: 1rem;
225
+ // Don't allow content to break outside
226
+ overflow: auto;
227
+ // Disable auto-hiding scrollbar in IE & legacy Edge to avoid overlap,
228
+ // making it impossible to interact with the content
229
+ -ms-overflow-style: scrollbar;
230
+ }
231
+
232
+ //
233
+ // Figures
234
+ //
235
+
236
+ figure {
237
+ // Apply a consistent margin strategy (matches our type styles).
238
+ margin: 0 0 1rem;
239
+ }
240
+
241
+ //
242
+ // Images and content
243
+ //
244
+
245
+ img {
246
+ vertical-align: middle;
247
+ border-style: none; // Remove the border on images inside links in IE 10-.
248
+ }
249
+
250
+ svg {
251
+ // Workaround for the SVG overflow bug in IE10/11 is still required.
252
+ // See https://github.com/twbs/bootstrap/issues/26878
253
+ overflow: hidden;
254
+ vertical-align: middle;
255
+ }
256
+
257
+ //
258
+ // Tables
259
+ //
260
+
261
+ table {
262
+ border-collapse: collapse; // Prevent double borders
263
+ }
264
+
265
+ caption {
266
+ padding-top: $table-cell-padding;
267
+ padding-bottom: $table-cell-padding;
268
+ color: $table-caption-color;
269
+ text-align: left;
270
+ caption-side: bottom;
271
+ }
272
+
273
+ th {
274
+ // Matches default `<td>` alignment by inheriting from the `<body>`, or the
275
+ // closest parent with a set `text-align`.
276
+ text-align: inherit;
277
+ }
278
+
279
+ //
280
+ // Forms
281
+ //
282
+
283
+ label {
284
+ // Allow labels to use `margin` for spacing.
285
+ display: inline-block;
286
+ margin-bottom: $label-margin-bottom;
287
+ }
288
+
289
+ // Remove the default `border-radius` that macOS Chrome adds.
290
+ //
291
+ // Details at https://github.com/twbs/bootstrap/issues/24093
292
+ button {
293
+ // stylelint-disable-next-line property-blacklist
294
+ border-radius: 0;
295
+ }
296
+
297
+ // Work around a Firefox/IE bug where the transparent `button` background
298
+ // results in a loss of the default `button` focus styles.
299
+ //
300
+ // Credit: https://github.com/suitcss/base/
301
+ button:focus {
302
+ outline: 1px dotted;
303
+ outline: 5px auto -webkit-focus-ring-color;
304
+ }
305
+
306
+ input,
307
+ button,
308
+ select,
309
+ optgroup,
310
+ textarea {
311
+ margin: 0; // Remove the margin in Firefox and Safari
312
+ font-family: inherit;
313
+ @include font-size(inherit);
314
+ line-height: inherit;
315
+ }
316
+
317
+ button,
318
+ input {
319
+ overflow: visible; // Show the overflow in Edge
320
+ }
321
+
322
+ button,
323
+ select {
324
+ text-transform: none; // Remove the inheritance of text transform in Firefox
325
+ }
326
+
327
+ // Set the cursor for non-`<button>` buttons
328
+ //
329
+ // Details at https://github.com/twbs/bootstrap/pull/30562
330
+ [role="button"] {
331
+ cursor: pointer;
332
+ }
333
+
334
+ // Remove the inheritance of word-wrap in Safari.
335
+ //
336
+ // Details at https://github.com/twbs/bootstrap/issues/24990
337
+ select {
338
+ word-wrap: normal;
339
+ }
340
+
341
+ // 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
342
+ // controls in Android 4.
343
+ // 2. Correct the inability to style clickable types in iOS and Safari.
344
+ button,
345
+ [type="button"], // 1
346
+ [type="reset"],
347
+ [type="submit"] {
348
+ -webkit-appearance: button; // 2
349
+ }
350
+
351
+ // Opinionated: add "hand" cursor to non-disabled button elements.
352
+ @if $enable-pointer-cursor-for-buttons {
353
+ button,
354
+ [type="button"],
355
+ [type="reset"],
356
+ [type="submit"] {
357
+ &:not(:disabled) {
358
+ cursor: pointer;
359
+ }
360
+ }
361
+ }
362
+
363
+ // Remove inner border and padding from Firefox, but don't restore the outline like Normalize.
364
+ button::-moz-focus-inner,
365
+ [type="button"]::-moz-focus-inner,
366
+ [type="reset"]::-moz-focus-inner,
367
+ [type="submit"]::-moz-focus-inner {
368
+ padding: 0;
369
+ border-style: none;
370
+ }
371
+
372
+ input[type="radio"],
373
+ input[type="checkbox"] {
374
+ box-sizing: border-box; // 1. Add the correct box sizing in IE 10-
375
+ padding: 0; // 2. Remove the padding in IE 10-
376
+ }
377
+
378
+ textarea {
379
+ overflow: auto; // Remove the default vertical scrollbar in IE.
380
+ // Textareas should really only resize vertically so they don't break their (horizontal) containers.
381
+ resize: vertical;
382
+ }
383
+
384
+ fieldset {
385
+ // Browsers set a default `min-width: min-content;` on fieldsets,
386
+ // unlike e.g. `<div>`s, which have `min-width: 0;` by default.
387
+ // So we reset that to ensure fieldsets behave more like a standard block element.
388
+ // See https://github.com/twbs/bootstrap/issues/12359
389
+ // and https://html.spec.whatwg.org/multipage/#the-fieldset-and-legend-elements
390
+ min-width: 0;
391
+ // Reset the default outline behavior of fieldsets so they don't affect page layout.
392
+ padding: 0;
393
+ margin: 0;
394
+ border: 0;
395
+ }
396
+
397
+ // 1. Correct the text wrapping in Edge and IE.
398
+ // 2. Correct the color inheritance from `fieldset` elements in IE.
399
+ legend {
400
+ display: block;
401
+ width: 100%;
402
+ max-width: 100%; // 1
403
+ padding: 0;
404
+ margin-bottom: .5rem;
405
+ @include font-size(1.5rem);
406
+ line-height: inherit;
407
+ color: inherit; // 2
408
+ white-space: normal; // 1
409
+ }
410
+
411
+ progress {
412
+ vertical-align: baseline; // Add the correct vertical alignment in Chrome, Firefox, and Opera.
413
+ }
414
+
415
+ // Correct the cursor style of increment and decrement buttons in Chrome.
416
+ [type="number"]::-webkit-inner-spin-button,
417
+ [type="number"]::-webkit-outer-spin-button {
418
+ height: auto;
419
+ }
420
+
421
+ [type="search"] {
422
+ // This overrides the extra rounded corners on search inputs in iOS so that our
423
+ // `.form-control` class can properly style them. Note that this cannot simply
424
+ // be added to `.form-control` as it's not specific enough. For details, see
425
+ // https://github.com/twbs/bootstrap/issues/11586.
426
+ outline-offset: -2px; // 2. Correct the outline style in Safari.
427
+ -webkit-appearance: none;
428
+ }
429
+
430
+ //
431
+ // Remove the inner padding in Chrome and Safari on macOS.
432
+ //
433
+
434
+ [type="search"]::-webkit-search-decoration {
435
+ -webkit-appearance: none;
436
+ }
437
+
438
+ //
439
+ // 1. Correct the inability to style clickable types in iOS and Safari.
440
+ // 2. Change font properties to `inherit` in Safari.
441
+ //
442
+
443
+ ::-webkit-file-upload-button {
444
+ font: inherit; // 2
445
+ -webkit-appearance: button; // 1
446
+ }
447
+
448
+ //
449
+ // Correct element displays
450
+ //
451
+
452
+ output {
453
+ display: inline-block;
454
+ }
455
+
456
+ summary {
457
+ display: list-item; // Add the correct display in all browsers
458
+ cursor: pointer;
459
+ }
460
+
461
+ template {
462
+ display: none; // Add the correct display in IE
463
+ }
464
+
465
+ // Always hide an element with the `hidden` HTML attribute (from PureCSS).
466
+ // Needed for proper display in IE 10-.
467
+ [hidden] {
468
+ display: none !important;
469
+ }