nitro_sg 3.0.0 → 3.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/fonts/fontawesome.js +1978 -0
- data/fonts/regular.js +1217 -0
- data/lib/nitro_sg/version.rb +1 -1
- data/sass-mixins/_global.scss +415 -0
- data/sass-mixins/_normalize.scss +424 -0
- data/sass-mixins/_print.scss +101 -0
- data/sass-mixins/application.scss +29 -0
- data/sass-mixins/application.scss.flow +1592 -0
- data/sass-mixins/base-mixins/_all.scss +11 -0
- data/sass-mixins/base-mixins/_all.scss.flow +6 -0
- data/sass-mixins/base-mixins/_border-radius.scss +25 -0
- data/sass-mixins/base-mixins/_breakpoints.scss +95 -0
- data/sass-mixins/base-mixins/_color.sass +22 -0
- data/sass-mixins/base-mixins/_forms.scss +33 -0
- data/sass-mixins/base-mixins/_general.scss +599 -0
- data/sass-mixins/base-mixins/_grid-framework.scss +81 -0
- data/sass-mixins/base-mixins/_grid.scss +126 -0
- data/sass-mixins/base-mixins/_hover.scss +26 -0
- data/sass-mixins/base-mixins/_images.scss +33 -0
- data/sass-mixins/base-mixins/_media-queries.sass +58 -0
- data/sass-mixins/base-mixins/_type.scss +46 -0
- data/sass-mixins/base-variables/_all.scss +11 -0
- data/sass-mixins/base-variables/_animation-curves.scss +37 -0
- data/sass-mixins/base-variables/_bootstrap-variables.scss +284 -0
- data/sass-mixins/base-variables/_border-radius.sass +27 -0
- data/sass-mixins/base-variables/_color-bootstrap.scss +62 -0
- data/sass-mixins/base-variables/_color-deprecated.scss +26 -0
- data/sass-mixins/base-variables/_color-ui-elements.scss +20 -0
- data/sass-mixins/base-variables/_colors-export.scss +13 -0
- data/sass-mixins/base-variables/_colors-export.scss.flow +92 -0
- data/sass-mixins/base-variables/_colors.scss +267 -0
- data/sass-mixins/base-variables/_colors.scss.flow +5 -0
- data/sass-mixins/base-variables/_fonts.scss +97 -0
- data/sass-mixins/base-variables/_forms.scss +44 -0
- data/sass-mixins/base-variables/_opacity.scss +9 -0
- data/sass-mixins/base-variables/_positioning.scss +24 -0
- data/sass-mixins/base-variables/_shadows.scss +5 -0
- data/sass-mixins/base-variables/_sizing-ui-elements.scss +2 -0
- data/sass-mixins/base-variables/_spacing.sass +27 -0
- data/sass-mixins/base-variables/_typography.sass +79 -0
- data/sass-mixins/class-helpers/_all.scss +17 -0
- data/sass-mixins/class-helpers/_borders.scss +40 -0
- data/sass-mixins/class-helpers/_color.sass +61 -0
- data/sass-mixins/class-helpers/_display.scss +40 -0
- data/sass-mixins/class-helpers/_flexbox.scss +213 -0
- data/sass-mixins/class-helpers/_glyphicons.scss +307 -0
- data/sass-mixins/class-helpers/_line-height.scss +21 -0
- data/sass-mixins/class-helpers/_radius-and-shadows.scss +49 -0
- data/sass-mixins/class-helpers/_responsive-utilities.scss +179 -0
- data/sass-mixins/class-helpers/_screen-readers.scss +34 -0
- data/sass-mixins/class-helpers/_spacing.scss +51 -0
- data/sass-mixins/class-helpers/_type.scss +323 -0
- data/sass-mixins/class-helpers/_z-index.scss +10 -0
- data/sass-mixins/components.scss +5 -0
- data/sass-mixins/nitro-ui/_alerts.scss +139 -0
- data/sass-mixins/nitro-ui/_all.scss +33 -0
- data/sass-mixins/nitro-ui/_animations.scss +37 -0
- data/sass-mixins/nitro-ui/_carousel.scss +281 -0
- data/sass-mixins/nitro-ui/_code.scss +87 -0
- data/sass-mixins/nitro-ui/_connect-cards.scss +150 -0
- data/sass-mixins/nitro-ui/_dashboards.scss +516 -0
- data/sass-mixins/nitro-ui/_fixed-confirmation-toast.scss +48 -0
- data/sass-mixins/nitro-ui/_full-menu.scss +168 -0
- data/sass-mixins/nitro-ui/_grid.scss +92 -0
- data/sass-mixins/nitro-ui/_icon-toggle.scss +37 -0
- data/sass-mixins/nitro-ui/_jumbotron.scss +65 -0
- data/sass-mixins/nitro-ui/_links.scss +69 -0
- data/sass-mixins/nitro-ui/_list-group.scss +219 -0
- data/sass-mixins/nitro-ui/_media.scss +66 -0
- data/sass-mixins/nitro-ui/_modals.scss +311 -0
- data/sass-mixins/nitro-ui/_notify.scss +56 -0
- data/sass-mixins/nitro-ui/_popovers.scss +167 -0
- data/sass-mixins/nitro-ui/_progress-bars.scss +125 -0
- data/sass-mixins/nitro-ui/_responsive-embed.scss +35 -0
- data/sass-mixins/nitro-ui/_side-modal.scss +92 -0
- data/sass-mixins/nitro-ui/_tables-responsive.scss +253 -0
- data/sass-mixins/nitro-ui/_tables.scss +296 -0
- data/sass-mixins/nitro-ui/_thumbnails.scss +38 -0
- data/sass-mixins/nitro-ui/_tooltip.scss +124 -0
- data/sass-mixins/nitro-ui/_typography.scss +176 -0
- data/sass-mixins/nitro-ui/_value-stat.scss +149 -0
- data/sass-mixins/nitro-ui/_wells.scss +37 -0
- data/sass-mixins/nitro-ui/buttons/_all.scss +97 -0
- data/sass-mixins/nitro-ui/buttons/_button-capping.scss +21 -0
- data/sass-mixins/nitro-ui/buttons/_button-groups.scss +236 -0
- data/sass-mixins/nitro-ui/buttons/_button-mixins.scss +66 -0
- data/sass-mixins/nitro-ui/buttons/_button-variables.scss +51 -0
- data/sass-mixins/nitro-ui/buttons/_choice-buttons.scss +9 -0
- data/sass-mixins/nitro-ui/buttons/_circle-buttons.scss +30 -0
- data/sass-mixins/nitro-ui/buttons/_close.scss +45 -0
- data/sass-mixins/nitro-ui/buttons/_dropdowns.scss +270 -0
- data/sass-mixins/nitro-ui/buttons/_ghost-buttons.scss +58 -0
- data/sass-mixins/nitro-ui/buttons/_link-buttons.scss +53 -0
- data/sass-mixins/nitro-ui/buttons/_solid-buttons.scss +69 -0
- data/sass-mixins/nitro-ui/cards-panels/_all.scss +3 -0
- data/sass-mixins/nitro-ui/cards-panels/_cards.scss +409 -0
- data/sass-mixins/nitro-ui/cards-panels/_collapsible-card.scss +19 -0
- data/sass-mixins/nitro-ui/cards-panels/_panel-collapse.scss +34 -0
- data/sass-mixins/nitro-ui/cards-panels/_panel-list-groups.scss +41 -0
- data/sass-mixins/nitro-ui/cards-panels/_panel-tables.scss +111 -0
- data/sass-mixins/nitro-ui/cards-panels/_panels.scss +120 -0
- data/sass-mixins/nitro-ui/forms/_all.scss +18 -0
- data/sass-mixins/nitro-ui/forms/_checkbox-radio.scss +154 -0
- data/sass-mixins/nitro-ui/forms/_checkbox-toggle.scss +77 -0
- data/sass-mixins/nitro-ui/forms/_color-feedback.scss +53 -0
- data/sass-mixins/nitro-ui/forms/_dropdown.scss +12 -0
- data/sass-mixins/nitro-ui/forms/_form-group.scss +104 -0
- data/sass-mixins/nitro-ui/forms/_general-element-reset.scss +120 -0
- data/sass-mixins/nitro-ui/forms/_help-block.scss +11 -0
- data/sass-mixins/nitro-ui/forms/_horizontal-forms.scss +69 -0
- data/sass-mixins/nitro-ui/forms/_input-groups.scss +169 -0
- data/sass-mixins/nitro-ui/forms/_label.scss +29 -0
- data/sass-mixins/nitro-ui/forms/_multi-input-group.scss +89 -0
- data/sass-mixins/nitro-ui/forms/_static-form-text.scss +19 -0
- data/sass-mixins/nitro-ui/forms/_validation-states.scss +78 -0
- data/sass-mixins/nitro-ui/layouts/_sidebar-layout.scss +59 -0
- data/sass-mixins/nitro-ui/navigation/_all.scss +36 -0
- data/sass-mixins/nitro-ui/navigation/_breadcrumbs.scss +30 -0
- data/sass-mixins/nitro-ui/navigation/_pager.scss +71 -0
- data/sass-mixins/nitro-ui/navigation/_pagination.scss +212 -0
- data/sass-mixins/nitro-ui/navigation/navbar/_brand.scss +25 -0
- data/sass-mixins/nitro-ui/navigation/navbar/_collapse-content.scss +49 -0
- data/sass-mixins/nitro-ui/navigation/navbar/_default-navbar.scss +33 -0
- data/sass-mixins/nitro-ui/navigation/navbar/_dropdowns-buttons.scss +29 -0
- data/sass-mixins/nitro-ui/navigation/navbar/_floats.scss +21 -0
- data/sass-mixins/nitro-ui/navigation/navbar/_flush.scss +14 -0
- data/sass-mixins/nitro-ui/navigation/navbar/_forms.scss +41 -0
- data/sass-mixins/nitro-ui/navigation/navbar/_header.scss +31 -0
- data/sass-mixins/nitro-ui/navigation/navbar/_inverse-navbar.scss +32 -0
- data/sass-mixins/nitro-ui/navigation/navbar/_light-navbar.scss +36 -0
- data/sass-mixins/nitro-ui/navigation/navbar/_links.scss +52 -0
- data/sass-mixins/nitro-ui/navigation/navbar/_mixins.scss +161 -0
- data/sass-mixins/nitro-ui/navigation/navbar/_navbar.scss +29 -0
- data/sass-mixins/nitro-ui/navigation/navbar/_position.scss +50 -0
- data/sass-mixins/nitro-ui/navigation/navbar/_text.scss +13 -0
- data/sass-mixins/nitro-ui/navigation/navbar/_toggle-button.scss +37 -0
- data/sass-mixins/nitro-ui/navigation/navbar/_variables.scss +8 -0
- data/sass-mixins/nitro-ui/navigation/navs/_nav-dropdowns.scss +10 -0
- data/sass-mixins/nitro-ui/navigation/navs/_nav-justified.scss +32 -0
- data/sass-mixins/nitro-ui/navigation/navs/_nav-pills.scss +41 -0
- data/sass-mixins/nitro-ui/navigation/navs/_nav-tabs-justified.scss +30 -0
- data/sass-mixins/nitro-ui/navigation/navs/_nav-tabs.scss +41 -0
- data/sass-mixins/nitro-ui/navigation/navs/_nav.scss +383 -0
- data/sass-mixins/nitro-ui/navigation/navs/_navs.scss +70 -0
- data/sass-mixins/nitro-ui/navigation/navs/_tabbable-tabs.scss +12 -0
- data/sass-mixins/nitro-ui/navigation/navs/_variables.scss +23 -0
- data/sass-mixins/nitro-ui/tables/_all.scss +14 -0
- data/sass-mixins/nitro-ui/tables/_as-cards.scss +49 -0
- data/sass-mixins/nitro-ui/tables/_content.scss +13 -0
- data/sass-mixins/nitro-ui/tables/_headers.scss +17 -0
- data/sass-mixins/nitro-ui/tables/_hover.scss +66 -0
- data/sass-mixins/nitro-ui/tables/_mixins.scss +0 -0
- data/sass-mixins/nitro-ui/tables/_mobile.scss +138 -0
- data/sass-mixins/nitro-ui/tables/_reset.scss +17 -0
- data/sass-mixins/nitro-ui/tables/_single-line.scss +35 -0
- data/sass-mixins/nitro-ui/tables/_structure.scss +39 -0
- data/sass-mixins/nitro-ui/tables/_table-card.scss +88 -0
- data/sass-mixins/nitro-ui/tables/_table-dark.scss +92 -0
- data/sass-mixins/nitro-ui/tables/_variables.scss +23 -0
- data/sass-mixins/vendor/_bootstrap-overrides.scss +41 -0
- data/sass-mixins/vendor/_dropzone.scss +388 -0
- data/sass-mixins/vendor/_nitro-bootstrap.scss +95 -0
- data/sass-mixins/vendor/_nitro-dropzone.scss +56 -0
- data/sass-mixins/vendor/_react-datetime.scss +105 -0
- data/sass-mixins/vendor/_selectize.scss +407 -0
- data/sass-mixins/vendor/_sweet-alert-extended.scss +3 -0
- data/sass-mixins/vendor/react-select.css +375 -0
- data/sass-mixins/vendor/svg-with-js.css +5 -0
- data/sass-mixins/vendor/type-ahead.scss +43 -0
- metadata +170 -2
@@ -0,0 +1,101 @@
|
|
1
|
+
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
|
2
|
+
|
3
|
+
// ==========================================================================
|
4
|
+
// Print styles.
|
5
|
+
// Inlined to avoid the additional HTTP request: h5bp.com/r
|
6
|
+
// ==========================================================================
|
7
|
+
|
8
|
+
@media print {
|
9
|
+
*,
|
10
|
+
*:before,
|
11
|
+
*:after {
|
12
|
+
background: transparent !important;
|
13
|
+
color: #000 !important; // Black prints faster: h5bp.com/s
|
14
|
+
box-shadow: none !important;
|
15
|
+
text-shadow: none !important;
|
16
|
+
}
|
17
|
+
|
18
|
+
a,
|
19
|
+
a:visited {
|
20
|
+
text-decoration: underline;
|
21
|
+
}
|
22
|
+
|
23
|
+
a[href]:after {
|
24
|
+
content: " (" attr(href) ")";
|
25
|
+
}
|
26
|
+
|
27
|
+
abbr[title]:after {
|
28
|
+
content: " (" attr(title) ")";
|
29
|
+
}
|
30
|
+
|
31
|
+
// Don't show links that are fragment identifiers,
|
32
|
+
// or use the `javascript:` pseudo protocol
|
33
|
+
a[href^="#"]:after,
|
34
|
+
a[href^="javascript:"]:after {
|
35
|
+
content: "";
|
36
|
+
}
|
37
|
+
|
38
|
+
pre,
|
39
|
+
blockquote {
|
40
|
+
border: 1px solid #999;
|
41
|
+
page-break-inside: avoid;
|
42
|
+
}
|
43
|
+
|
44
|
+
thead {
|
45
|
+
display: table-header-group; // h5bp.com/t
|
46
|
+
}
|
47
|
+
|
48
|
+
tr,
|
49
|
+
img {
|
50
|
+
page-break-inside: avoid;
|
51
|
+
}
|
52
|
+
|
53
|
+
img {
|
54
|
+
max-width: 100% !important;
|
55
|
+
}
|
56
|
+
|
57
|
+
p,
|
58
|
+
h2,
|
59
|
+
h3 {
|
60
|
+
orphans: 3;
|
61
|
+
widows: 3;
|
62
|
+
}
|
63
|
+
|
64
|
+
h2,
|
65
|
+
h3 {
|
66
|
+
page-break-after: avoid;
|
67
|
+
}
|
68
|
+
|
69
|
+
// Bootstrap specific changes start
|
70
|
+
|
71
|
+
// Bootstrap components
|
72
|
+
.navbar {
|
73
|
+
display: none;
|
74
|
+
}
|
75
|
+
.btn,
|
76
|
+
.dropup > .btn {
|
77
|
+
> .caret {
|
78
|
+
border-top-color: #000 !important;
|
79
|
+
}
|
80
|
+
}
|
81
|
+
.label {
|
82
|
+
border: 1px solid #000;
|
83
|
+
}
|
84
|
+
|
85
|
+
.table {
|
86
|
+
border-collapse: collapse !important;
|
87
|
+
|
88
|
+
td,
|
89
|
+
th {
|
90
|
+
background-color: #fff !important;
|
91
|
+
}
|
92
|
+
}
|
93
|
+
.table-bordered {
|
94
|
+
th,
|
95
|
+
td {
|
96
|
+
border: 1px solid #ddd !important;
|
97
|
+
}
|
98
|
+
}
|
99
|
+
|
100
|
+
// Bootstrap specific changes end
|
101
|
+
}
|
@@ -0,0 +1,29 @@
|
|
1
|
+
$asset-path: "/images" !default;
|
2
|
+
|
3
|
+
// Base Variables
|
4
|
+
@import "base-variables/all";
|
5
|
+
|
6
|
+
// Base Mixins
|
7
|
+
@import "base-mixins/all";
|
8
|
+
|
9
|
+
// Class Helpers
|
10
|
+
@import "class-helpers/all";
|
11
|
+
|
12
|
+
// UI Components
|
13
|
+
@import "nitro-ui/all";
|
14
|
+
@import "components";
|
15
|
+
|
16
|
+
// Vendor Overrides
|
17
|
+
@import "vendor/nitro-dropzone";
|
18
|
+
@import "vendor/bootstrap-overrides";
|
19
|
+
@import "vendor/selectize";
|
20
|
+
@import "vendor/react-datetime";
|
21
|
+
@import "vendor/react-select";
|
22
|
+
@import "vendor/type-ahead";
|
23
|
+
@import "vendor/svg-with-js";
|
24
|
+
|
25
|
+
// Base Scaffolding
|
26
|
+
@import "base-variables/fonts";
|
27
|
+
@import "normalize";
|
28
|
+
@import "print";
|
29
|
+
@import "global";
|
@@ -0,0 +1,1592 @@
|
|
1
|
+
// @flow
|
2
|
+
/* This file is automatically generated by css-modules-flow-types */
|
3
|
+
declare module.exports: {|
|
4
|
+
+'Select': string;
|
5
|
+
+'Select--multi': string;
|
6
|
+
+'Select--single': string;
|
7
|
+
+'Select-animation-fadeIn': string;
|
8
|
+
+'Select-animation-spin': string;
|
9
|
+
+'Select-aria-only': string;
|
10
|
+
+'Select-arrow': string;
|
11
|
+
+'Select-arrow-zone': string;
|
12
|
+
+'Select-clear': string;
|
13
|
+
+'Select-clear-zone': string;
|
14
|
+
+'Select-control': string;
|
15
|
+
+'Select-input': string;
|
16
|
+
+'Select-loading': string;
|
17
|
+
+'Select-loading-zone': string;
|
18
|
+
+'Select-menu': string;
|
19
|
+
+'Select-menu-outer': string;
|
20
|
+
+'Select-multi-value-wrapper': string;
|
21
|
+
+'Select-noresults': string;
|
22
|
+
+'Select-option': string;
|
23
|
+
+'Select-placeholder': string;
|
24
|
+
+'Select-value': string;
|
25
|
+
+'Select-value-icon': string;
|
26
|
+
+'Select-value-label': string;
|
27
|
+
+'active': string;
|
28
|
+
+'add-amount': string;
|
29
|
+
+'addAmt': string;
|
30
|
+
+'affix': string;
|
31
|
+
+'alert': string;
|
32
|
+
+'alert-danger': string;
|
33
|
+
+'alert-dismissable': string;
|
34
|
+
+'alert-dismissible': string;
|
35
|
+
+'alert-info': string;
|
36
|
+
+'alert-link': string;
|
37
|
+
+'alert-success': string;
|
38
|
+
+'alert-warning': string;
|
39
|
+
+'announcements': string;
|
40
|
+
+'announcements-hidden': string;
|
41
|
+
+'arrow': string;
|
42
|
+
+'auto': string;
|
43
|
+
+'back-to-nitro': string;
|
44
|
+
+'badge': string;
|
45
|
+
+'badge-connect-unread-messages': string;
|
46
|
+
+'bg': string;
|
47
|
+
+'bg-black': string;
|
48
|
+
+'bg-black-opacity-1': string;
|
49
|
+
+'bg-black-opacity-2': string;
|
50
|
+
+'bg-black-opacity-3': string;
|
51
|
+
+'bg-black-opacity-4': string;
|
52
|
+
+'bg-black-opacity-5': string;
|
53
|
+
+'bg-black-opacity-6': string;
|
54
|
+
+'bg-black-opacity-7': string;
|
55
|
+
+'bg-black-opacity-8': string;
|
56
|
+
+'bg-black-opacity-9': string;
|
57
|
+
+'bg-danger': string;
|
58
|
+
+'bg-gray-1': string;
|
59
|
+
+'bg-gray-2': string;
|
60
|
+
+'bg-gray-3': string;
|
61
|
+
+'bg-gray-4': string;
|
62
|
+
+'bg-gray-5': string;
|
63
|
+
+'bg-gray-6': string;
|
64
|
+
+'bg-gray-7': string;
|
65
|
+
+'bg-gray-8': string;
|
66
|
+
+'bg-gray-9': string;
|
67
|
+
+'bg-info': string;
|
68
|
+
+'bg-ink': string;
|
69
|
+
+'bg-ink-dark': string;
|
70
|
+
+'bg-ink-light': string;
|
71
|
+
+'bg-ink-lighter': string;
|
72
|
+
+'bg-ink-lightest': string;
|
73
|
+
+'bg-p-blue-opacity-1': string;
|
74
|
+
+'bg-p-blue-opacity-2': string;
|
75
|
+
+'bg-p-blue-opacity-3': string;
|
76
|
+
+'bg-p-blue-opacity-4': string;
|
77
|
+
+'bg-p-blue-opacity-5': string;
|
78
|
+
+'bg-p-blue-opacity-6': string;
|
79
|
+
+'bg-p-blue-opacity-7': string;
|
80
|
+
+'bg-p-blue-opacity-8': string;
|
81
|
+
+'bg-p-blue-opacity-9': string;
|
82
|
+
+'bg-p-gold-opacity-1': string;
|
83
|
+
+'bg-p-gold-opacity-2': string;
|
84
|
+
+'bg-p-gold-opacity-3': string;
|
85
|
+
+'bg-p-gold-opacity-4': string;
|
86
|
+
+'bg-p-gold-opacity-5': string;
|
87
|
+
+'bg-p-gold-opacity-6': string;
|
88
|
+
+'bg-p-gold-opacity-7': string;
|
89
|
+
+'bg-p-gold-opacity-8': string;
|
90
|
+
+'bg-p-gold-opacity-9': string;
|
91
|
+
+'bg-p-green-opacity-1': string;
|
92
|
+
+'bg-p-green-opacity-2': string;
|
93
|
+
+'bg-p-green-opacity-3': string;
|
94
|
+
+'bg-p-green-opacity-4': string;
|
95
|
+
+'bg-p-green-opacity-5': string;
|
96
|
+
+'bg-p-green-opacity-6': string;
|
97
|
+
+'bg-p-green-opacity-7': string;
|
98
|
+
+'bg-p-green-opacity-8': string;
|
99
|
+
+'bg-p-green-opacity-9': string;
|
100
|
+
+'bg-p-navy-opacity-1': string;
|
101
|
+
+'bg-p-navy-opacity-2': string;
|
102
|
+
+'bg-p-navy-opacity-3': string;
|
103
|
+
+'bg-p-navy-opacity-4': string;
|
104
|
+
+'bg-p-navy-opacity-5': string;
|
105
|
+
+'bg-p-navy-opacity-6': string;
|
106
|
+
+'bg-p-navy-opacity-7': string;
|
107
|
+
+'bg-p-navy-opacity-8': string;
|
108
|
+
+'bg-p-navy-opacity-9': string;
|
109
|
+
+'bg-p-red-opacity-1': string;
|
110
|
+
+'bg-p-red-opacity-2': string;
|
111
|
+
+'bg-p-red-opacity-3': string;
|
112
|
+
+'bg-p-red-opacity-4': string;
|
113
|
+
+'bg-p-red-opacity-5': string;
|
114
|
+
+'bg-p-red-opacity-6': string;
|
115
|
+
+'bg-p-red-opacity-7': string;
|
116
|
+
+'bg-p-red-opacity-8': string;
|
117
|
+
+'bg-p-red-opacity-9': string;
|
118
|
+
+'bg-p-royal-opacity-1': string;
|
119
|
+
+'bg-p-royal-opacity-2': string;
|
120
|
+
+'bg-p-royal-opacity-3': string;
|
121
|
+
+'bg-p-royal-opacity-4': string;
|
122
|
+
+'bg-p-royal-opacity-5': string;
|
123
|
+
+'bg-p-royal-opacity-6': string;
|
124
|
+
+'bg-p-royal-opacity-7': string;
|
125
|
+
+'bg-p-royal-opacity-8': string;
|
126
|
+
+'bg-p-royal-opacity-9': string;
|
127
|
+
+'bg-power-blue': string;
|
128
|
+
+'bg-power-gold': string;
|
129
|
+
+'bg-power-green': string;
|
130
|
+
+'bg-power-navy': string;
|
131
|
+
+'bg-power-red': string;
|
132
|
+
+'bg-power-royal': string;
|
133
|
+
+'bg-primary': string;
|
134
|
+
+'bg-sky': string;
|
135
|
+
+'bg-sky-dark': string;
|
136
|
+
+'bg-sky-light': string;
|
137
|
+
+'bg-sky-lighter': string;
|
138
|
+
+'bg-success': string;
|
139
|
+
+'bg-warning': string;
|
140
|
+
+'bg-white-opacity-1': string;
|
141
|
+
+'bg-white-opacity-2': string;
|
142
|
+
+'bg-white-opacity-3': string;
|
143
|
+
+'bg-white-opacity-4': string;
|
144
|
+
+'bg-white-opacity-5': string;
|
145
|
+
+'bg-white-opacity-6': string;
|
146
|
+
+'bg-white-opacity-7': string;
|
147
|
+
+'bg-white-opacity-8': string;
|
148
|
+
+'bg-white-opacity-9': string;
|
149
|
+
+'blockquote-footer': string;
|
150
|
+
+'blockquote-reverse': string;
|
151
|
+
+'body-candidate_interviews': string;
|
152
|
+
+'body-estimates': string;
|
153
|
+
+'body-project_documents': string;
|
154
|
+
+'body-project_payments': string;
|
155
|
+
+'body-project_photos': string;
|
156
|
+
+'body-projects': string;
|
157
|
+
+'border-0': string;
|
158
|
+
+'border-b-0': string;
|
159
|
+
+'border-black': string;
|
160
|
+
+'border-black-opacity-1': string;
|
161
|
+
+'border-black-opacity-2': string;
|
162
|
+
+'border-black-opacity-3': string;
|
163
|
+
+'border-black-opacity-4': string;
|
164
|
+
+'border-black-opacity-5': string;
|
165
|
+
+'border-black-opacity-6': string;
|
166
|
+
+'border-black-opacity-7': string;
|
167
|
+
+'border-black-opacity-8': string;
|
168
|
+
+'border-black-opacity-9': string;
|
169
|
+
+'border-bottom-0': string;
|
170
|
+
+'border-gray-1': string;
|
171
|
+
+'border-gray-2': string;
|
172
|
+
+'border-gray-3': string;
|
173
|
+
+'border-gray-4': string;
|
174
|
+
+'border-gray-5': string;
|
175
|
+
+'border-gray-6': string;
|
176
|
+
+'border-gray-7': string;
|
177
|
+
+'border-gray-8': string;
|
178
|
+
+'border-gray-9': string;
|
179
|
+
+'border-ink': string;
|
180
|
+
+'border-ink-dark': string;
|
181
|
+
+'border-ink-light': string;
|
182
|
+
+'border-ink-lighter': string;
|
183
|
+
+'border-ink-lightest': string;
|
184
|
+
+'border-l-0': string;
|
185
|
+
+'border-left-0': string;
|
186
|
+
+'border-p-blue-opacity-1': string;
|
187
|
+
+'border-p-blue-opacity-2': string;
|
188
|
+
+'border-p-blue-opacity-3': string;
|
189
|
+
+'border-p-blue-opacity-4': string;
|
190
|
+
+'border-p-blue-opacity-5': string;
|
191
|
+
+'border-p-blue-opacity-6': string;
|
192
|
+
+'border-p-blue-opacity-7': string;
|
193
|
+
+'border-p-blue-opacity-8': string;
|
194
|
+
+'border-p-blue-opacity-9': string;
|
195
|
+
+'border-p-gold-opacity-1': string;
|
196
|
+
+'border-p-gold-opacity-2': string;
|
197
|
+
+'border-p-gold-opacity-3': string;
|
198
|
+
+'border-p-gold-opacity-4': string;
|
199
|
+
+'border-p-gold-opacity-5': string;
|
200
|
+
+'border-p-gold-opacity-6': string;
|
201
|
+
+'border-p-gold-opacity-7': string;
|
202
|
+
+'border-p-gold-opacity-8': string;
|
203
|
+
+'border-p-gold-opacity-9': string;
|
204
|
+
+'border-p-green-opacity-1': string;
|
205
|
+
+'border-p-green-opacity-2': string;
|
206
|
+
+'border-p-green-opacity-3': string;
|
207
|
+
+'border-p-green-opacity-4': string;
|
208
|
+
+'border-p-green-opacity-5': string;
|
209
|
+
+'border-p-green-opacity-6': string;
|
210
|
+
+'border-p-green-opacity-7': string;
|
211
|
+
+'border-p-green-opacity-8': string;
|
212
|
+
+'border-p-green-opacity-9': string;
|
213
|
+
+'border-p-navy-opacity-1': string;
|
214
|
+
+'border-p-navy-opacity-2': string;
|
215
|
+
+'border-p-navy-opacity-3': string;
|
216
|
+
+'border-p-navy-opacity-4': string;
|
217
|
+
+'border-p-navy-opacity-5': string;
|
218
|
+
+'border-p-navy-opacity-6': string;
|
219
|
+
+'border-p-navy-opacity-7': string;
|
220
|
+
+'border-p-navy-opacity-8': string;
|
221
|
+
+'border-p-navy-opacity-9': string;
|
222
|
+
+'border-p-red-opacity-1': string;
|
223
|
+
+'border-p-red-opacity-2': string;
|
224
|
+
+'border-p-red-opacity-3': string;
|
225
|
+
+'border-p-red-opacity-4': string;
|
226
|
+
+'border-p-red-opacity-5': string;
|
227
|
+
+'border-p-red-opacity-6': string;
|
228
|
+
+'border-p-red-opacity-7': string;
|
229
|
+
+'border-p-red-opacity-8': string;
|
230
|
+
+'border-p-red-opacity-9': string;
|
231
|
+
+'border-p-royal-opacity-1': string;
|
232
|
+
+'border-p-royal-opacity-2': string;
|
233
|
+
+'border-p-royal-opacity-3': string;
|
234
|
+
+'border-p-royal-opacity-4': string;
|
235
|
+
+'border-p-royal-opacity-5': string;
|
236
|
+
+'border-p-royal-opacity-6': string;
|
237
|
+
+'border-p-royal-opacity-7': string;
|
238
|
+
+'border-p-royal-opacity-8': string;
|
239
|
+
+'border-p-royal-opacity-9': string;
|
240
|
+
+'border-power-blue': string;
|
241
|
+
+'border-power-gold': string;
|
242
|
+
+'border-power-green': string;
|
243
|
+
+'border-power-navy': string;
|
244
|
+
+'border-power-red': string;
|
245
|
+
+'border-power-royal': string;
|
246
|
+
+'border-r-0': string;
|
247
|
+
+'border-right-0': string;
|
248
|
+
+'border-sky': string;
|
249
|
+
+'border-sky-dark': string;
|
250
|
+
+'border-sky-light': string;
|
251
|
+
+'border-sky-lighter': string;
|
252
|
+
+'border-t': string;
|
253
|
+
+'border-t-0': string;
|
254
|
+
+'border-top': string;
|
255
|
+
+'border-top-0': string;
|
256
|
+
+'border-white-opacity-1': string;
|
257
|
+
+'border-white-opacity-2': string;
|
258
|
+
+'border-white-opacity-3': string;
|
259
|
+
+'border-white-opacity-4': string;
|
260
|
+
+'border-white-opacity-5': string;
|
261
|
+
+'border-white-opacity-6': string;
|
262
|
+
+'border-white-opacity-7': string;
|
263
|
+
+'border-white-opacity-8': string;
|
264
|
+
+'border-white-opacity-9': string;
|
265
|
+
+'bottom': string;
|
266
|
+
+'bottom-left': string;
|
267
|
+
+'bottom-right': string;
|
268
|
+
+'breadcrumb': string;
|
269
|
+
+'btn': string;
|
270
|
+
+'btn-block': string;
|
271
|
+
+'btn-choice-power-blue': string;
|
272
|
+
+'btn-choice-power-gold': string;
|
273
|
+
+'btn-choice-power-green': string;
|
274
|
+
+'btn-choice-power-navy': string;
|
275
|
+
+'btn-choice-power-red': string;
|
276
|
+
+'btn-choice-power-royal': string;
|
277
|
+
+'btn-danger': string;
|
278
|
+
+'btn-default': string;
|
279
|
+
+'btn-ghost-power-blue': string;
|
280
|
+
+'btn-ghost-power-gold': string;
|
281
|
+
+'btn-ghost-power-green': string;
|
282
|
+
+'btn-ghost-power-navy': string;
|
283
|
+
+'btn-ghost-power-red': string;
|
284
|
+
+'btn-ghost-power-royal': string;
|
285
|
+
+'btn-ghost-white': string;
|
286
|
+
+'btn-group': string;
|
287
|
+
+'btn-group-justified': string;
|
288
|
+
+'btn-group-lg': string;
|
289
|
+
+'btn-group-sm': string;
|
290
|
+
+'btn-group-vertical': string;
|
291
|
+
+'btn-group-xs': string;
|
292
|
+
+'btn-info': string;
|
293
|
+
+'btn-lg': string;
|
294
|
+
+'btn-link': string;
|
295
|
+
+'btn-link-power-blue': string;
|
296
|
+
+'btn-link-power-gold': string;
|
297
|
+
+'btn-link-power-green': string;
|
298
|
+
+'btn-link-power-navy': string;
|
299
|
+
+'btn-link-power-red': string;
|
300
|
+
+'btn-link-power-royal': string;
|
301
|
+
+'btn-link-white': string;
|
302
|
+
+'btn-power-blue': string;
|
303
|
+
+'btn-power-gold': string;
|
304
|
+
+'btn-power-green': string;
|
305
|
+
+'btn-power-navy': string;
|
306
|
+
+'btn-power-red': string;
|
307
|
+
+'btn-power-royal': string;
|
308
|
+
+'btn-primary': string;
|
309
|
+
+'btn-sm': string;
|
310
|
+
+'btn-success': string;
|
311
|
+
+'btn-toolbar': string;
|
312
|
+
+'btn-warning': string;
|
313
|
+
+'btn-white': string;
|
314
|
+
+'btn-xs': string;
|
315
|
+
+'calDate': string;
|
316
|
+
+'candidate-interview-modal': string;
|
317
|
+
+'caption': string;
|
318
|
+
+'card': string;
|
319
|
+
+'card-aside-flush-left': string;
|
320
|
+
+'card-aside-flush-right': string;
|
321
|
+
+'card-block': string;
|
322
|
+
+'card-block-separator': string;
|
323
|
+
+'card-block-separator-group': string;
|
324
|
+
+'card-blockquote': string;
|
325
|
+
+'card-columns': string;
|
326
|
+
+'card-danger': string;
|
327
|
+
+'card-deck': string;
|
328
|
+
+'card-footer': string;
|
329
|
+
+'card-group': string;
|
330
|
+
+'card-header': string;
|
331
|
+
+'card-header-pills': string;
|
332
|
+
+'card-header-tabs': string;
|
333
|
+
+'card-img': string;
|
334
|
+
+'card-img-bottom': string;
|
335
|
+
+'card-img-overlay': string;
|
336
|
+
+'card-img-top': string;
|
337
|
+
+'card-info': string;
|
338
|
+
+'card-inverse': string;
|
339
|
+
+'card-link': string;
|
340
|
+
+'card-outline-danger': string;
|
341
|
+
+'card-outline-info': string;
|
342
|
+
+'card-outline-primary': string;
|
343
|
+
+'card-outline-secondary': string;
|
344
|
+
+'card-outline-success': string;
|
345
|
+
+'card-outline-warning': string;
|
346
|
+
+'card-primary': string;
|
347
|
+
+'card-subtitle': string;
|
348
|
+
+'card-success': string;
|
349
|
+
+'card-text': string;
|
350
|
+
+'card-title': string;
|
351
|
+
+'card-warning': string;
|
352
|
+
+'caret': string;
|
353
|
+
+'center-block': string;
|
354
|
+
+'cents': string;
|
355
|
+
+'checkbox': string;
|
356
|
+
+'checkbox-inline': string;
|
357
|
+
+'checkbox-toggle': string;
|
358
|
+
+'clearfix': string;
|
359
|
+
+'close': string;
|
360
|
+
+'col-lg-1': string;
|
361
|
+
+'col-lg-10': string;
|
362
|
+
+'col-lg-11': string;
|
363
|
+
+'col-lg-12': string;
|
364
|
+
+'col-lg-2': string;
|
365
|
+
+'col-lg-3': string;
|
366
|
+
+'col-lg-4': string;
|
367
|
+
+'col-lg-5': string;
|
368
|
+
+'col-lg-6': string;
|
369
|
+
+'col-lg-7': string;
|
370
|
+
+'col-lg-8': string;
|
371
|
+
+'col-lg-9': string;
|
372
|
+
+'col-lg-offset-0': string;
|
373
|
+
+'col-lg-offset-1': string;
|
374
|
+
+'col-lg-offset-10': string;
|
375
|
+
+'col-lg-offset-11': string;
|
376
|
+
+'col-lg-offset-12': string;
|
377
|
+
+'col-lg-offset-2': string;
|
378
|
+
+'col-lg-offset-3': string;
|
379
|
+
+'col-lg-offset-4': string;
|
380
|
+
+'col-lg-offset-5': string;
|
381
|
+
+'col-lg-offset-6': string;
|
382
|
+
+'col-lg-offset-7': string;
|
383
|
+
+'col-lg-offset-8': string;
|
384
|
+
+'col-lg-offset-9': string;
|
385
|
+
+'col-lg-pull-0': string;
|
386
|
+
+'col-lg-pull-1': string;
|
387
|
+
+'col-lg-pull-10': string;
|
388
|
+
+'col-lg-pull-11': string;
|
389
|
+
+'col-lg-pull-12': string;
|
390
|
+
+'col-lg-pull-2': string;
|
391
|
+
+'col-lg-pull-3': string;
|
392
|
+
+'col-lg-pull-4': string;
|
393
|
+
+'col-lg-pull-5': string;
|
394
|
+
+'col-lg-pull-6': string;
|
395
|
+
+'col-lg-pull-7': string;
|
396
|
+
+'col-lg-pull-8': string;
|
397
|
+
+'col-lg-pull-9': string;
|
398
|
+
+'col-lg-push-0': string;
|
399
|
+
+'col-lg-push-1': string;
|
400
|
+
+'col-lg-push-10': string;
|
401
|
+
+'col-lg-push-11': string;
|
402
|
+
+'col-lg-push-12': string;
|
403
|
+
+'col-lg-push-2': string;
|
404
|
+
+'col-lg-push-3': string;
|
405
|
+
+'col-lg-push-4': string;
|
406
|
+
+'col-lg-push-5': string;
|
407
|
+
+'col-lg-push-6': string;
|
408
|
+
+'col-lg-push-7': string;
|
409
|
+
+'col-lg-push-8': string;
|
410
|
+
+'col-lg-push-9': string;
|
411
|
+
+'col-md-1': string;
|
412
|
+
+'col-md-10': string;
|
413
|
+
+'col-md-11': string;
|
414
|
+
+'col-md-12': string;
|
415
|
+
+'col-md-2': string;
|
416
|
+
+'col-md-3': string;
|
417
|
+
+'col-md-4': string;
|
418
|
+
+'col-md-5': string;
|
419
|
+
+'col-md-6': string;
|
420
|
+
+'col-md-7': string;
|
421
|
+
+'col-md-8': string;
|
422
|
+
+'col-md-9': string;
|
423
|
+
+'col-md-offset-0': string;
|
424
|
+
+'col-md-offset-1': string;
|
425
|
+
+'col-md-offset-10': string;
|
426
|
+
+'col-md-offset-11': string;
|
427
|
+
+'col-md-offset-12': string;
|
428
|
+
+'col-md-offset-2': string;
|
429
|
+
+'col-md-offset-3': string;
|
430
|
+
+'col-md-offset-4': string;
|
431
|
+
+'col-md-offset-5': string;
|
432
|
+
+'col-md-offset-6': string;
|
433
|
+
+'col-md-offset-7': string;
|
434
|
+
+'col-md-offset-8': string;
|
435
|
+
+'col-md-offset-9': string;
|
436
|
+
+'col-md-pull-0': string;
|
437
|
+
+'col-md-pull-1': string;
|
438
|
+
+'col-md-pull-10': string;
|
439
|
+
+'col-md-pull-11': string;
|
440
|
+
+'col-md-pull-12': string;
|
441
|
+
+'col-md-pull-2': string;
|
442
|
+
+'col-md-pull-3': string;
|
443
|
+
+'col-md-pull-4': string;
|
444
|
+
+'col-md-pull-5': string;
|
445
|
+
+'col-md-pull-6': string;
|
446
|
+
+'col-md-pull-7': string;
|
447
|
+
+'col-md-pull-8': string;
|
448
|
+
+'col-md-pull-9': string;
|
449
|
+
+'col-md-push-0': string;
|
450
|
+
+'col-md-push-1': string;
|
451
|
+
+'col-md-push-10': string;
|
452
|
+
+'col-md-push-11': string;
|
453
|
+
+'col-md-push-12': string;
|
454
|
+
+'col-md-push-2': string;
|
455
|
+
+'col-md-push-3': string;
|
456
|
+
+'col-md-push-4': string;
|
457
|
+
+'col-md-push-5': string;
|
458
|
+
+'col-md-push-6': string;
|
459
|
+
+'col-md-push-7': string;
|
460
|
+
+'col-md-push-8': string;
|
461
|
+
+'col-md-push-9': string;
|
462
|
+
+'col-sm-1': string;
|
463
|
+
+'col-sm-10': string;
|
464
|
+
+'col-sm-11': string;
|
465
|
+
+'col-sm-12': string;
|
466
|
+
+'col-sm-2': string;
|
467
|
+
+'col-sm-3': string;
|
468
|
+
+'col-sm-4': string;
|
469
|
+
+'col-sm-5': string;
|
470
|
+
+'col-sm-6': string;
|
471
|
+
+'col-sm-7': string;
|
472
|
+
+'col-sm-8': string;
|
473
|
+
+'col-sm-9': string;
|
474
|
+
+'col-sm-offset-0': string;
|
475
|
+
+'col-sm-offset-1': string;
|
476
|
+
+'col-sm-offset-10': string;
|
477
|
+
+'col-sm-offset-11': string;
|
478
|
+
+'col-sm-offset-12': string;
|
479
|
+
+'col-sm-offset-2': string;
|
480
|
+
+'col-sm-offset-3': string;
|
481
|
+
+'col-sm-offset-4': string;
|
482
|
+
+'col-sm-offset-5': string;
|
483
|
+
+'col-sm-offset-6': string;
|
484
|
+
+'col-sm-offset-7': string;
|
485
|
+
+'col-sm-offset-8': string;
|
486
|
+
+'col-sm-offset-9': string;
|
487
|
+
+'col-sm-pull-0': string;
|
488
|
+
+'col-sm-pull-1': string;
|
489
|
+
+'col-sm-pull-10': string;
|
490
|
+
+'col-sm-pull-11': string;
|
491
|
+
+'col-sm-pull-12': string;
|
492
|
+
+'col-sm-pull-2': string;
|
493
|
+
+'col-sm-pull-3': string;
|
494
|
+
+'col-sm-pull-4': string;
|
495
|
+
+'col-sm-pull-5': string;
|
496
|
+
+'col-sm-pull-6': string;
|
497
|
+
+'col-sm-pull-7': string;
|
498
|
+
+'col-sm-pull-8': string;
|
499
|
+
+'col-sm-pull-9': string;
|
500
|
+
+'col-sm-push-0': string;
|
501
|
+
+'col-sm-push-1': string;
|
502
|
+
+'col-sm-push-10': string;
|
503
|
+
+'col-sm-push-11': string;
|
504
|
+
+'col-sm-push-12': string;
|
505
|
+
+'col-sm-push-2': string;
|
506
|
+
+'col-sm-push-3': string;
|
507
|
+
+'col-sm-push-4': string;
|
508
|
+
+'col-sm-push-5': string;
|
509
|
+
+'col-sm-push-6': string;
|
510
|
+
+'col-sm-push-7': string;
|
511
|
+
+'col-sm-push-8': string;
|
512
|
+
+'col-sm-push-9': string;
|
513
|
+
+'col-xs-1': string;
|
514
|
+
+'col-xs-10': string;
|
515
|
+
+'col-xs-11': string;
|
516
|
+
+'col-xs-12': string;
|
517
|
+
+'col-xs-2': string;
|
518
|
+
+'col-xs-3': string;
|
519
|
+
+'col-xs-4': string;
|
520
|
+
+'col-xs-5': string;
|
521
|
+
+'col-xs-6': string;
|
522
|
+
+'col-xs-7': string;
|
523
|
+
+'col-xs-8': string;
|
524
|
+
+'col-xs-9': string;
|
525
|
+
+'col-xs-offset-0': string;
|
526
|
+
+'col-xs-offset-1': string;
|
527
|
+
+'col-xs-offset-10': string;
|
528
|
+
+'col-xs-offset-11': string;
|
529
|
+
+'col-xs-offset-12': string;
|
530
|
+
+'col-xs-offset-2': string;
|
531
|
+
+'col-xs-offset-3': string;
|
532
|
+
+'col-xs-offset-4': string;
|
533
|
+
+'col-xs-offset-5': string;
|
534
|
+
+'col-xs-offset-6': string;
|
535
|
+
+'col-xs-offset-7': string;
|
536
|
+
+'col-xs-offset-8': string;
|
537
|
+
+'col-xs-offset-9': string;
|
538
|
+
+'col-xs-pull-0': string;
|
539
|
+
+'col-xs-pull-1': string;
|
540
|
+
+'col-xs-pull-10': string;
|
541
|
+
+'col-xs-pull-11': string;
|
542
|
+
+'col-xs-pull-12': string;
|
543
|
+
+'col-xs-pull-2': string;
|
544
|
+
+'col-xs-pull-3': string;
|
545
|
+
+'col-xs-pull-4': string;
|
546
|
+
+'col-xs-pull-5': string;
|
547
|
+
+'col-xs-pull-6': string;
|
548
|
+
+'col-xs-pull-7': string;
|
549
|
+
+'col-xs-pull-8': string;
|
550
|
+
+'col-xs-pull-9': string;
|
551
|
+
+'col-xs-push-0': string;
|
552
|
+
+'col-xs-push-1': string;
|
553
|
+
+'col-xs-push-10': string;
|
554
|
+
+'col-xs-push-11': string;
|
555
|
+
+'col-xs-push-12': string;
|
556
|
+
+'col-xs-push-2': string;
|
557
|
+
+'col-xs-push-3': string;
|
558
|
+
+'col-xs-push-4': string;
|
559
|
+
+'col-xs-push-5': string;
|
560
|
+
+'col-xs-push-6': string;
|
561
|
+
+'col-xs-push-7': string;
|
562
|
+
+'col-xs-push-8': string;
|
563
|
+
+'col-xs-push-9': string;
|
564
|
+
+'collapse': string;
|
565
|
+
+'collapsing': string;
|
566
|
+
+'connect-link': string;
|
567
|
+
+'connect-mention-header': string;
|
568
|
+
+'connect-notifier': string;
|
569
|
+
+'connect-notifier-room-names': string;
|
570
|
+
+'connect-notifier-unread-message-names': string;
|
571
|
+
+'container': string;
|
572
|
+
+'container-fluid': string;
|
573
|
+
+'control-label': string;
|
574
|
+
+'corporate-trip': string;
|
575
|
+
+'create': string;
|
576
|
+
+'current-day': string;
|
577
|
+
+'danger': string;
|
578
|
+
+'date': string;
|
579
|
+
+'day': string;
|
580
|
+
+'disabled': string;
|
581
|
+
+'divider': string;
|
582
|
+
+'dropdown': string;
|
583
|
+
+'dropdown-active': string;
|
584
|
+
+'dropdown-backdrop': string;
|
585
|
+
+'dropdown-header': string;
|
586
|
+
+'dropdown-menu': string;
|
587
|
+
+'dropdown-menu-left': string;
|
588
|
+
+'dropdown-menu-right': string;
|
589
|
+
+'dropdown-toggle': string;
|
590
|
+
+'dropup': string;
|
591
|
+
+'dropzone': string;
|
592
|
+
+'dz-clickable': string;
|
593
|
+
+'dz-complete': string;
|
594
|
+
+'dz-details': string;
|
595
|
+
+'dz-drag-hover': string;
|
596
|
+
+'dz-error': string;
|
597
|
+
+'dz-error-mark': string;
|
598
|
+
+'dz-error-message': string;
|
599
|
+
+'dz-file-preview': string;
|
600
|
+
+'dz-filename': string;
|
601
|
+
+'dz-image': string;
|
602
|
+
+'dz-image-preview': string;
|
603
|
+
+'dz-message': string;
|
604
|
+
+'dz-preview': string;
|
605
|
+
+'dz-processing': string;
|
606
|
+
+'dz-progress': string;
|
607
|
+
+'dz-remove': string;
|
608
|
+
+'dz-size': string;
|
609
|
+
+'dz-started': string;
|
610
|
+
+'dz-success': string;
|
611
|
+
+'dz-success-mark': string;
|
612
|
+
+'dz-upload': string;
|
613
|
+
+'embed-responsive': string;
|
614
|
+
+'embed-responsive-16by9': string;
|
615
|
+
+'embed-responsive-4by3': string;
|
616
|
+
+'embed-responsive-item': string;
|
617
|
+
+'env-information': string;
|
618
|
+
+'fa': string;
|
619
|
+
+'fa-2x': string;
|
620
|
+
+'fa-phone': string;
|
621
|
+
+'fa-play': string;
|
622
|
+
+'fa-search': string;
|
623
|
+
+'fade': string;
|
624
|
+
+'fg': string;
|
625
|
+
+'flexbox': string;
|
626
|
+
+'focus': string;
|
627
|
+
+'font-italic': string;
|
628
|
+
+'font-weight-bold': string;
|
629
|
+
+'font-weight-normal': string;
|
630
|
+
+'form-control': string;
|
631
|
+
+'form-control-feedback': string;
|
632
|
+
+'form-control-static': string;
|
633
|
+
+'form-group': string;
|
634
|
+
+'form-group-lg': string;
|
635
|
+
+'form-group-sm': string;
|
636
|
+
+'form-horizontal': string;
|
637
|
+
+'form-inline': string;
|
638
|
+
+'full': string;
|
639
|
+
+'full-menu': string;
|
640
|
+
+'full-menu-caret': string;
|
641
|
+
+'full-menu-icon': string;
|
642
|
+
+'full-width': string;
|
643
|
+
+'fund': string;
|
644
|
+
+'grouped': string;
|
645
|
+
+'h1': string;
|
646
|
+
+'h1-bold': string;
|
647
|
+
+'h2': string;
|
648
|
+
+'h2-bold': string;
|
649
|
+
+'h3': string;
|
650
|
+
+'h3-bold': string;
|
651
|
+
+'h4': string;
|
652
|
+
+'h4-bold': string;
|
653
|
+
+'h5': string;
|
654
|
+
+'h5-bold': string;
|
655
|
+
+'h6': string;
|
656
|
+
+'h6-bold': string;
|
657
|
+
+'hanging-indent': string;
|
658
|
+
+'has-error': string;
|
659
|
+
+'has-feedback': string;
|
660
|
+
+'has-items': string;
|
661
|
+
+'has-success': string;
|
662
|
+
+'has-value': string;
|
663
|
+
+'has-warning': string;
|
664
|
+
+'head-nav-link': string;
|
665
|
+
+'head-nav-link-caret': string;
|
666
|
+
+'header': string;
|
667
|
+
+'header-placeholder': string;
|
668
|
+
+'help-block': string;
|
669
|
+
+'hidden': string;
|
670
|
+
+'hidden-lg': string;
|
671
|
+
+'hidden-md': string;
|
672
|
+
+'hidden-print': string;
|
673
|
+
+'hidden-sm': string;
|
674
|
+
+'hidden-xs': string;
|
675
|
+
+'hidden-xxs': string;
|
676
|
+
+'hide': string;
|
677
|
+
+'highlight': string;
|
678
|
+
+'icon-bar': string;
|
679
|
+
+'img-circle': string;
|
680
|
+
+'img-fluid': string;
|
681
|
+
+'img-responsive': string;
|
682
|
+
+'img-rounded': string;
|
683
|
+
+'img-thumbnail': string;
|
684
|
+
+'in': string;
|
685
|
+
+'info': string;
|
686
|
+
+'initialism': string;
|
687
|
+
+'inline': string;
|
688
|
+
+'input-active': string;
|
689
|
+
+'input-group': string;
|
690
|
+
+'input-group-addon': string;
|
691
|
+
+'input-group-btn': string;
|
692
|
+
+'input-group-lg': string;
|
693
|
+
+'input-group-sm': string;
|
694
|
+
+'input-lg': string;
|
695
|
+
+'input-sm': string;
|
696
|
+
+'invisible': string;
|
697
|
+
+'is-disabled': string;
|
698
|
+
+'is-focused': string;
|
699
|
+
+'is-open': string;
|
700
|
+
+'is-pseudo-focused': string;
|
701
|
+
+'is-searchable': string;
|
702
|
+
+'is-selected': string;
|
703
|
+
+'jumbotron': string;
|
704
|
+
+'label': string;
|
705
|
+
+'label-inside': string;
|
706
|
+
+'large': string;
|
707
|
+
+'lead': string;
|
708
|
+
+'left': string;
|
709
|
+
+'link-inverted-power-blue': string;
|
710
|
+
+'link-inverted-power-gold': string;
|
711
|
+
+'link-inverted-power-green': string;
|
712
|
+
+'link-inverted-power-navy': string;
|
713
|
+
+'link-inverted-power-red': string;
|
714
|
+
+'link-inverted-power-royal': string;
|
715
|
+
+'link-power-blue': string;
|
716
|
+
+'link-power-gold': string;
|
717
|
+
+'link-power-green': string;
|
718
|
+
+'link-power-navy': string;
|
719
|
+
+'link-power-red': string;
|
720
|
+
+'link-power-royal': string;
|
721
|
+
+'link-underline-inverted-power-blue': string;
|
722
|
+
+'link-underline-inverted-power-gold': string;
|
723
|
+
+'link-underline-inverted-power-green': string;
|
724
|
+
+'link-underline-inverted-power-navy': string;
|
725
|
+
+'link-underline-inverted-power-red': string;
|
726
|
+
+'link-underline-inverted-power-royal': string;
|
727
|
+
+'link-underline-power-blue': string;
|
728
|
+
+'link-underline-power-gold': string;
|
729
|
+
+'link-underline-power-green': string;
|
730
|
+
+'link-underline-power-navy': string;
|
731
|
+
+'link-underline-power-red': string;
|
732
|
+
+'link-underline-power-royal': string;
|
733
|
+
+'list-group': string;
|
734
|
+
+'list-group-flush': string;
|
735
|
+
+'list-group-item': string;
|
736
|
+
+'list-group-item-action': string;
|
737
|
+
+'list-group-item-danger': string;
|
738
|
+
+'list-group-item-heading': string;
|
739
|
+
+'list-group-item-info': string;
|
740
|
+
+'list-group-item-success': string;
|
741
|
+
+'list-group-item-text': string;
|
742
|
+
+'list-group-item-warning': string;
|
743
|
+
+'list-inline': string;
|
744
|
+
+'list-unstyled': string;
|
745
|
+
+'list-view': string;
|
746
|
+
+'logo': string;
|
747
|
+
+'m-0': string;
|
748
|
+
+'m-1': string;
|
749
|
+
+'m-2': string;
|
750
|
+
+'m-3': string;
|
751
|
+
+'m-4': string;
|
752
|
+
+'m-5': string;
|
753
|
+
+'m-auto': string;
|
754
|
+
+'m-lg-0': string;
|
755
|
+
+'m-lg-1': string;
|
756
|
+
+'m-lg-2': string;
|
757
|
+
+'m-lg-3': string;
|
758
|
+
+'m-lg-4': string;
|
759
|
+
+'m-lg-5': string;
|
760
|
+
+'m-lg-auto': string;
|
761
|
+
+'m-md-0': string;
|
762
|
+
+'m-md-1': string;
|
763
|
+
+'m-md-2': string;
|
764
|
+
+'m-md-3': string;
|
765
|
+
+'m-md-4': string;
|
766
|
+
+'m-md-5': string;
|
767
|
+
+'m-md-auto': string;
|
768
|
+
+'m-sm-0': string;
|
769
|
+
+'m-sm-1': string;
|
770
|
+
+'m-sm-2': string;
|
771
|
+
+'m-sm-3': string;
|
772
|
+
+'m-sm-4': string;
|
773
|
+
+'m-sm-5': string;
|
774
|
+
+'m-sm-auto': string;
|
775
|
+
+'m-xl-0': string;
|
776
|
+
+'m-xl-1': string;
|
777
|
+
+'m-xl-2': string;
|
778
|
+
+'m-xl-3': string;
|
779
|
+
+'m-xl-4': string;
|
780
|
+
+'m-xl-5': string;
|
781
|
+
+'m-xl-auto': string;
|
782
|
+
+'main-crumbs': string;
|
783
|
+
+'main-view': string;
|
784
|
+
+'mark': string;
|
785
|
+
+'mb-0': string;
|
786
|
+
+'mb-1': string;
|
787
|
+
+'mb-2': string;
|
788
|
+
+'mb-3': string;
|
789
|
+
+'mb-4': string;
|
790
|
+
+'mb-5': string;
|
791
|
+
+'mb-auto': string;
|
792
|
+
+'mb-lg-0': string;
|
793
|
+
+'mb-lg-1': string;
|
794
|
+
+'mb-lg-2': string;
|
795
|
+
+'mb-lg-3': string;
|
796
|
+
+'mb-lg-4': string;
|
797
|
+
+'mb-lg-5': string;
|
798
|
+
+'mb-lg-auto': string;
|
799
|
+
+'mb-md-0': string;
|
800
|
+
+'mb-md-1': string;
|
801
|
+
+'mb-md-2': string;
|
802
|
+
+'mb-md-3': string;
|
803
|
+
+'mb-md-4': string;
|
804
|
+
+'mb-md-5': string;
|
805
|
+
+'mb-md-auto': string;
|
806
|
+
+'mb-sm-0': string;
|
807
|
+
+'mb-sm-1': string;
|
808
|
+
+'mb-sm-2': string;
|
809
|
+
+'mb-sm-3': string;
|
810
|
+
+'mb-sm-4': string;
|
811
|
+
+'mb-sm-5': string;
|
812
|
+
+'mb-sm-auto': string;
|
813
|
+
+'mb-xl-0': string;
|
814
|
+
+'mb-xl-1': string;
|
815
|
+
+'mb-xl-2': string;
|
816
|
+
+'mb-xl-3': string;
|
817
|
+
+'mb-xl-4': string;
|
818
|
+
+'mb-xl-5': string;
|
819
|
+
+'mb-xl-auto': string;
|
820
|
+
+'media': string;
|
821
|
+
+'media-body': string;
|
822
|
+
+'media-bottom': string;
|
823
|
+
+'media-heading': string;
|
824
|
+
+'media-left': string;
|
825
|
+
+'media-list': string;
|
826
|
+
+'media-middle': string;
|
827
|
+
+'media-object': string;
|
828
|
+
+'media-right': string;
|
829
|
+
+'menu-link': string;
|
830
|
+
+'menu-style': string;
|
831
|
+
+'micro': string;
|
832
|
+
+'microphone': string;
|
833
|
+
+'minus-amount': string;
|
834
|
+
+'minusAmt': string;
|
835
|
+
+'ml-0': string;
|
836
|
+
+'ml-1': string;
|
837
|
+
+'ml-2': string;
|
838
|
+
+'ml-3': string;
|
839
|
+
+'ml-4': string;
|
840
|
+
+'ml-5': string;
|
841
|
+
+'ml-auto': string;
|
842
|
+
+'ml-lg-0': string;
|
843
|
+
+'ml-lg-1': string;
|
844
|
+
+'ml-lg-2': string;
|
845
|
+
+'ml-lg-3': string;
|
846
|
+
+'ml-lg-4': string;
|
847
|
+
+'ml-lg-5': string;
|
848
|
+
+'ml-lg-auto': string;
|
849
|
+
+'ml-md-0': string;
|
850
|
+
+'ml-md-1': string;
|
851
|
+
+'ml-md-2': string;
|
852
|
+
+'ml-md-3': string;
|
853
|
+
+'ml-md-4': string;
|
854
|
+
+'ml-md-5': string;
|
855
|
+
+'ml-md-auto': string;
|
856
|
+
+'ml-sm-0': string;
|
857
|
+
+'ml-sm-1': string;
|
858
|
+
+'ml-sm-2': string;
|
859
|
+
+'ml-sm-3': string;
|
860
|
+
+'ml-sm-4': string;
|
861
|
+
+'ml-sm-5': string;
|
862
|
+
+'ml-sm-auto': string;
|
863
|
+
+'ml-xl-0': string;
|
864
|
+
+'ml-xl-1': string;
|
865
|
+
+'ml-xl-2': string;
|
866
|
+
+'ml-xl-3': string;
|
867
|
+
+'ml-xl-4': string;
|
868
|
+
+'ml-xl-5': string;
|
869
|
+
+'ml-xl-auto': string;
|
870
|
+
+'modal': string;
|
871
|
+
+'modal-backdrop': string;
|
872
|
+
+'modal-body': string;
|
873
|
+
+'modal-content': string;
|
874
|
+
+'modal-dialog': string;
|
875
|
+
+'modal-footer': string;
|
876
|
+
+'modal-header': string;
|
877
|
+
+'modal-lg': string;
|
878
|
+
+'modal-open': string;
|
879
|
+
+'modal-scrollbar-measure': string;
|
880
|
+
+'modal-sm': string;
|
881
|
+
+'modal-title': string;
|
882
|
+
+'month': string;
|
883
|
+
+'mr-0': string;
|
884
|
+
+'mr-1': string;
|
885
|
+
+'mr-2': string;
|
886
|
+
+'mr-3': string;
|
887
|
+
+'mr-4': string;
|
888
|
+
+'mr-5': string;
|
889
|
+
+'mr-auto': string;
|
890
|
+
+'mr-lg-0': string;
|
891
|
+
+'mr-lg-1': string;
|
892
|
+
+'mr-lg-2': string;
|
893
|
+
+'mr-lg-3': string;
|
894
|
+
+'mr-lg-4': string;
|
895
|
+
+'mr-lg-5': string;
|
896
|
+
+'mr-lg-auto': string;
|
897
|
+
+'mr-md-0': string;
|
898
|
+
+'mr-md-1': string;
|
899
|
+
+'mr-md-2': string;
|
900
|
+
+'mr-md-3': string;
|
901
|
+
+'mr-md-4': string;
|
902
|
+
+'mr-md-5': string;
|
903
|
+
+'mr-md-auto': string;
|
904
|
+
+'mr-sm-0': string;
|
905
|
+
+'mr-sm-1': string;
|
906
|
+
+'mr-sm-2': string;
|
907
|
+
+'mr-sm-3': string;
|
908
|
+
+'mr-sm-4': string;
|
909
|
+
+'mr-sm-5': string;
|
910
|
+
+'mr-sm-auto': string;
|
911
|
+
+'mr-xl-0': string;
|
912
|
+
+'mr-xl-1': string;
|
913
|
+
+'mr-xl-2': string;
|
914
|
+
+'mr-xl-3': string;
|
915
|
+
+'mr-xl-4': string;
|
916
|
+
+'mr-xl-5': string;
|
917
|
+
+'mr-xl-auto': string;
|
918
|
+
+'mt-0': string;
|
919
|
+
+'mt-1': string;
|
920
|
+
+'mt-2': string;
|
921
|
+
+'mt-3': string;
|
922
|
+
+'mt-4': string;
|
923
|
+
+'mt-5': string;
|
924
|
+
+'mt-auto': string;
|
925
|
+
+'mt-lg-0': string;
|
926
|
+
+'mt-lg-1': string;
|
927
|
+
+'mt-lg-2': string;
|
928
|
+
+'mt-lg-3': string;
|
929
|
+
+'mt-lg-4': string;
|
930
|
+
+'mt-lg-5': string;
|
931
|
+
+'mt-lg-auto': string;
|
932
|
+
+'mt-md-0': string;
|
933
|
+
+'mt-md-1': string;
|
934
|
+
+'mt-md-2': string;
|
935
|
+
+'mt-md-3': string;
|
936
|
+
+'mt-md-4': string;
|
937
|
+
+'mt-md-5': string;
|
938
|
+
+'mt-md-auto': string;
|
939
|
+
+'mt-sm-0': string;
|
940
|
+
+'mt-sm-1': string;
|
941
|
+
+'mt-sm-2': string;
|
942
|
+
+'mt-sm-3': string;
|
943
|
+
+'mt-sm-4': string;
|
944
|
+
+'mt-sm-5': string;
|
945
|
+
+'mt-sm-auto': string;
|
946
|
+
+'mt-xl-0': string;
|
947
|
+
+'mt-xl-1': string;
|
948
|
+
+'mt-xl-2': string;
|
949
|
+
+'mt-xl-3': string;
|
950
|
+
+'mt-xl-4': string;
|
951
|
+
+'mt-xl-5': string;
|
952
|
+
+'mt-xl-auto': string;
|
953
|
+
+'multi': string;
|
954
|
+
+'multi-input-group': string;
|
955
|
+
+'multi-input-group-addon': string;
|
956
|
+
+'multi-input-group-item': string;
|
957
|
+
+'mx-0': string;
|
958
|
+
+'mx-1': string;
|
959
|
+
+'mx-2': string;
|
960
|
+
+'mx-3': string;
|
961
|
+
+'mx-4': string;
|
962
|
+
+'mx-5': string;
|
963
|
+
+'mx-auto': string;
|
964
|
+
+'mx-lg-0': string;
|
965
|
+
+'mx-lg-1': string;
|
966
|
+
+'mx-lg-2': string;
|
967
|
+
+'mx-lg-3': string;
|
968
|
+
+'mx-lg-4': string;
|
969
|
+
+'mx-lg-5': string;
|
970
|
+
+'mx-lg-auto': string;
|
971
|
+
+'mx-md-0': string;
|
972
|
+
+'mx-md-1': string;
|
973
|
+
+'mx-md-2': string;
|
974
|
+
+'mx-md-3': string;
|
975
|
+
+'mx-md-4': string;
|
976
|
+
+'mx-md-5': string;
|
977
|
+
+'mx-md-auto': string;
|
978
|
+
+'mx-sm-0': string;
|
979
|
+
+'mx-sm-1': string;
|
980
|
+
+'mx-sm-2': string;
|
981
|
+
+'mx-sm-3': string;
|
982
|
+
+'mx-sm-4': string;
|
983
|
+
+'mx-sm-5': string;
|
984
|
+
+'mx-sm-auto': string;
|
985
|
+
+'mx-xl-0': string;
|
986
|
+
+'mx-xl-1': string;
|
987
|
+
+'mx-xl-2': string;
|
988
|
+
+'mx-xl-3': string;
|
989
|
+
+'mx-xl-4': string;
|
990
|
+
+'mx-xl-5': string;
|
991
|
+
+'mx-xl-auto': string;
|
992
|
+
+'my-0': string;
|
993
|
+
+'my-1': string;
|
994
|
+
+'my-2': string;
|
995
|
+
+'my-3': string;
|
996
|
+
+'my-4': string;
|
997
|
+
+'my-5': string;
|
998
|
+
+'my-auto': string;
|
999
|
+
+'my-lg-0': string;
|
1000
|
+
+'my-lg-1': string;
|
1001
|
+
+'my-lg-2': string;
|
1002
|
+
+'my-lg-3': string;
|
1003
|
+
+'my-lg-4': string;
|
1004
|
+
+'my-lg-5': string;
|
1005
|
+
+'my-lg-auto': string;
|
1006
|
+
+'my-md-0': string;
|
1007
|
+
+'my-md-1': string;
|
1008
|
+
+'my-md-2': string;
|
1009
|
+
+'my-md-3': string;
|
1010
|
+
+'my-md-4': string;
|
1011
|
+
+'my-md-5': string;
|
1012
|
+
+'my-md-auto': string;
|
1013
|
+
+'my-sm-0': string;
|
1014
|
+
+'my-sm-1': string;
|
1015
|
+
+'my-sm-2': string;
|
1016
|
+
+'my-sm-3': string;
|
1017
|
+
+'my-sm-4': string;
|
1018
|
+
+'my-sm-5': string;
|
1019
|
+
+'my-sm-auto': string;
|
1020
|
+
+'my-xl-0': string;
|
1021
|
+
+'my-xl-1': string;
|
1022
|
+
+'my-xl-2': string;
|
1023
|
+
+'my-xl-3': string;
|
1024
|
+
+'my-xl-4': string;
|
1025
|
+
+'my-xl-5': string;
|
1026
|
+
+'my-xl-auto': string;
|
1027
|
+
+'narrow': string;
|
1028
|
+
+'nav': string;
|
1029
|
+
+'nav-divider': string;
|
1030
|
+
+'nav-justified': string;
|
1031
|
+
+'nav-pills': string;
|
1032
|
+
+'nav-stacked': string;
|
1033
|
+
+'nav-tabs': string;
|
1034
|
+
+'nav-tabs-justified': string;
|
1035
|
+
+'navbar': string;
|
1036
|
+
+'navbar-blue': string;
|
1037
|
+
+'navbar-brand': string;
|
1038
|
+
+'navbar-btn': string;
|
1039
|
+
+'navbar-collapse': string;
|
1040
|
+
+'navbar-default': string;
|
1041
|
+
+'navbar-fixed-bottom': string;
|
1042
|
+
+'navbar-fixed-top': string;
|
1043
|
+
+'navbar-flush-bottom': string;
|
1044
|
+
+'navbar-flush-top': string;
|
1045
|
+
+'navbar-form': string;
|
1046
|
+
+'navbar-header': string;
|
1047
|
+
+'navbar-inverse': string;
|
1048
|
+
+'navbar-left': string;
|
1049
|
+
+'navbar-nav': string;
|
1050
|
+
+'navbar-right': string;
|
1051
|
+
+'navbar-static-top': string;
|
1052
|
+
+'navbar-text': string;
|
1053
|
+
+'navbar-toggle': string;
|
1054
|
+
+'negative': string;
|
1055
|
+
+'new-style': string;
|
1056
|
+
+'next': string;
|
1057
|
+
+'nitro-form': string;
|
1058
|
+
+'nitro-notify': string;
|
1059
|
+
+'nitro-notify-error': string;
|
1060
|
+
+'nitro-notify-info': string;
|
1061
|
+
+'nitro-notify-success': string;
|
1062
|
+
+'nitro-notify-warning': string;
|
1063
|
+
+'no-gutter': string;
|
1064
|
+
+'no-padding': string;
|
1065
|
+
+'nowrap': string;
|
1066
|
+
+'open': string;
|
1067
|
+
+'optgroup': string;
|
1068
|
+
+'optgroup-header': string;
|
1069
|
+
+'option-links': string;
|
1070
|
+
+'p-0': string;
|
1071
|
+
+'p-1': string;
|
1072
|
+
+'p-2': string;
|
1073
|
+
+'p-3': string;
|
1074
|
+
+'p-4': string;
|
1075
|
+
+'p-5': string;
|
1076
|
+
+'p-lg-0': string;
|
1077
|
+
+'p-lg-1': string;
|
1078
|
+
+'p-lg-2': string;
|
1079
|
+
+'p-lg-3': string;
|
1080
|
+
+'p-lg-4': string;
|
1081
|
+
+'p-lg-5': string;
|
1082
|
+
+'p-md-0': string;
|
1083
|
+
+'p-md-1': string;
|
1084
|
+
+'p-md-2': string;
|
1085
|
+
+'p-md-3': string;
|
1086
|
+
+'p-md-4': string;
|
1087
|
+
+'p-md-5': string;
|
1088
|
+
+'p-sm-0': string;
|
1089
|
+
+'p-sm-1': string;
|
1090
|
+
+'p-sm-2': string;
|
1091
|
+
+'p-sm-3': string;
|
1092
|
+
+'p-sm-4': string;
|
1093
|
+
+'p-sm-5': string;
|
1094
|
+
+'p-xl-0': string;
|
1095
|
+
+'p-xl-1': string;
|
1096
|
+
+'p-xl-2': string;
|
1097
|
+
+'p-xl-3': string;
|
1098
|
+
+'p-xl-4': string;
|
1099
|
+
+'p-xl-5': string;
|
1100
|
+
+'page-header': string;
|
1101
|
+
+'pager': string;
|
1102
|
+
+'pagination': string;
|
1103
|
+
+'pagination-lg': string;
|
1104
|
+
+'pagination-sm': string;
|
1105
|
+
+'panel': string;
|
1106
|
+
+'panel-body': string;
|
1107
|
+
+'panel-collapse': string;
|
1108
|
+
+'panel-danger': string;
|
1109
|
+
+'panel-default': string;
|
1110
|
+
+'panel-footer': string;
|
1111
|
+
+'panel-group': string;
|
1112
|
+
+'panel-heading': string;
|
1113
|
+
+'panel-info': string;
|
1114
|
+
+'panel-primary': string;
|
1115
|
+
+'panel-success': string;
|
1116
|
+
+'panel-title': string;
|
1117
|
+
+'panel-warning': string;
|
1118
|
+
+'passing-through': string;
|
1119
|
+
+'pb-0': string;
|
1120
|
+
+'pb-1': string;
|
1121
|
+
+'pb-2': string;
|
1122
|
+
+'pb-3': string;
|
1123
|
+
+'pb-4': string;
|
1124
|
+
+'pb-5': string;
|
1125
|
+
+'pb-lg-0': string;
|
1126
|
+
+'pb-lg-1': string;
|
1127
|
+
+'pb-lg-2': string;
|
1128
|
+
+'pb-lg-3': string;
|
1129
|
+
+'pb-lg-4': string;
|
1130
|
+
+'pb-lg-5': string;
|
1131
|
+
+'pb-md-0': string;
|
1132
|
+
+'pb-md-1': string;
|
1133
|
+
+'pb-md-2': string;
|
1134
|
+
+'pb-md-3': string;
|
1135
|
+
+'pb-md-4': string;
|
1136
|
+
+'pb-md-5': string;
|
1137
|
+
+'pb-sm-0': string;
|
1138
|
+
+'pb-sm-1': string;
|
1139
|
+
+'pb-sm-2': string;
|
1140
|
+
+'pb-sm-3': string;
|
1141
|
+
+'pb-sm-4': string;
|
1142
|
+
+'pb-sm-5': string;
|
1143
|
+
+'pb-xl-0': string;
|
1144
|
+
+'pb-xl-1': string;
|
1145
|
+
+'pb-xl-2': string;
|
1146
|
+
+'pb-xl-3': string;
|
1147
|
+
+'pb-xl-4': string;
|
1148
|
+
+'pb-xl-5': string;
|
1149
|
+
+'pending-amount': string;
|
1150
|
+
+'pendingAmt': string;
|
1151
|
+
+'phone': string;
|
1152
|
+
+'picker__select--month': string;
|
1153
|
+
+'picker__select--year': string;
|
1154
|
+
+'pill': string;
|
1155
|
+
+'pl-0': string;
|
1156
|
+
+'pl-1': string;
|
1157
|
+
+'pl-2': string;
|
1158
|
+
+'pl-3': string;
|
1159
|
+
+'pl-4': string;
|
1160
|
+
+'pl-5': string;
|
1161
|
+
+'pl-lg-0': string;
|
1162
|
+
+'pl-lg-1': string;
|
1163
|
+
+'pl-lg-2': string;
|
1164
|
+
+'pl-lg-3': string;
|
1165
|
+
+'pl-lg-4': string;
|
1166
|
+
+'pl-lg-5': string;
|
1167
|
+
+'pl-md-0': string;
|
1168
|
+
+'pl-md-1': string;
|
1169
|
+
+'pl-md-2': string;
|
1170
|
+
+'pl-md-3': string;
|
1171
|
+
+'pl-md-4': string;
|
1172
|
+
+'pl-md-5': string;
|
1173
|
+
+'pl-sm-0': string;
|
1174
|
+
+'pl-sm-1': string;
|
1175
|
+
+'pl-sm-2': string;
|
1176
|
+
+'pl-sm-3': string;
|
1177
|
+
+'pl-sm-4': string;
|
1178
|
+
+'pl-sm-5': string;
|
1179
|
+
+'pl-xl-0': string;
|
1180
|
+
+'pl-xl-1': string;
|
1181
|
+
+'pl-xl-2': string;
|
1182
|
+
+'pl-xl-3': string;
|
1183
|
+
+'pl-xl-4': string;
|
1184
|
+
+'pl-xl-5': string;
|
1185
|
+
+'plugin-drag_drop': string;
|
1186
|
+
+'plugin-optgroup_columns': string;
|
1187
|
+
+'plugin-remove_button': string;
|
1188
|
+
+'poker-session': string;
|
1189
|
+
+'popover': string;
|
1190
|
+
+'popover-content': string;
|
1191
|
+
+'popover-title': string;
|
1192
|
+
+'popup-back-link': string;
|
1193
|
+
+'positive': string;
|
1194
|
+
+'pr-0': string;
|
1195
|
+
+'pr-1': string;
|
1196
|
+
+'pr-2': string;
|
1197
|
+
+'pr-3': string;
|
1198
|
+
+'pr-4': string;
|
1199
|
+
+'pr-5': string;
|
1200
|
+
+'pr-lg-0': string;
|
1201
|
+
+'pr-lg-1': string;
|
1202
|
+
+'pr-lg-2': string;
|
1203
|
+
+'pr-lg-3': string;
|
1204
|
+
+'pr-lg-4': string;
|
1205
|
+
+'pr-lg-5': string;
|
1206
|
+
+'pr-md-0': string;
|
1207
|
+
+'pr-md-1': string;
|
1208
|
+
+'pr-md-2': string;
|
1209
|
+
+'pr-md-3': string;
|
1210
|
+
+'pr-md-4': string;
|
1211
|
+
+'pr-md-5': string;
|
1212
|
+
+'pr-sm-0': string;
|
1213
|
+
+'pr-sm-1': string;
|
1214
|
+
+'pr-sm-2': string;
|
1215
|
+
+'pr-sm-3': string;
|
1216
|
+
+'pr-sm-4': string;
|
1217
|
+
+'pr-sm-5': string;
|
1218
|
+
+'pr-xl-0': string;
|
1219
|
+
+'pr-xl-1': string;
|
1220
|
+
+'pr-xl-2': string;
|
1221
|
+
+'pr-xl-3': string;
|
1222
|
+
+'pr-xl-4': string;
|
1223
|
+
+'pr-xl-5': string;
|
1224
|
+
+'pre-scrollable': string;
|
1225
|
+
+'previous': string;
|
1226
|
+
+'profile': string;
|
1227
|
+
+'profile-avatar': string;
|
1228
|
+
+'profile-caret': string;
|
1229
|
+
+'profile-navigation': string;
|
1230
|
+
+'profile-username': string;
|
1231
|
+
+'progress': string;
|
1232
|
+
+'progress-bar': string;
|
1233
|
+
+'progress-bar-danger': string;
|
1234
|
+
+'progress-bar-info': string;
|
1235
|
+
+'progress-bar-striped': string;
|
1236
|
+
+'progress-bar-stripes': string;
|
1237
|
+
+'progress-bar-success': string;
|
1238
|
+
+'progress-bar-warning': string;
|
1239
|
+
+'progress-striped': string;
|
1240
|
+
+'project-tab-block': string;
|
1241
|
+
+'pt-0': string;
|
1242
|
+
+'pt-1': string;
|
1243
|
+
+'pt-2': string;
|
1244
|
+
+'pt-3': string;
|
1245
|
+
+'pt-4': string;
|
1246
|
+
+'pt-5': string;
|
1247
|
+
+'pt-lg-0': string;
|
1248
|
+
+'pt-lg-1': string;
|
1249
|
+
+'pt-lg-2': string;
|
1250
|
+
+'pt-lg-3': string;
|
1251
|
+
+'pt-lg-4': string;
|
1252
|
+
+'pt-lg-5': string;
|
1253
|
+
+'pt-md-0': string;
|
1254
|
+
+'pt-md-1': string;
|
1255
|
+
+'pt-md-2': string;
|
1256
|
+
+'pt-md-3': string;
|
1257
|
+
+'pt-md-4': string;
|
1258
|
+
+'pt-md-5': string;
|
1259
|
+
+'pt-sm-0': string;
|
1260
|
+
+'pt-sm-1': string;
|
1261
|
+
+'pt-sm-2': string;
|
1262
|
+
+'pt-sm-3': string;
|
1263
|
+
+'pt-sm-4': string;
|
1264
|
+
+'pt-sm-5': string;
|
1265
|
+
+'pt-xl-0': string;
|
1266
|
+
+'pt-xl-1': string;
|
1267
|
+
+'pt-xl-2': string;
|
1268
|
+
+'pt-xl-3': string;
|
1269
|
+
+'pt-xl-4': string;
|
1270
|
+
+'pt-xl-5': string;
|
1271
|
+
+'pull-left': string;
|
1272
|
+
+'pull-right': string;
|
1273
|
+
+'pulse': string;
|
1274
|
+
+'px-0': string;
|
1275
|
+
+'px-1': string;
|
1276
|
+
+'px-2': string;
|
1277
|
+
+'px-3': string;
|
1278
|
+
+'px-4': string;
|
1279
|
+
+'px-5': string;
|
1280
|
+
+'px-lg-0': string;
|
1281
|
+
+'px-lg-1': string;
|
1282
|
+
+'px-lg-2': string;
|
1283
|
+
+'px-lg-3': string;
|
1284
|
+
+'px-lg-4': string;
|
1285
|
+
+'px-lg-5': string;
|
1286
|
+
+'px-md-0': string;
|
1287
|
+
+'px-md-1': string;
|
1288
|
+
+'px-md-2': string;
|
1289
|
+
+'px-md-3': string;
|
1290
|
+
+'px-md-4': string;
|
1291
|
+
+'px-md-5': string;
|
1292
|
+
+'px-sm-0': string;
|
1293
|
+
+'px-sm-1': string;
|
1294
|
+
+'px-sm-2': string;
|
1295
|
+
+'px-sm-3': string;
|
1296
|
+
+'px-sm-4': string;
|
1297
|
+
+'px-sm-5': string;
|
1298
|
+
+'px-xl-0': string;
|
1299
|
+
+'px-xl-1': string;
|
1300
|
+
+'px-xl-2': string;
|
1301
|
+
+'px-xl-3': string;
|
1302
|
+
+'px-xl-4': string;
|
1303
|
+
+'px-xl-5': string;
|
1304
|
+
+'py-0': string;
|
1305
|
+
+'py-1': string;
|
1306
|
+
+'py-2': string;
|
1307
|
+
+'py-3': string;
|
1308
|
+
+'py-4': string;
|
1309
|
+
+'py-5': string;
|
1310
|
+
+'py-lg-0': string;
|
1311
|
+
+'py-lg-1': string;
|
1312
|
+
+'py-lg-2': string;
|
1313
|
+
+'py-lg-3': string;
|
1314
|
+
+'py-lg-4': string;
|
1315
|
+
+'py-lg-5': string;
|
1316
|
+
+'py-md-0': string;
|
1317
|
+
+'py-md-1': string;
|
1318
|
+
+'py-md-2': string;
|
1319
|
+
+'py-md-3': string;
|
1320
|
+
+'py-md-4': string;
|
1321
|
+
+'py-md-5': string;
|
1322
|
+
+'py-sm-0': string;
|
1323
|
+
+'py-sm-1': string;
|
1324
|
+
+'py-sm-2': string;
|
1325
|
+
+'py-sm-3': string;
|
1326
|
+
+'py-sm-4': string;
|
1327
|
+
+'py-sm-5': string;
|
1328
|
+
+'py-xl-0': string;
|
1329
|
+
+'py-xl-1': string;
|
1330
|
+
+'py-xl-2': string;
|
1331
|
+
+'py-xl-3': string;
|
1332
|
+
+'py-xl-4': string;
|
1333
|
+
+'py-xl-5': string;
|
1334
|
+
+'radio': string;
|
1335
|
+
+'radio-inline': string;
|
1336
|
+
+'rdt': string;
|
1337
|
+
+'rdtActive': string;
|
1338
|
+
+'rdtCounter': string;
|
1339
|
+
+'rdtCounterSeparator': string;
|
1340
|
+
+'rdtCounters': string;
|
1341
|
+
+'rdtDays': string;
|
1342
|
+
+'rdtMonths': string;
|
1343
|
+
+'rdtNew': string;
|
1344
|
+
+'rdtNext': string;
|
1345
|
+
+'rdtOld': string;
|
1346
|
+
+'rdtOpen': string;
|
1347
|
+
+'rdtPicker': string;
|
1348
|
+
+'rdtSwitch': string;
|
1349
|
+
+'rdtTime': string;
|
1350
|
+
+'rdtYears': string;
|
1351
|
+
+'react-datetime': string;
|
1352
|
+
+'remove': string;
|
1353
|
+
+'right': string;
|
1354
|
+
+'rounded': string;
|
1355
|
+
+'rounded-0': string;
|
1356
|
+
+'rounded-bottom': string;
|
1357
|
+
+'rounded-circle': string;
|
1358
|
+
+'rounded-left': string;
|
1359
|
+
+'rounded-right': string;
|
1360
|
+
+'rounded-top': string;
|
1361
|
+
+'row': string;
|
1362
|
+
+'row-eq-height': string;
|
1363
|
+
+'row-offcanvas': string;
|
1364
|
+
+'row-offcanvas-left': string;
|
1365
|
+
+'row-offcanvas-right': string;
|
1366
|
+
+'rtl': string;
|
1367
|
+
+'search': string;
|
1368
|
+
+'selectize-control': string;
|
1369
|
+
+'selectize-dropdown': string;
|
1370
|
+
+'selectize-dropdown-content': string;
|
1371
|
+
+'selectize-dropdown-header': string;
|
1372
|
+
+'selectize-dropdown-header-close': string;
|
1373
|
+
+'selectize-input': string;
|
1374
|
+
+'settings-box': string;
|
1375
|
+
+'shadow-deep': string;
|
1376
|
+
+'shadow-deeper': string;
|
1377
|
+
+'shadow-deepest': string;
|
1378
|
+
+'shadow-default': string;
|
1379
|
+
+'show': string;
|
1380
|
+
+'sidebar-loading': string;
|
1381
|
+
+'sidebar-offcanvas': string;
|
1382
|
+
+'single': string;
|
1383
|
+
+'sl-date': string;
|
1384
|
+
+'sl-row': string;
|
1385
|
+
+'sl-title': string;
|
1386
|
+
+'slide-in': string;
|
1387
|
+
+'small': string;
|
1388
|
+
+'spinner': string;
|
1389
|
+
+'spotnitro': string;
|
1390
|
+
+'sr-only': string;
|
1391
|
+
+'sr-only-focusable': string;
|
1392
|
+
+'stacked-date': string;
|
1393
|
+
+'success': string;
|
1394
|
+
+'suggestion': string;
|
1395
|
+
+'suggestion-focused': string;
|
1396
|
+
+'tab-content': string;
|
1397
|
+
+'tab-pane': string;
|
1398
|
+
+'table': string;
|
1399
|
+
+'table-bordered': string;
|
1400
|
+
+'table-condensed': string;
|
1401
|
+
+'table-hover': string;
|
1402
|
+
+'table-responsive': string;
|
1403
|
+
+'table-striped': string;
|
1404
|
+
+'text-black': string;
|
1405
|
+
+'text-black-opacity-1': string;
|
1406
|
+
+'text-black-opacity-2': string;
|
1407
|
+
+'text-black-opacity-3': string;
|
1408
|
+
+'text-black-opacity-4': string;
|
1409
|
+
+'text-black-opacity-5': string;
|
1410
|
+
+'text-black-opacity-6': string;
|
1411
|
+
+'text-black-opacity-7': string;
|
1412
|
+
+'text-black-opacity-8': string;
|
1413
|
+
+'text-black-opacity-9': string;
|
1414
|
+
+'text-body': string;
|
1415
|
+
+'text-body-bold': string;
|
1416
|
+
+'text-capitalize': string;
|
1417
|
+
+'text-caption': string;
|
1418
|
+
+'text-caption-bold': string;
|
1419
|
+
+'text-center': string;
|
1420
|
+
+'text-danger': string;
|
1421
|
+
+'text-discalimer': string;
|
1422
|
+
+'text-discalimer-bold': string;
|
1423
|
+
+'text-display': string;
|
1424
|
+
+'text-display-bold': string;
|
1425
|
+
+'text-gray-1': string;
|
1426
|
+
+'text-gray-2': string;
|
1427
|
+
+'text-gray-3': string;
|
1428
|
+
+'text-gray-4': string;
|
1429
|
+
+'text-gray-5': string;
|
1430
|
+
+'text-gray-6': string;
|
1431
|
+
+'text-gray-7': string;
|
1432
|
+
+'text-gray-8': string;
|
1433
|
+
+'text-gray-9': string;
|
1434
|
+
+'text-gray-dark': string;
|
1435
|
+
+'text-headline': string;
|
1436
|
+
+'text-headline-bold': string;
|
1437
|
+
+'text-hide': string;
|
1438
|
+
+'text-info': string;
|
1439
|
+
+'text-ink': string;
|
1440
|
+
+'text-ink-dark': string;
|
1441
|
+
+'text-ink-light': string;
|
1442
|
+
+'text-ink-lighter': string;
|
1443
|
+
+'text-ink-lightest': string;
|
1444
|
+
+'text-justify': string;
|
1445
|
+
+'text-left': string;
|
1446
|
+
+'text-lg-center': string;
|
1447
|
+
+'text-lg-left': string;
|
1448
|
+
+'text-lg-right': string;
|
1449
|
+
+'text-lowercase': string;
|
1450
|
+
+'text-md-center': string;
|
1451
|
+
+'text-md-left': string;
|
1452
|
+
+'text-md-right': string;
|
1453
|
+
+'text-meta': string;
|
1454
|
+
+'text-meta-bold': string;
|
1455
|
+
+'text-muted': string;
|
1456
|
+
+'text-nowrap': string;
|
1457
|
+
+'text-p-blue-opacity-1': string;
|
1458
|
+
+'text-p-blue-opacity-2': string;
|
1459
|
+
+'text-p-blue-opacity-3': string;
|
1460
|
+
+'text-p-blue-opacity-4': string;
|
1461
|
+
+'text-p-blue-opacity-5': string;
|
1462
|
+
+'text-p-blue-opacity-6': string;
|
1463
|
+
+'text-p-blue-opacity-7': string;
|
1464
|
+
+'text-p-blue-opacity-8': string;
|
1465
|
+
+'text-p-blue-opacity-9': string;
|
1466
|
+
+'text-p-gold-opacity-1': string;
|
1467
|
+
+'text-p-gold-opacity-2': string;
|
1468
|
+
+'text-p-gold-opacity-3': string;
|
1469
|
+
+'text-p-gold-opacity-4': string;
|
1470
|
+
+'text-p-gold-opacity-5': string;
|
1471
|
+
+'text-p-gold-opacity-6': string;
|
1472
|
+
+'text-p-gold-opacity-7': string;
|
1473
|
+
+'text-p-gold-opacity-8': string;
|
1474
|
+
+'text-p-gold-opacity-9': string;
|
1475
|
+
+'text-p-green-opacity-1': string;
|
1476
|
+
+'text-p-green-opacity-2': string;
|
1477
|
+
+'text-p-green-opacity-3': string;
|
1478
|
+
+'text-p-green-opacity-4': string;
|
1479
|
+
+'text-p-green-opacity-5': string;
|
1480
|
+
+'text-p-green-opacity-6': string;
|
1481
|
+
+'text-p-green-opacity-7': string;
|
1482
|
+
+'text-p-green-opacity-8': string;
|
1483
|
+
+'text-p-green-opacity-9': string;
|
1484
|
+
+'text-p-navy-opacity-1': string;
|
1485
|
+
+'text-p-navy-opacity-2': string;
|
1486
|
+
+'text-p-navy-opacity-3': string;
|
1487
|
+
+'text-p-navy-opacity-4': string;
|
1488
|
+
+'text-p-navy-opacity-5': string;
|
1489
|
+
+'text-p-navy-opacity-6': string;
|
1490
|
+
+'text-p-navy-opacity-7': string;
|
1491
|
+
+'text-p-navy-opacity-8': string;
|
1492
|
+
+'text-p-navy-opacity-9': string;
|
1493
|
+
+'text-p-red-opacity-1': string;
|
1494
|
+
+'text-p-red-opacity-2': string;
|
1495
|
+
+'text-p-red-opacity-3': string;
|
1496
|
+
+'text-p-red-opacity-4': string;
|
1497
|
+
+'text-p-red-opacity-5': string;
|
1498
|
+
+'text-p-red-opacity-6': string;
|
1499
|
+
+'text-p-red-opacity-7': string;
|
1500
|
+
+'text-p-red-opacity-8': string;
|
1501
|
+
+'text-p-red-opacity-9': string;
|
1502
|
+
+'text-p-royal-opacity-1': string;
|
1503
|
+
+'text-p-royal-opacity-2': string;
|
1504
|
+
+'text-p-royal-opacity-3': string;
|
1505
|
+
+'text-p-royal-opacity-4': string;
|
1506
|
+
+'text-p-royal-opacity-5': string;
|
1507
|
+
+'text-p-royal-opacity-6': string;
|
1508
|
+
+'text-p-royal-opacity-7': string;
|
1509
|
+
+'text-p-royal-opacity-8': string;
|
1510
|
+
+'text-p-royal-opacity-9': string;
|
1511
|
+
+'text-power-blue': string;
|
1512
|
+
+'text-power-gold': string;
|
1513
|
+
+'text-power-green': string;
|
1514
|
+
+'text-power-navy': string;
|
1515
|
+
+'text-power-red': string;
|
1516
|
+
+'text-power-royal': string;
|
1517
|
+
+'text-primary': string;
|
1518
|
+
+'text-right': string;
|
1519
|
+
+'text-sky': string;
|
1520
|
+
+'text-sky-dark': string;
|
1521
|
+
+'text-sky-light': string;
|
1522
|
+
+'text-sky-lighter': string;
|
1523
|
+
+'text-sm-center': string;
|
1524
|
+
+'text-sm-left': string;
|
1525
|
+
+'text-sm-right': string;
|
1526
|
+
+'text-subheader': string;
|
1527
|
+
+'text-subheader-bold': string;
|
1528
|
+
+'text-success': string;
|
1529
|
+
+'text-title': string;
|
1530
|
+
+'text-title-bold': string;
|
1531
|
+
+'text-truncate': string;
|
1532
|
+
+'text-uppercase': string;
|
1533
|
+
+'text-warning': string;
|
1534
|
+
+'text-white': string;
|
1535
|
+
+'text-white-opacity-1': string;
|
1536
|
+
+'text-white-opacity-2': string;
|
1537
|
+
+'text-white-opacity-3': string;
|
1538
|
+
+'text-white-opacity-4': string;
|
1539
|
+
+'text-white-opacity-5': string;
|
1540
|
+
+'text-white-opacity-6': string;
|
1541
|
+
+'text-white-opacity-7': string;
|
1542
|
+
+'text-white-opacity-8': string;
|
1543
|
+
+'text-white-opacity-9': string;
|
1544
|
+
+'text-xl-center': string;
|
1545
|
+
+'text-xl-left': string;
|
1546
|
+
+'text-xl-right': string;
|
1547
|
+
+'thumbnail': string;
|
1548
|
+
+'time': string;
|
1549
|
+
+'time-info': string;
|
1550
|
+
+'timezone': string;
|
1551
|
+
+'toggle-right': string;
|
1552
|
+
+'tooltip': string;
|
1553
|
+
+'tooltip-arrow': string;
|
1554
|
+
+'tooltip-inner': string;
|
1555
|
+
+'top': string;
|
1556
|
+
+'top-left': string;
|
1557
|
+
+'top-right': string;
|
1558
|
+
+'training': string;
|
1559
|
+
+'triangle': string;
|
1560
|
+
+'ui-sortable-helper': string;
|
1561
|
+
+'ui-sortable-placeholder': string;
|
1562
|
+
+'user-autosuggest': string;
|
1563
|
+
+'user-info': string;
|
1564
|
+
+'user-typeahead': string;
|
1565
|
+
+'visible-lg': string;
|
1566
|
+
+'visible-lg-block': string;
|
1567
|
+
+'visible-lg-inline': string;
|
1568
|
+
+'visible-lg-inline-block': string;
|
1569
|
+
+'visible-md': string;
|
1570
|
+
+'visible-md-block': string;
|
1571
|
+
+'visible-md-inline': string;
|
1572
|
+
+'visible-md-inline-block': string;
|
1573
|
+
+'visible-print': string;
|
1574
|
+
+'visible-print-block': string;
|
1575
|
+
+'visible-print-inline': string;
|
1576
|
+
+'visible-print-inline-block': string;
|
1577
|
+
+'visible-sm': string;
|
1578
|
+
+'visible-sm-block': string;
|
1579
|
+
+'visible-sm-inline': string;
|
1580
|
+
+'visible-sm-inline-block': string;
|
1581
|
+
+'visible-xs': string;
|
1582
|
+
+'visible-xs-block': string;
|
1583
|
+
+'visible-xs-inline': string;
|
1584
|
+
+'visible-xs-inline-block': string;
|
1585
|
+
+'visible-xxs': string;
|
1586
|
+
+'warning': string;
|
1587
|
+
+'weekday': string;
|
1588
|
+
+'well': string;
|
1589
|
+
+'well-lg': string;
|
1590
|
+
+'well-sm': string;
|
1591
|
+
+'year': string;
|
1592
|
+
|};
|