@finqu/cool 1.2.28 → 1.3.0

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 (207) hide show
  1. package/README.md +680 -1
  2. package/dist/css/cool.css +23510 -16076
  3. package/dist/css/cool.css.map +1 -154
  4. package/dist/css/cool.min.css +89 -3
  5. package/dist/css/cool.min.css.map +1 -1
  6. package/dist/js/cool.bundle.js +15397 -3775
  7. package/dist/js/cool.bundle.js.map +1 -1
  8. package/dist/js/cool.bundle.min.js +20 -8
  9. package/dist/js/cool.bundle.min.js.map +1 -1
  10. package/dist/js/cool.esm.js +4281 -3352
  11. package/dist/js/cool.esm.js.map +1 -1
  12. package/dist/js/cool.esm.min.js +9 -8
  13. package/dist/js/cool.esm.min.js.map +1 -1
  14. package/dist/js/cool.js +4283 -3354
  15. package/dist/js/cool.js.map +1 -1
  16. package/dist/js/cool.min.js +9 -8
  17. package/dist/js/cool.min.js.map +1 -1
  18. package/package.json +94 -61
  19. package/.babelrc.js +0 -20
  20. package/.browserslistrc +0 -13
  21. package/build/.eslintrc.json +0 -10
  22. package/build/banner.js +0 -14
  23. package/build/build-plugins.js +0 -92
  24. package/build/rollup.config.js +0 -46
  25. package/dist/css/cool-grid.css +0 -3704
  26. package/dist/css/cool-grid.css.map +0 -30
  27. package/dist/css/cool-grid.min.css +0 -7
  28. package/dist/css/cool-grid.min.css.map +0 -1
  29. package/dist/css/cool-reboot.css +0 -285
  30. package/dist/css/cool-reboot.css.map +0 -62
  31. package/dist/css/cool-reboot.min.css +0 -7
  32. package/dist/css/cool-reboot.min.css.map +0 -1
  33. package/html/dropdown-test.html +0 -200
  34. package/html/index.html +0 -2704
  35. package/js/dist/collapse.js +0 -5290
  36. package/js/dist/collapse.js.map +0 -1
  37. package/js/dist/common.js +0 -22152
  38. package/js/dist/common.js.map +0 -1
  39. package/js/dist/cooldropdown.js +0 -467
  40. package/js/dist/cooldropdown.js.map +0 -1
  41. package/js/dist/coolpopover.js +0 -391
  42. package/js/dist/coolpopover.js.map +0 -1
  43. package/js/dist/coolsectiontabs.js +0 -256
  44. package/js/dist/coolsectiontabs.js.map +0 -1
  45. package/js/dist/coolselect.js +0 -796
  46. package/js/dist/coolselect.js.map +0 -1
  47. package/js/dist/cooltooltip.js +0 -360
  48. package/js/dist/cooltooltip.js.map +0 -1
  49. package/js/dist/coolui.js +0 -73
  50. package/js/dist/coolui.js.map +0 -1
  51. package/js/dist/dropdown.js +0 -27421
  52. package/js/dist/dropdown.js.map +0 -1
  53. package/js/dist/popover.js +0 -9298
  54. package/js/dist/popover.js.map +0 -1
  55. package/js/dist/sectiontabs.js +0 -4483
  56. package/js/dist/sectiontabs.js.map +0 -1
  57. package/js/dist/select.js +0 -37052
  58. package/js/dist/select.js.map +0 -1
  59. package/js/dist/tooltip.js +0 -8786
  60. package/js/dist/tooltip.js.map +0 -1
  61. package/js/index.esm.js +0 -21
  62. package/js/index.umd.js +0 -21
  63. package/js/src/abstract-ui-component.js +0 -81
  64. package/js/src/collapse.js +0 -272
  65. package/js/src/common.js +0 -313
  66. package/js/src/dialog.js +0 -578
  67. package/js/src/dropdown.js +0 -525
  68. package/js/src/popover.js +0 -621
  69. package/js/src/section-tabs.js +0 -215
  70. package/js/src/select.js +0 -1341
  71. package/js/src/toast.js +0 -581
  72. package/js/src/tooltip.js +0 -591
  73. package/js/src/util/animate-css.js +0 -22
  74. package/js/src/util/index.js +0 -122
  75. package/js/src/util/perfect-scrollbar.js +0 -1316
  76. package/less/alert.less +0 -345
  77. package/less/badge.less +0 -38
  78. package/less/bootstrap-noconflict.less +0 -23
  79. package/less/bootstrap.less +0 -23
  80. package/less/button-group.less +0 -153
  81. package/less/buttons.less +0 -287
  82. package/less/dialog-noconflict.less +0 -174
  83. package/less/dialog.less +0 -203
  84. package/less/dropdown.less +0 -209
  85. package/less/forms.less +0 -770
  86. package/less/images.less +0 -242
  87. package/less/input-group.less +0 -163
  88. package/less/list-group.less +0 -73
  89. package/less/mixins/aspect-ratio.less +0 -23
  90. package/less/mixins/border-radius.less +0 -24
  91. package/less/mixins/box-shadow.less +0 -4
  92. package/less/mixins/buttons.less +0 -17
  93. package/less/mixins/caret.less +0 -51
  94. package/less/mixins/clearfix.less +0 -10
  95. package/less/mixins/gradients.less +0 -34
  96. package/less/mixins/nav-divider.less +0 -7
  97. package/less/mixins/object-fit.less +0 -13
  98. package/less/mixins/reset-text.less +0 -16
  99. package/less/mixins.less +0 -11
  100. package/less/package.json +0 -11
  101. package/less/pagination.less +0 -69
  102. package/less/popover.less +0 -143
  103. package/less/project.sublime-workspace +0 -774
  104. package/less/reboot.less +0 -235
  105. package/less/section.less +0 -793
  106. package/less/select.less +0 -150
  107. package/less/tables.less +0 -737
  108. package/less/tabs.less +0 -162
  109. package/less/tooltip.less +0 -87
  110. package/less/type.less +0 -71
  111. package/less/utilities/align.less +0 -27
  112. package/less/utilities/animate.less +0 -3512
  113. package/less/utilities/background.less +0 -70
  114. package/less/utilities/borders.less +0 -16
  115. package/less/utilities/color.less +0 -70
  116. package/less/utilities/cursor.less +0 -8
  117. package/less/utilities/display.less +0 -38
  118. package/less/utilities/embed.less +0 -61
  119. package/less/utilities/flex.less +0 -76
  120. package/less/utilities/jquery-ui.less +0 -116
  121. package/less/utilities/lazyload.less +0 -29
  122. package/less/utilities/overflow.less +0 -11
  123. package/less/utilities/pace.less +0 -25
  124. package/less/utilities/placeholder.less +0 -60
  125. package/less/utilities/position.less +0 -42
  126. package/less/utilities/scrollbar.less +0 -152
  127. package/less/utilities/spacing.less +0 -197
  128. package/less/utilities/text.less +0 -68
  129. package/less/utilities/transform.less +0 -7
  130. package/less/utilities.less +0 -21
  131. package/less/variables.less +0 -343
  132. package/scss/LISENCE +0 -15
  133. package/scss/_alert.scss +0 -106
  134. package/scss/_badge.scss +0 -71
  135. package/scss/_button-group.scss +0 -129
  136. package/scss/_buttons.scss +0 -207
  137. package/scss/_custom-forms.scss +0 -429
  138. package/scss/_dialog.scss +0 -161
  139. package/scss/_dropdown.scss +0 -231
  140. package/scss/_forms.scss +0 -257
  141. package/scss/_frame.scss +0 -548
  142. package/scss/_functions.scss +0 -124
  143. package/scss/_grid.scss +0 -35
  144. package/scss/_images.scss +0 -362
  145. package/scss/_input-group.scss +0 -271
  146. package/scss/_list-group.scss +0 -82
  147. package/scss/_mixins.scss +0 -34
  148. package/scss/_navbar.scss +0 -264
  149. package/scss/_notification.scss +0 -13
  150. package/scss/_pagination.scss +0 -79
  151. package/scss/_popover.scss +0 -165
  152. package/scss/_reboot.scss +0 -283
  153. package/scss/_root.scss +0 -15
  154. package/scss/_section.scss +0 -912
  155. package/scss/_select.scss +0 -175
  156. package/scss/_tables.scss +0 -716
  157. package/scss/_tabs.scss +0 -175
  158. package/scss/_toast.scss +0 -182
  159. package/scss/_tooltip.scss +0 -101
  160. package/scss/_type.scss +0 -121
  161. package/scss/_utilities.scss +0 -23
  162. package/scss/_variables.scss +0 -699
  163. package/scss/cool-grid.scss +0 -29
  164. package/scss/cool-reboot.scss +0 -11
  165. package/scss/cool.scss +0 -37
  166. package/scss/mixins/_alert-variant.scss +0 -25
  167. package/scss/mixins/_aspect-ratio.scss +0 -29
  168. package/scss/mixins/_background-variant.scss +0 -25
  169. package/scss/mixins/_badge-variant.scss +0 -36
  170. package/scss/mixins/_breakpoints.scss +0 -102
  171. package/scss/mixins/_buttons.scss +0 -104
  172. package/scss/mixins/_caret.scss +0 -80
  173. package/scss/mixins/_clearfix.scss +0 -10
  174. package/scss/mixins/_float.scss +0 -14
  175. package/scss/mixins/_forms.scss +0 -67
  176. package/scss/mixins/_gradients.scss +0 -40
  177. package/scss/mixins/_grid-framework.scss +0 -72
  178. package/scss/mixins/_grid.scss +0 -60
  179. package/scss/mixins/_nav-divider.scss +0 -9
  180. package/scss/mixins/_notification-variant.scss +0 -7
  181. package/scss/mixins/_object-fit.scss +0 -16
  182. package/scss/mixins/_reset-text.scss +0 -19
  183. package/scss/mixins/_text-emphasis.scss +0 -21
  184. package/scss/mixins/_text-hide.scss +0 -10
  185. package/scss/mixins/_text-truncate.scss +0 -81
  186. package/scss/mixins/_visibility.scss +0 -7
  187. package/scss/project.sublime-workspace +0 -491
  188. package/scss/utilities/_align.scss +0 -41
  189. package/scss/utilities/_animate.scss +0 -3512
  190. package/scss/utilities/_background.scss +0 -14
  191. package/scss/utilities/_borders.scss +0 -146
  192. package/scss/utilities/_clearfix.scss +0 -6
  193. package/scss/utilities/_collapse.scss +0 -33
  194. package/scss/utilities/_cursor.scss +0 -22
  195. package/scss/utilities/_display.scss +0 -16
  196. package/scss/utilities/_embed.scss +0 -78
  197. package/scss/utilities/_flex.scss +0 -52
  198. package/scss/utilities/_lazyload.scss +0 -31
  199. package/scss/utilities/_overflow.scss +0 -6
  200. package/scss/utilities/_perfect-scrollbar.scss +0 -141
  201. package/scss/utilities/_placeholder.scss +0 -76
  202. package/scss/utilities/_position.scss +0 -30
  203. package/scss/utilities/_sizing.scss +0 -32
  204. package/scss/utilities/_spacing.scss +0 -92
  205. package/scss/utilities/_text.scss +0 -99
  206. package/scss/utilities/_user-select.scss +0 -14
  207. package/scss/utilities/_visibility.scss +0 -10
package/scss/_tabs.scss DELETED
@@ -1,175 +0,0 @@
1
- // Tabs
2
- // ---------------------------------------------------------------------------------------------------------------
3
-
4
- .tabs {
5
- margin: 0 0 20px 0;
6
- padding: 16px;
7
- width: 100%;
8
- box-sizing: border-box;
9
- font-size: 0;
10
- display: flex;
11
- box-shadow: 0 1px 2px #cccccc, 0 0 0 1px #eeeeee;
12
- background-color: color('white');
13
- align-items: flex-end;
14
- border-radius: $border-radius;
15
-
16
- > li,
17
- > div {
18
- background: $tabs-bg;
19
- display: inline-block;
20
- list-style: none;
21
- user-select: none;
22
- font-size: $font-size-base;
23
- margin: 0;
24
- text-align: center;
25
- border-bottom: 1px solid $border-color;
26
- background: color('white');
27
- overflow: hidden;
28
- flex-grow: 1;
29
-
30
- &:hover {
31
- > span,
32
- > a {
33
- color: color('grey-darkest');
34
- border-color: color('grey-dark');
35
- }
36
- }
37
-
38
- &.active {
39
- > span,
40
- > a {
41
- color: color('grey-darkest');
42
- border-color: color('blue');
43
- }
44
- }
45
-
46
- &:not(:last-child) {
47
- margin-right: -1px;
48
- }
49
-
50
- > a,
51
- > span {
52
- color: $tabs-text-color;
53
- cursor: pointer;
54
- display: block;
55
- width: 100%;
56
- height: 100%;
57
- box-sizing: border-box;
58
- overflow: hidden;
59
- text-overflow: ellipsis;
60
- color: color('grey-darker');
61
- border-bottom: 3px solid transparent;
62
- padding: 10px 16px 7px 16px;
63
- }
64
- }
65
- }
66
-
67
- .tab-toggler {
68
- display: none;
69
- @include media-breakpoint-down(sm) {
70
- display: block;
71
- }
72
- }
73
-
74
- .tab-content {
75
- border-radius: $border-radius;
76
-
77
- & + .tab-content {
78
- margin-top: 20px;
79
- }
80
-
81
- &.with-background {
82
- background: white;
83
- padding: 10px;
84
- }
85
-
86
- &.has-table {
87
- padding: 0;
88
- border: none;
89
- }
90
- }
91
-
92
- @include media-breakpoint-down(sm) {
93
-
94
- .tabs {
95
- display: flex;
96
- flex-direction: row;
97
- flex-wrap: wrap;
98
- position: relative;
99
- z-index: 19;
100
- flex: 1 1 auto;
101
- padding: 0;
102
- white-space: nowrap;
103
- overflow: hidden;
104
- border-radius: $border-radius;
105
- border: 0;
106
- box-sizing: border-box;
107
- margin-bottom: 10px;
108
-
109
- span {
110
- height: 40px;
111
- }
112
-
113
- > li,
114
- > div {
115
- display: none;
116
- flex: 1 0 100%;
117
- border-radius: $border-radius;
118
- border: 0;
119
- height: 40px;
120
- text-align: center;
121
- max-width: 100%;
122
- text-align: left;
123
-
124
- &.active {
125
- display: block;
126
- overflow: hidden;
127
- text-overflow: ellipsis;
128
- order: -1;
129
- }
130
-
131
- &:hover:not(.active) {
132
- background-color: color('grey-lightest');
133
- > a {
134
- border-color: transparent;
135
- }
136
- }
137
- }
138
- }
139
-
140
- .tab-toggler {
141
- position: absolute;
142
- left: 0;
143
- top: 0;
144
- right: 0;
145
- bottom: 0;
146
- height: 40px;
147
- display: block;
148
- line-height: 40px;
149
- text-align: right;
150
- border: none;
151
- border-radius: $border-radius;
152
- background: transparent;
153
- background-color: transparent;
154
- z-index: 100;
155
-
156
- .icon {
157
- margin-right: 15px;
158
- color: color('grey-darkest');
159
- }
160
- }
161
-
162
- .tabs-container {
163
- position: relative;
164
-
165
- &.open {
166
- .tabs {
167
- > li,
168
- > div {
169
- display: block;
170
- border-radius: 0;
171
- }
172
- }
173
- }
174
- }
175
- }
package/scss/_toast.scss DELETED
@@ -1,182 +0,0 @@
1
- // Toast
2
- // ---------------------------------------------------------------------------------------------------------------
3
-
4
- .toast {
5
- position: absolute;
6
- display: block;
7
- z-index: $zindex-toast;
8
- opacity: 0;
9
- transition: opacity 0.25s;
10
-
11
- &.show {
12
- opacity: 1;
13
- }
14
- }
15
-
16
- .toast-inner {
17
- background-clip: padding-box;
18
- border-radius: $toast-border-radius;
19
- font-size: $toast-font-size;
20
- word-wrap: break-word;
21
- @include reset-text;
22
- }
23
-
24
- .toast-header {
25
- display: flex;
26
- align-items: center;
27
- justify-content: space-between;
28
- padding: $toast-header-padding-y $toast-header-padding-x;
29
- margin-top: 0;
30
- margin-bottom: 0;
31
- font-size: $font-size-base;
32
- border-width: $toast-border-width;
33
- border-style: solid;
34
- border-top-left-radius: calc(#{$border-radius} - #{$toast-border-width});
35
- border-top-right-radius: calc(#{$border-radius} - #{$toast-border-width});
36
-
37
- span {
38
- font-weight: $font-weight-bold;
39
- }
40
-
41
- button[data-toast-close] {
42
- background-color: transparent;
43
- border: 0;
44
- opacity: 0.75;
45
- line-height: 0;
46
- padding: 0;
47
-
48
- svg {
49
- pointer-events: none;
50
- }
51
-
52
- &:hover,
53
- &:focus {
54
- opacity: 1;
55
- outline: 0
56
- }
57
- }
58
-
59
- &:empty {
60
- display: none;
61
- }
62
- }
63
-
64
- .toast-body {
65
- display: flex;
66
- align-items: center;
67
- justify-content: space-between;
68
- padding: $toast-body-padding-y $toast-body-padding-x;
69
- -webkit-font-smoothing: subpixel-antialiased;
70
-
71
- button[data-toast-close] {
72
- background-color: transparent;
73
- border: 0;
74
- opacity: 0.75;
75
- line-height: 0;
76
- padding: 0;
77
- margin-left: $toast-body-padding-x;
78
-
79
- svg {
80
- pointer-events: none;
81
- }
82
-
83
- &:hover,
84
- &:focus {
85
- opacity: 1;
86
- outline: 0
87
- }
88
- }
89
- }
90
-
91
-
92
- // Themes
93
- .toast-light {
94
- .toast-inner {
95
- background-color: $toast-bg-light;
96
-
97
- .toast-header {
98
- color: $toast-header-color-light;
99
- background-color: $toast-header-bg-light;
100
- border-color: $toast-header-bg-light;
101
-
102
- button[data-toast-close] {
103
- color: $toast-header-color-light;
104
- }
105
- }
106
-
107
- .toast-body {
108
- color: $toast-body-color-light;
109
-
110
- button[data-toast-close] {
111
- color: $toast-body-color-light;
112
- }
113
- }
114
- }
115
- }
116
-
117
- .toast-dark {
118
- .toast-inner {
119
- background-color: $toast-bg-dark;
120
-
121
- .toast-header {
122
- color: $toast-header-color-dark;
123
- background-color: $toast-header-bg-dark;
124
- border-color: $toast-header-bg-dark;
125
-
126
- button[data-toast-close] {
127
- color: $toast-header-color-dark;
128
- }
129
- }
130
-
131
- .toast-body {
132
- color: $toast-body-color-dark;
133
-
134
- button[data-toast-close] {
135
- color: $toast-body-color-dark;
136
- }
137
- }
138
- }
139
- }
140
-
141
-
142
- // Sizes
143
- .toast-sm {
144
- .toast-inner {
145
- .toast-header {
146
- padding: $toast-header-padding-y-sm $toast-header-padding-x-sm;
147
- font-size: $toast-font-size-sm;
148
- }
149
-
150
- .toast-body {
151
- padding: $toast-body-padding-y-sm $toast-body-padding-x-sm;
152
- font-size: $toast-font-size-sm;
153
-
154
- button[data-toast-close] {
155
- margin-left: $toast-body-padding-x-sm;
156
- }
157
- }
158
- }
159
- }
160
-
161
- .toast-lg {
162
- .toast-inner {
163
- .toast-header {
164
- padding: $toast-header-padding-y-lg $toast-header-padding-x-lg;
165
- font-size: $toast-font-size-lg;
166
-
167
- span {
168
- font-weight: $font-weight-normal;
169
- }
170
- }
171
-
172
- .toast-body {
173
- padding: $toast-body-padding-y-lg $toast-body-padding-x-lg;
174
- font-size: $toast-font-size-lg;
175
- font-weight: $font-weight-light;
176
-
177
- button[data-toast-close] {
178
- margin-left: $toast-body-padding-x-lg;
179
- }
180
- }
181
- }
182
- }
@@ -1,101 +0,0 @@
1
- // Tooltip
2
- // ---------------------------------------------------------------------------------------------------------------
3
-
4
- .tooltip {
5
- position: fixed;
6
- z-index: $zindex-tooltip;
7
- display: block;
8
- margin: $tooltip-margin;
9
- font-size: $tooltip-font-size;
10
- word-wrap: break-word;
11
- opacity: 0;
12
- -webkit-font-smoothing: subpixel-antialiased;
13
- @include reset-text;
14
-
15
- &.show {
16
- opacity: $tooltip-opacity;
17
- }
18
-
19
- .arrow {
20
- position: absolute;
21
- display: block;
22
- width: $tooltip-arrow-width;
23
- height: $tooltip-arrow-height;
24
-
25
- &::before {
26
- position: absolute;
27
- content: '';
28
- border-color: transparent;
29
- border-style: solid;
30
- }
31
- }
32
- }
33
-
34
- .tooltip-top {
35
- padding: $tooltip-arrow-height 0;
36
-
37
- .arrow {
38
- bottom: 0;
39
-
40
- &::before {
41
- top: 0;
42
- border-width: $tooltip-arrow-height ($tooltip-arrow-width / 2) 0;
43
- border-top-color: $tooltip-arrow-color;
44
- }
45
- }
46
- }
47
-
48
- .tooltip-right {
49
- padding: 0 $tooltip-arrow-height;
50
-
51
- .arrow {
52
- left: 0;
53
- width: $tooltip-arrow-height;
54
- height: $tooltip-arrow-width;
55
-
56
- &::before {
57
- right: 0;
58
- border-width: ($tooltip-arrow-width / 2) $tooltip-arrow-height ($tooltip-arrow-width / 2) 0;
59
- border-right-color: $tooltip-arrow-color;
60
- }
61
- }
62
- }
63
-
64
- .tooltip-bottom {
65
- padding: $tooltip-arrow-height 0;
66
-
67
- .arrow {
68
- top: 0;
69
-
70
- &::before {
71
- bottom: 0;
72
- border-width: 0 ($tooltip-arrow-width / 2) $tooltip-arrow-height;
73
- border-bottom-color: $tooltip-arrow-color;
74
- }
75
- }
76
- }
77
-
78
- .tooltip-left {
79
- padding: 0 $tooltip-arrow-height;
80
-
81
- .arrow {
82
- right: 0;
83
- width: $tooltip-arrow-height;
84
- height: $tooltip-arrow-width;
85
-
86
- &::before {
87
- left: 0;
88
- border-width: ($tooltip-arrow-width / 2) 0 ($tooltip-arrow-width / 2) $tooltip-arrow-height;
89
- border-left-color: $tooltip-arrow-color;
90
- }
91
- }
92
- }
93
-
94
- .tooltip-inner {
95
- max-width: $tooltip-max-width;
96
- padding: $tooltip-padding-y $tooltip-padding-x;
97
- color: $tooltip-color;
98
- text-align: center;
99
- background-color: $tooltip-bg;
100
- border-radius: $tooltip-border-radius;
101
- }
package/scss/_type.scss DELETED
@@ -1,121 +0,0 @@
1
- // Type
2
- // ---------------------------------------------------------------------------------------------------------------
3
-
4
- h1, h2, h3, h4, h5, h6,
5
- .h1, .h2, .h3, .h4, .h5, .h6 {
6
- margin-top: 0;
7
- margin-bottom: $headings-margin-bottom;
8
- font-family: $headings-font-family;
9
- font-weight: $headings-font-weight;
10
- line-height: $headings-line-height;
11
- color: $headings-color;
12
- }
13
-
14
- h1, .h1 {
15
- font-size: $h1-font-size;
16
- @include text-truncate-generate($font-size: $h1-font-size, $line-height: $headings-line-height);
17
- }
18
-
19
- h2, .h2 {
20
- font-size: $h2-font-size;
21
- @include text-truncate-generate($font-size: $h2-font-size, $line-height: $headings-line-height);
22
- }
23
-
24
- h3, .h3 {
25
- font-size: $h3-font-size;
26
- @include text-truncate-generate($font-size: $h3-font-size, $line-height: $headings-line-height);
27
- }
28
-
29
- h4, .h4 {
30
- font-size: $h4-font-size;
31
- @include text-truncate-generate($font-size: $h4-font-size, $line-height: $headings-line-height);
32
- }
33
-
34
- h5, .h5 {
35
- font-size: $h5-font-size;
36
- @include text-truncate-generate($font-size: $h5-font-size, $line-height: $headings-line-height);
37
- }
38
-
39
- h6, .h6 {
40
- font-size: $h6-font-size;
41
- @include text-truncate-generate($font-size: $h6-font-size, $line-height: $headings-line-height);
42
- }
43
-
44
- .lead {
45
- font-size: $lead-font-size;
46
- font-weight: $lead-font-weight;
47
- @include text-truncate-generate($font-size: $lead-font-size);
48
- }
49
-
50
-
51
- // Cool headings
52
- .display-1 {
53
- font-size: $display1-size;
54
- font-weight: $display1-weight;
55
- line-height: $display-line-height;
56
- @include text-truncate-generate($font-size: $display1-size, $line-height: $display-line-height);
57
- }
58
-
59
- .display-2 {
60
- font-size: $display2-size;
61
- font-weight: $display2-weight;
62
- line-height: $display-line-height;
63
- @include text-truncate-generate($font-size: $display2-size, $line-height: $display-line-height);
64
- }
65
-
66
- .display-3 {
67
- font-size: $display3-size;
68
- font-weight: $display3-weight;
69
- line-height: $display-line-height;
70
- @include text-truncate-generate($font-size: $display3-size, $line-height: $display-line-height);
71
- }
72
-
73
- .display-4 {
74
- font-size: $display4-size;
75
- font-weight: $display4-weight;
76
- line-height: $display-line-height;
77
- @include text-truncate-generate($font-size: $display4-size, $line-height: $display-line-height);
78
- }
79
-
80
-
81
- // Emphasis
82
- small,
83
- .small {
84
- font-size: $small-font-size;
85
- font-weight: $font-weight-normal;
86
- }
87
-
88
- .font-weight-light {
89
- font-weight: $font-weight-light;
90
- }
91
-
92
- .font-weight-lighter {
93
- font-weight: $font-weight-lighter;
94
- }
95
-
96
- .font-weight-normal {
97
- font-weight: $font-weight-normal;
98
- }
99
-
100
- .font-weight-bold {
101
- font-weight: $font-weight-bold;
102
- }
103
-
104
- .font-weight-bolder {
105
- font-weight: $font-weight-bolder;
106
- }
107
-
108
-
109
- // Hr
110
- hr {
111
- margin-top: $hr-margin-y;
112
- margin-bottom: $hr-margin-y;
113
- border: 0;
114
- border-top: $hr-border-width solid $hr-border-color;
115
- }
116
-
117
-
118
- // Icon spacing
119
- .icon-spacer {
120
- margin-right: $icon-spacer;
121
- }
@@ -1,23 +0,0 @@
1
- // Utilities
2
- // ---------------------------------------------------------------------------------------------------------------
3
-
4
- @import "utilities/align";
5
- @import "utilities/animate";
6
- @import "utilities/background";
7
- @import "utilities/borders";
8
- @import "utilities/clearfix";
9
- @import "utilities/cursor";
10
- @import "utilities/display";
11
- @import "utilities/embed";
12
- @import "utilities/flex";
13
- @import "utilities/lazyload";
14
- @import "utilities/overflow";
15
- @import "utilities/perfect-scrollbar";
16
- @import "utilities/placeholder";
17
- @import "utilities/position";
18
- @import "utilities/sizing";
19
- @import "utilities/spacing";
20
- @import "utilities/text";
21
- @import "utilities/collapse";
22
- @import "utilities/visibility";
23
- @import "utilities/user-select";