kelt-ui-kit-react 1.2.4 → 1.2.5
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.
- package/README.md +46 -46
- package/dist/App.d.ts +3 -2
- package/dist/App.menu.d.ts +10 -10
- package/dist/App.routes.d.ts +1 -1
- package/dist/_core/hooks/ImageChecker.d.ts +6 -5
- package/dist/_core/hooks/useIsMobile.d.ts +1 -1
- package/dist/action/Action.view.d.ts +1 -1
- package/dist/action/ButtonAction.d.ts +9 -8
- package/dist/badge/Badge.d.ts +9 -8
- package/dist/badge/Badge.view.d.ts +1 -1
- package/dist/button/Button.d.ts +2 -1
- package/dist/button/Button.view.d.ts +1 -1
- package/dist/button/button.interface.d.ts +18 -17
- package/dist/button/buttonActions/ButtonActions.d.ts +11 -10
- package/dist/card/Card.d.ts +13 -12
- package/dist/card/Card.view.d.ts +1 -1
- package/dist/card/card.interface.d.ts +10 -10
- package/dist/card/cardAction/CardAction.d.ts +14 -13
- package/dist/card/cardAction.interface.d.ts +9 -8
- package/dist/card/hook/useCardInteractions.d.ts +8 -8
- package/dist/carousel/Carousel.d.ts +15 -14
- package/dist/carousel/Carousel.view.d.ts +1 -1
- package/dist/damier/Damier.d.ts +10 -9
- package/dist/damier/Damier.view.d.ts +1 -1
- package/dist/damier/damierCell/DamierCell.d.ts +7 -6
- package/dist/damier/damierCell/damierCell.interface.d.ts +6 -6
- package/dist/dataTable/DataTable.d.ts +18 -17
- package/dist/dataTable/DataTable.view.d.ts +1 -1
- package/dist/dataTable/dataTable.interface.d.ts +31 -30
- package/dist/datePicker/DatePicker.d.ts +8 -7
- package/dist/datePicker/DatePicker.view.d.ts +1 -1
- package/dist/expands/Expands.d.ts +10 -9
- package/dist/expands/Expands.view.d.ts +1 -1
- package/dist/expands/expand/expand.d.ts +9 -8
- package/dist/expands/expand/expand.interface.d.ts +9 -9
- package/dist/filAriane/FilAriane.d.ts +9 -8
- package/dist/filAriane/FilAriane.view.d.ts +1 -1
- package/dist/filAriane/filAriane.interface.d.ts +6 -6
- package/dist/form/Form.d.ts +24 -23
- package/dist/form/Form.view.d.ts +1 -1
- package/dist/form/form.enum.d.ts +11 -11
- package/dist/form/form.interface.d.ts +30 -29
- package/dist/form/textArea/TextArea.d.ts +13 -12
- package/dist/form/textArea/TextArea.view.d.ts +1 -1
- package/dist/grid/Grid.d.ts +8 -7
- package/dist/grid/Grid.view.d.ts +1 -1
- package/dist/grid/col/Col.d.ts +10 -10
- package/dist/grid/col/colStyled/ColStyled.d.ts +9 -9
- package/dist/grid/container/Container.d.ts +6 -5
- package/dist/grid/grid.interface.d.ts +8 -8
- package/dist/grid/row/Row.d.ts +8 -7
- package/dist/header/Header.d.ts +2 -1
- package/dist/header/Header.view.d.ts +1 -1
- package/dist/header/header.interface.d.ts +9 -9
- package/dist/home/Home.d.ts +1 -1
- package/dist/icon/Icon.d.ts +2 -1
- package/dist/icon/Icons.view.d.ts +1 -1
- package/dist/icon/icon.interface.d.ts +5 -4
- package/dist/icon/iconSize.enum.d.ts +7 -7
- package/dist/index.d.ts +32 -31
- package/dist/index.html +18 -18
- package/dist/index.js +1 -1
- package/dist/loader/Loader.d.ts +8 -7
- package/dist/loader/Loader.view.d.ts +1 -1
- package/dist/main.d.ts +1 -0
- package/dist/manifest.json +25 -25
- package/dist/menus/Menus.d.ts +6 -5
- package/dist/menus/Menus.view.d.ts +1 -1
- package/dist/menus/menu/Menu.d.ts +7 -6
- package/dist/menus/menu/menu.interface.d.ts +10 -10
- package/dist/modal/Modal.d.ts +13 -12
- package/dist/modal/Modal.view.d.ts +1 -1
- package/dist/notFound/NotFound.d.ts +1 -1
- package/dist/overlayPanel/OverlayPanel.d.ts +19 -18
- package/dist/overlayPanel/OverlayPanel.view.d.ts +1 -1
- package/dist/overlayPanel/overlay.context.d.ts +10 -9
- package/dist/overlayPanel/overlayPanelStyled/OverlayPanelStyled.d.ts +7 -7
- package/dist/quantity/Quantity.d.ts +11 -10
- package/dist/robots.txt +3 -3
- package/dist/search/Search.d.ts +22 -21
- package/dist/search/Search.view.d.ts +1 -1
- package/dist/select/Select.d.ts +14 -13
- package/dist/select/Select.view.d.ts +1 -1
- package/dist/select/selectOption.interface.d.ts +4 -4
- package/dist/sidebar/Sidebar.d.ts +13 -12
- package/dist/sidebar/Sidebar.view.d.ts +1 -1
- package/dist/sidebarData/SidebarData.d.ts +7 -6
- package/dist/sidebarData/SidebarData.view.d.ts +1 -1
- package/dist/style.css +1 -1
- package/dist/toaster/Toaster.d.ts +2 -1
- package/dist/toaster/Toaster.view.d.ts +1 -1
- package/dist/toaster/store/useToasterStore.d.ts +18 -18
- package/index.html +19 -19
- package/package.json +55 -55
- package/public/index.html +18 -18
- package/public/manifest.json +25 -25
- package/public/robots.txt +3 -3
- package/src/App.css +11 -11
- package/src/App.menu.tsx +209 -209
- package/src/App.routes.tsx +16 -16
- package/src/App.tsx +28 -28
- package/src/_core/hooks/ImageChecker.tsx +26 -26
- package/src/_core/hooks/useIsMobile.ts +18 -18
- package/src/action/Action.view.tsx +21 -21
- package/src/action/ButtonAction.tsx +32 -32
- package/src/action/action.css +20 -20
- package/src/badge/Badge.tsx +34 -34
- package/src/badge/Badge.view.tsx +15 -15
- package/src/badge/badge.css +55 -55
- package/src/button/Button.tsx +44 -44
- package/src/button/Button.view.tsx +61 -61
- package/src/button/button.css +53 -53
- package/src/button/button.interface.tsx +20 -20
- package/src/button/buttonActions/ButtonActions.tsx +101 -101
- package/src/card/Card.tsx +125 -125
- package/src/card/Card.view.tsx +73 -73
- package/src/card/card.css +145 -145
- package/src/card/card.interface.tsx +9 -9
- package/src/card/cardAction/CardAction.tsx +135 -135
- package/src/card/cardAction/cardAction.css +10 -10
- package/src/card/cardAction.interface.tsx +10 -10
- package/src/card/hook/useCardInteractions.tsx +30 -30
- package/src/carousel/Carousel.css +44 -44
- package/src/carousel/Carousel.tsx +115 -115
- package/src/carousel/Carousel.view.tsx +13 -13
- package/src/damier/Damier.tsx +55 -55
- package/src/damier/Damier.view.tsx +31 -31
- package/src/damier/damier.css +44 -44
- package/src/damier/damierCell/DamierCell.tsx +18 -18
- package/src/damier/damierCell/damierCell.interface.tsx +5 -5
- package/src/dataTable/DataTable.tsx +241 -241
- package/src/dataTable/DataTable.view.tsx +59 -59
- package/src/dataTable/dataTable.css +17 -17
- package/src/dataTable/dataTable.interface.ts +29 -29
- package/src/datePicker/DatePicker.tsx +110 -110
- package/src/datePicker/DatePicker.view.tsx +9 -9
- package/src/datePicker/datePicker.css +77 -77
- package/src/expands/Expands.tsx +42 -42
- package/src/expands/Expands.view.tsx +90 -90
- package/src/expands/expand/expand.interface.tsx +8 -8
- package/src/expands/expand/expand.tsx +75 -75
- package/src/expands/expands.css +97 -97
- package/src/filAriane/FilAriane.tsx +57 -57
- package/src/filAriane/FilAriane.view.tsx +28 -28
- package/src/filAriane/filAriane.css +22 -22
- package/src/filAriane/filAriane.interface.tsx +6 -6
- package/src/form/Form.tsx +175 -175
- package/src/form/Form.view.tsx +47 -47
- package/src/form/form.css +37 -37
- package/src/form/form.enum.ts +11 -11
- package/src/form/form.interface.tsx +31 -31
- package/src/form/textArea/TextArea.tsx +53 -53
- package/src/form/textArea/TextArea.view.tsx +34 -34
- package/src/form/textArea/textArea.css +9 -9
- package/src/grid/Grid.tsx +21 -21
- package/src/grid/Grid.view.tsx +24 -24
- package/src/grid/col/Col.tsx +15 -15
- package/src/grid/col/colStyled/ColStyled.tsx +41 -41
- package/src/grid/container/Container.tsx +8 -8
- package/src/grid/container/container.css +5 -5
- package/src/grid/grid.interface.tsx +7 -7
- package/src/grid/row/Row.tsx +12 -12
- package/src/grid/row/row.css +18 -18
- package/src/header/Header.tsx +51 -51
- package/src/header/Header.view.tsx +5 -5
- package/src/header/header.css +26 -26
- package/src/header/header.interface.tsx +8 -8
- package/src/home/Home.tsx +3 -3
- package/src/icon/Icon.tsx +6 -6
- package/src/icon/Icons.view.tsx +29 -29
- package/src/icon/icon.css +20 -20
- package/src/icon/icon.interface.tsx +6 -6
- package/src/icon/iconSize.enum.ts +7 -7
- package/src/index.css +502 -502
- package/src/index.ts +33 -33
- package/src/loader/Loader.tsx +37 -37
- package/src/loader/Loader.view.tsx +20 -20
- package/src/loader/loader.css +30 -30
- package/src/main.tsx +10 -10
- package/src/menus/Menus.tsx +42 -42
- package/src/menus/Menus.view.tsx +39 -39
- package/src/menus/menu/Menu.tsx +17 -17
- package/src/menus/menu/menu.interface.tsx +9 -9
- package/src/menus/menus.css +47 -47
- package/src/modal/Modal.tsx +53 -53
- package/src/modal/Modal.view.tsx +25 -25
- package/src/modal/modal.css +71 -70
- package/src/notFound/NotFound.tsx +3 -3
- package/src/overlayPanel/OverlayPanel.tsx +189 -189
- package/src/overlayPanel/OverlayPanel.view.tsx +25 -25
- package/src/overlayPanel/overlay.context.tsx +28 -28
- package/src/overlayPanel/overlayPanel.css +35 -35
- package/src/overlayPanel/overlayPanelStyled/OverlayPanelStyled.tsx +18 -18
- package/src/quantity/Quantity.tsx +103 -103
- package/src/quantity/quantity.css +26 -26
- package/src/search/Search.tsx +161 -161
- package/src/search/Search.view.tsx +14 -14
- package/src/search/search.css +59 -59
- package/src/select/Select.tsx +53 -53
- package/src/select/Select.view.tsx +71 -71
- package/src/select/select.css +51 -51
- package/src/select/selectOption.interface.ts +4 -4
- package/src/sidebar/Sidebar.tsx +111 -111
- package/src/sidebar/Sidebar.view.tsx +17 -17
- package/src/sidebar/sidebar.css +87 -87
- package/src/sidebarData/SidebarData.tsx +19 -19
- package/src/sidebarData/SidebarData.view.tsx +19 -19
- package/src/sidebarData/sidebarData.css +27 -27
- package/src/toaster/Toaster.tsx +47 -47
- package/src/toaster/Toaster.view.tsx +3 -3
- package/src/toaster/store/useToasterStore.tsx +39 -39
- package/src/toaster/toaster.css +57 -57
- package/tsconfig.json +28 -28
- package/vite.config.ts +20 -20
- package/vite.config.ts.timestamp-1733262892554-a13dfef6e8a29.mjs +24 -24
package/src/index.css
CHANGED
|
@@ -1,502 +1,502 @@
|
|
|
1
|
-
/* variables couleur */
|
|
2
|
-
:root {
|
|
3
|
-
--primary-color: #004aad;
|
|
4
|
-
--secondary-color: #ff914d;
|
|
5
|
-
--tertiary-color: #00ada1;
|
|
6
|
-
--quaternary-color: #0082ad;
|
|
7
|
-
--success-color: #28a745;
|
|
8
|
-
--info-color: #17a2b8;
|
|
9
|
-
--warning-color: #ffc107;
|
|
10
|
-
--danger-color: #dc3545;
|
|
11
|
-
--light-color: #f8f9fa;
|
|
12
|
-
--dark-color: #343a40;
|
|
13
|
-
--white-color: #fff;
|
|
14
|
-
--black-color: #000;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
html,
|
|
18
|
-
body {
|
|
19
|
-
margin: 0;
|
|
20
|
-
font-family: "Raleway", sans-serif !important;
|
|
21
|
-
-webkit-font-smoothing: antialiased;
|
|
22
|
-
-moz-osx-font-smoothing: grayscale;
|
|
23
|
-
height: 100%;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
#root {
|
|
27
|
-
height: 100%;
|
|
28
|
-
width: 100%;
|
|
29
|
-
background-color: #fff;
|
|
30
|
-
}
|
|
31
|
-
.app {
|
|
32
|
-
container: app-container/ inline-size;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
input[type="number"]::-webkit-outer-spin-button,
|
|
36
|
-
input[type="number"]::-webkit-inner-spin-button {
|
|
37
|
-
-webkit-appearance: none; /* Chrome, Safari, Edge */
|
|
38
|
-
margin: 0;
|
|
39
|
-
}
|
|
40
|
-
/* flex properties */
|
|
41
|
-
|
|
42
|
-
.d-flex {
|
|
43
|
-
display: flex;
|
|
44
|
-
}
|
|
45
|
-
.justify-content-start {
|
|
46
|
-
justify-content: start;
|
|
47
|
-
}
|
|
48
|
-
.justify-content-end {
|
|
49
|
-
justify-content: end;
|
|
50
|
-
}
|
|
51
|
-
.justify-content-center {
|
|
52
|
-
justify-content: center;
|
|
53
|
-
}
|
|
54
|
-
.justify-content-between {
|
|
55
|
-
justify-content: space-between;
|
|
56
|
-
}
|
|
57
|
-
.justify-content-around {
|
|
58
|
-
justify-content: space-around;
|
|
59
|
-
}
|
|
60
|
-
.justify-content-evenly {
|
|
61
|
-
justify-content: space-evenly;
|
|
62
|
-
}
|
|
63
|
-
.align-items-start {
|
|
64
|
-
align-items: start;
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
.align-items-center {
|
|
68
|
-
align-items: center;
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
.flex-column {
|
|
72
|
-
flex-direction: column;
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
.flex-row {
|
|
76
|
-
flex-direction: row;
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
.flex-wrap {
|
|
80
|
-
flex-wrap: wrap;
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
.flex-1 {
|
|
84
|
-
flex: 1;
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
.flex-2 {
|
|
88
|
-
flex: 2;
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
.flex-3 {
|
|
92
|
-
flex: 3;
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
.flex-4 {
|
|
96
|
-
flex: 4;
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
.flex-5 {
|
|
100
|
-
flex: 5;
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
.flex-6 {
|
|
104
|
-
flex: 6;
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
.flex-7 {
|
|
108
|
-
flex: 7;
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
.flex-8 {
|
|
112
|
-
flex: 8;
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
.flex-9 {
|
|
116
|
-
flex: 9;
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
.flex-10 {
|
|
120
|
-
flex: 10;
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
.flex-11 {
|
|
124
|
-
flex: 11;
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
.flex-12 {
|
|
128
|
-
flex: 12;
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
/* Reset CSS */
|
|
132
|
-
* {
|
|
133
|
-
margin: 0;
|
|
134
|
-
padding: 0;
|
|
135
|
-
box-sizing: border-box;
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
p {
|
|
139
|
-
margin: 0;
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
ul {
|
|
143
|
-
list-style: none;
|
|
144
|
-
|
|
145
|
-
& li {
|
|
146
|
-
margin: 0;
|
|
147
|
-
}
|
|
148
|
-
}
|
|
149
|
-
|
|
150
|
-
a {
|
|
151
|
-
text-decoration: none;
|
|
152
|
-
color: inherit;
|
|
153
|
-
}
|
|
154
|
-
|
|
155
|
-
/* helper */
|
|
156
|
-
.h-100 {
|
|
157
|
-
height: 100%;
|
|
158
|
-
}
|
|
159
|
-
|
|
160
|
-
/* Text */
|
|
161
|
-
.text-center {
|
|
162
|
-
text-align: center;
|
|
163
|
-
}
|
|
164
|
-
|
|
165
|
-
.text-left {
|
|
166
|
-
text-align: left;
|
|
167
|
-
}
|
|
168
|
-
|
|
169
|
-
.text-right {
|
|
170
|
-
text-align: right;
|
|
171
|
-
}
|
|
172
|
-
|
|
173
|
-
.text-justify {
|
|
174
|
-
text-align: justify;
|
|
175
|
-
}
|
|
176
|
-
|
|
177
|
-
.text-uppercase {
|
|
178
|
-
text-transform: uppercase;
|
|
179
|
-
}
|
|
180
|
-
|
|
181
|
-
.text-lowercase {
|
|
182
|
-
text-transform: lowercase;
|
|
183
|
-
}
|
|
184
|
-
|
|
185
|
-
.text-capitalize {
|
|
186
|
-
text-transform: capitalize;
|
|
187
|
-
}
|
|
188
|
-
|
|
189
|
-
.text-bold {
|
|
190
|
-
font-weight: bold;
|
|
191
|
-
}
|
|
192
|
-
|
|
193
|
-
.text-italic {
|
|
194
|
-
font-style: italic;
|
|
195
|
-
}
|
|
196
|
-
|
|
197
|
-
.text-underline {
|
|
198
|
-
text-decoration: underline;
|
|
199
|
-
}
|
|
200
|
-
|
|
201
|
-
.text-line-through {
|
|
202
|
-
text-decoration: line-through;
|
|
203
|
-
}
|
|
204
|
-
|
|
205
|
-
.text-white {
|
|
206
|
-
color: var(--white-color);
|
|
207
|
-
}
|
|
208
|
-
|
|
209
|
-
.text-black {
|
|
210
|
-
color: var(--black-color);
|
|
211
|
-
}
|
|
212
|
-
|
|
213
|
-
.text-primary {
|
|
214
|
-
color: var(--primary-color);
|
|
215
|
-
}
|
|
216
|
-
|
|
217
|
-
.text-secondary {
|
|
218
|
-
color: var(--secondary-color);
|
|
219
|
-
}
|
|
220
|
-
|
|
221
|
-
.text-success {
|
|
222
|
-
color: var(--success-color);
|
|
223
|
-
}
|
|
224
|
-
|
|
225
|
-
.text-info {
|
|
226
|
-
color: var(--info-color);
|
|
227
|
-
}
|
|
228
|
-
|
|
229
|
-
.text-warning {
|
|
230
|
-
color: var(--warning-color);
|
|
231
|
-
}
|
|
232
|
-
|
|
233
|
-
/* Margin et padding */
|
|
234
|
-
.m-0 {
|
|
235
|
-
margin: 0;
|
|
236
|
-
}
|
|
237
|
-
|
|
238
|
-
.m-1 {
|
|
239
|
-
margin: 0.25rem;
|
|
240
|
-
}
|
|
241
|
-
|
|
242
|
-
.m-2 {
|
|
243
|
-
margin: 0.5rem;
|
|
244
|
-
}
|
|
245
|
-
|
|
246
|
-
.m-3 {
|
|
247
|
-
margin: 1rem;
|
|
248
|
-
}
|
|
249
|
-
|
|
250
|
-
.mr-0 {
|
|
251
|
-
margin-right: 0;
|
|
252
|
-
}
|
|
253
|
-
|
|
254
|
-
.mr-1 {
|
|
255
|
-
margin-right: 0.25rem;
|
|
256
|
-
}
|
|
257
|
-
|
|
258
|
-
.mr-2 {
|
|
259
|
-
margin-right: 0.5rem;
|
|
260
|
-
}
|
|
261
|
-
|
|
262
|
-
.mr-3 {
|
|
263
|
-
margin-right: 1rem;
|
|
264
|
-
}
|
|
265
|
-
|
|
266
|
-
.ml-0 {
|
|
267
|
-
margin-left: 0;
|
|
268
|
-
}
|
|
269
|
-
|
|
270
|
-
.ml-1 {
|
|
271
|
-
margin-left: 0.25rem;
|
|
272
|
-
}
|
|
273
|
-
|
|
274
|
-
.ml-2 {
|
|
275
|
-
margin-left: 0.5rem;
|
|
276
|
-
}
|
|
277
|
-
|
|
278
|
-
.ml-3 {
|
|
279
|
-
margin-left: 1rem;
|
|
280
|
-
}
|
|
281
|
-
|
|
282
|
-
.mt-0 {
|
|
283
|
-
margin-top: 0;
|
|
284
|
-
}
|
|
285
|
-
|
|
286
|
-
.mt-1 {
|
|
287
|
-
margin-top: 0.25rem;
|
|
288
|
-
}
|
|
289
|
-
|
|
290
|
-
.mt-2 {
|
|
291
|
-
margin-top: 0.5rem;
|
|
292
|
-
}
|
|
293
|
-
|
|
294
|
-
.mt-3 {
|
|
295
|
-
margin-top: 1rem;
|
|
296
|
-
}
|
|
297
|
-
|
|
298
|
-
.mb-0 {
|
|
299
|
-
margin-bottom: 0;
|
|
300
|
-
}
|
|
301
|
-
|
|
302
|
-
.mb-1 {
|
|
303
|
-
margin-bottom: 0.25rem;
|
|
304
|
-
}
|
|
305
|
-
|
|
306
|
-
.mb-2 {
|
|
307
|
-
margin-bottom: 0.5rem;
|
|
308
|
-
}
|
|
309
|
-
|
|
310
|
-
.mb-3 {
|
|
311
|
-
margin-bottom: 1rem;
|
|
312
|
-
}
|
|
313
|
-
.pb-0 {
|
|
314
|
-
padding-bottom: 0;
|
|
315
|
-
}
|
|
316
|
-
.pb-1 {
|
|
317
|
-
padding-bottom: 0.25rem;
|
|
318
|
-
}
|
|
319
|
-
.pb-2 {
|
|
320
|
-
padding-bottom: 0.5rem;
|
|
321
|
-
}
|
|
322
|
-
.pb-3 {
|
|
323
|
-
padding-bottom: 1rem;
|
|
324
|
-
}
|
|
325
|
-
.pt-0 {
|
|
326
|
-
padding-top: 0;
|
|
327
|
-
}
|
|
328
|
-
.pt-1 {
|
|
329
|
-
padding-top: 0.25rem;
|
|
330
|
-
}
|
|
331
|
-
.pt-2 {
|
|
332
|
-
padding-top: 0.5rem;
|
|
333
|
-
}
|
|
334
|
-
.pt-3 {
|
|
335
|
-
padding-top: 1rem;
|
|
336
|
-
}
|
|
337
|
-
.pl-0 {
|
|
338
|
-
padding-left: 0;
|
|
339
|
-
}
|
|
340
|
-
.pl-1 {
|
|
341
|
-
padding-left: 0.25rem;
|
|
342
|
-
}
|
|
343
|
-
.pl-2 {
|
|
344
|
-
padding-left: 0.5rem;
|
|
345
|
-
}
|
|
346
|
-
.pl-3 {
|
|
347
|
-
padding-left: 1rem;
|
|
348
|
-
}
|
|
349
|
-
.pr-0 {
|
|
350
|
-
padding-right: 0;
|
|
351
|
-
}
|
|
352
|
-
.pr-1 {
|
|
353
|
-
padding-right: 0.25rem;
|
|
354
|
-
}
|
|
355
|
-
.pr-2 {
|
|
356
|
-
padding-right: 0.5rem;
|
|
357
|
-
}
|
|
358
|
-
.pr-3 {
|
|
359
|
-
padding-right: 1rem;
|
|
360
|
-
}
|
|
361
|
-
.p-0 {
|
|
362
|
-
padding: 0;
|
|
363
|
-
}
|
|
364
|
-
.p-1 {
|
|
365
|
-
padding: 0.25rem;
|
|
366
|
-
}
|
|
367
|
-
.p-2 {
|
|
368
|
-
padding: 0.5rem;
|
|
369
|
-
}
|
|
370
|
-
.p-3 {
|
|
371
|
-
padding: 1rem;
|
|
372
|
-
}
|
|
373
|
-
|
|
374
|
-
/* border */
|
|
375
|
-
.border-bottom {
|
|
376
|
-
border-bottom: 1px solid #cfbdbd;
|
|
377
|
-
}
|
|
378
|
-
.border-top {
|
|
379
|
-
border-top: 1px solid #cfbdbd;
|
|
380
|
-
}
|
|
381
|
-
.border-left {
|
|
382
|
-
border-left: 1px solid #cfbdbd;
|
|
383
|
-
}
|
|
384
|
-
.border-right {
|
|
385
|
-
border-right: 1px solid #cfbdbd;
|
|
386
|
-
}
|
|
387
|
-
/* fonts */
|
|
388
|
-
.font-weight-bold {
|
|
389
|
-
font-weight: 600;
|
|
390
|
-
}
|
|
391
|
-
.font-weight-light {
|
|
392
|
-
font-weight: 300;
|
|
393
|
-
}
|
|
394
|
-
.font-weight-normal {
|
|
395
|
-
font-weight: 400;
|
|
396
|
-
}
|
|
397
|
-
.font-weight-italic {
|
|
398
|
-
font-style: italic;
|
|
399
|
-
}
|
|
400
|
-
|
|
401
|
-
/* class generique*/
|
|
402
|
-
.visible {
|
|
403
|
-
visibility: visible;
|
|
404
|
-
}
|
|
405
|
-
.hidden {
|
|
406
|
-
visibility: hidden;
|
|
407
|
-
}
|
|
408
|
-
.position-relative {
|
|
409
|
-
position: relative;
|
|
410
|
-
}
|
|
411
|
-
.position-absolute {
|
|
412
|
-
position: absolute;
|
|
413
|
-
}
|
|
414
|
-
.cursor-pointer {
|
|
415
|
-
cursor: pointer;
|
|
416
|
-
}
|
|
417
|
-
.w-100 {
|
|
418
|
-
width: 100%;
|
|
419
|
-
}
|
|
420
|
-
.min-width-auto {
|
|
421
|
-
min-width: auto;
|
|
422
|
-
}
|
|
423
|
-
.disabled {
|
|
424
|
-
opacity: 0.5;
|
|
425
|
-
cursor: not-allowed;
|
|
426
|
-
pointer-events: none;
|
|
427
|
-
}
|
|
428
|
-
.overflow-auto {
|
|
429
|
-
overflow: auto;
|
|
430
|
-
}
|
|
431
|
-
.toggle-btn {
|
|
432
|
-
display: flex;
|
|
433
|
-
width: 100%;
|
|
434
|
-
justify-content: flex-end;
|
|
435
|
-
background-color: transparent;
|
|
436
|
-
border: none;
|
|
437
|
-
color: #333;
|
|
438
|
-
cursor: pointer;
|
|
439
|
-
margin: 0;
|
|
440
|
-
min-width: 10px;
|
|
441
|
-
width: auto;
|
|
442
|
-
padding: 0px;
|
|
443
|
-
|
|
444
|
-
&.toggle-btn-round {
|
|
445
|
-
border: 1px solid #cfbdbd;
|
|
446
|
-
border-radius: 50%;
|
|
447
|
-
padding: 0.1rem;
|
|
448
|
-
width: 25px;
|
|
449
|
-
height: 25px;
|
|
450
|
-
display: flex;
|
|
451
|
-
align-items: center;
|
|
452
|
-
justify-content: center;
|
|
453
|
-
}
|
|
454
|
-
|
|
455
|
-
.bi {
|
|
456
|
-
font-size: 0.8rem;
|
|
457
|
-
}
|
|
458
|
-
|
|
459
|
-
&.toggle-btn--absolute {
|
|
460
|
-
position: absolute;
|
|
461
|
-
right: 10px;
|
|
462
|
-
top: 10px;
|
|
463
|
-
}
|
|
464
|
-
}
|
|
465
|
-
|
|
466
|
-
/* scrollbar */
|
|
467
|
-
/* Style pour les navigateurs modernes */
|
|
468
|
-
::-webkit-scrollbar {
|
|
469
|
-
width: 2px;
|
|
470
|
-
/* Largeur de la barre verticale */
|
|
471
|
-
height: 2px;
|
|
472
|
-
/* Hauteur de la barre horizontale */
|
|
473
|
-
}
|
|
474
|
-
|
|
475
|
-
::-webkit-scrollbar-thumb {
|
|
476
|
-
background-color: grey;
|
|
477
|
-
/* Couleur de la barre de défilement */
|
|
478
|
-
border-radius: 10px;
|
|
479
|
-
/* Arrondir les bords */
|
|
480
|
-
}
|
|
481
|
-
|
|
482
|
-
::-webkit-scrollbar-track {
|
|
483
|
-
background-color: transparent;
|
|
484
|
-
/* Couleur du fond de la zone de défilement */
|
|
485
|
-
}
|
|
486
|
-
|
|
487
|
-
/* Style pour Firefox */
|
|
488
|
-
* {
|
|
489
|
-
scrollbar-width: thin;
|
|
490
|
-
/* Réduit la largeur */
|
|
491
|
-
scrollbar-color: grey transparent;
|
|
492
|
-
/* Couleurs : gris pour la barre, transparent pour le fond */
|
|
493
|
-
}
|
|
494
|
-
|
|
495
|
-
@media (min-width: 576px) {
|
|
496
|
-
}
|
|
497
|
-
|
|
498
|
-
@media (min-width: 768px) {
|
|
499
|
-
}
|
|
500
|
-
|
|
501
|
-
@media (min-width: 992px) {
|
|
502
|
-
}
|
|
1
|
+
/* variables couleur */
|
|
2
|
+
:root {
|
|
3
|
+
--primary-color: #004aad;
|
|
4
|
+
--secondary-color: #ff914d;
|
|
5
|
+
--tertiary-color: #00ada1;
|
|
6
|
+
--quaternary-color: #0082ad;
|
|
7
|
+
--success-color: #28a745;
|
|
8
|
+
--info-color: #17a2b8;
|
|
9
|
+
--warning-color: #ffc107;
|
|
10
|
+
--danger-color: #dc3545;
|
|
11
|
+
--light-color: #f8f9fa;
|
|
12
|
+
--dark-color: #343a40;
|
|
13
|
+
--white-color: #fff;
|
|
14
|
+
--black-color: #000;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
html,
|
|
18
|
+
body {
|
|
19
|
+
margin: 0;
|
|
20
|
+
font-family: "Raleway", sans-serif !important;
|
|
21
|
+
-webkit-font-smoothing: antialiased;
|
|
22
|
+
-moz-osx-font-smoothing: grayscale;
|
|
23
|
+
height: 100%;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
#root {
|
|
27
|
+
height: 100%;
|
|
28
|
+
width: 100%;
|
|
29
|
+
background-color: #fff;
|
|
30
|
+
}
|
|
31
|
+
.app {
|
|
32
|
+
container: app-container/ inline-size;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
input[type="number"]::-webkit-outer-spin-button,
|
|
36
|
+
input[type="number"]::-webkit-inner-spin-button {
|
|
37
|
+
-webkit-appearance: none; /* Chrome, Safari, Edge */
|
|
38
|
+
margin: 0;
|
|
39
|
+
}
|
|
40
|
+
/* flex properties */
|
|
41
|
+
|
|
42
|
+
.d-flex {
|
|
43
|
+
display: flex;
|
|
44
|
+
}
|
|
45
|
+
.justify-content-start {
|
|
46
|
+
justify-content: start;
|
|
47
|
+
}
|
|
48
|
+
.justify-content-end {
|
|
49
|
+
justify-content: end;
|
|
50
|
+
}
|
|
51
|
+
.justify-content-center {
|
|
52
|
+
justify-content: center;
|
|
53
|
+
}
|
|
54
|
+
.justify-content-between {
|
|
55
|
+
justify-content: space-between;
|
|
56
|
+
}
|
|
57
|
+
.justify-content-around {
|
|
58
|
+
justify-content: space-around;
|
|
59
|
+
}
|
|
60
|
+
.justify-content-evenly {
|
|
61
|
+
justify-content: space-evenly;
|
|
62
|
+
}
|
|
63
|
+
.align-items-start {
|
|
64
|
+
align-items: start;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.align-items-center {
|
|
68
|
+
align-items: center;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.flex-column {
|
|
72
|
+
flex-direction: column;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
.flex-row {
|
|
76
|
+
flex-direction: row;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
.flex-wrap {
|
|
80
|
+
flex-wrap: wrap;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.flex-1 {
|
|
84
|
+
flex: 1;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
.flex-2 {
|
|
88
|
+
flex: 2;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
.flex-3 {
|
|
92
|
+
flex: 3;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
.flex-4 {
|
|
96
|
+
flex: 4;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.flex-5 {
|
|
100
|
+
flex: 5;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
.flex-6 {
|
|
104
|
+
flex: 6;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.flex-7 {
|
|
108
|
+
flex: 7;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
.flex-8 {
|
|
112
|
+
flex: 8;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
.flex-9 {
|
|
116
|
+
flex: 9;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
.flex-10 {
|
|
120
|
+
flex: 10;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
.flex-11 {
|
|
124
|
+
flex: 11;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
.flex-12 {
|
|
128
|
+
flex: 12;
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
/* Reset CSS */
|
|
132
|
+
* {
|
|
133
|
+
margin: 0;
|
|
134
|
+
padding: 0;
|
|
135
|
+
box-sizing: border-box;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
p {
|
|
139
|
+
margin: 0;
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
ul {
|
|
143
|
+
list-style: none;
|
|
144
|
+
|
|
145
|
+
& li {
|
|
146
|
+
margin: 0;
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
a {
|
|
151
|
+
text-decoration: none;
|
|
152
|
+
color: inherit;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
/* helper */
|
|
156
|
+
.h-100 {
|
|
157
|
+
height: 100%;
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
/* Text */
|
|
161
|
+
.text-center {
|
|
162
|
+
text-align: center;
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
.text-left {
|
|
166
|
+
text-align: left;
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
.text-right {
|
|
170
|
+
text-align: right;
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
.text-justify {
|
|
174
|
+
text-align: justify;
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
.text-uppercase {
|
|
178
|
+
text-transform: uppercase;
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
.text-lowercase {
|
|
182
|
+
text-transform: lowercase;
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
.text-capitalize {
|
|
186
|
+
text-transform: capitalize;
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
.text-bold {
|
|
190
|
+
font-weight: bold;
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
.text-italic {
|
|
194
|
+
font-style: italic;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
.text-underline {
|
|
198
|
+
text-decoration: underline;
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
.text-line-through {
|
|
202
|
+
text-decoration: line-through;
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
.text-white {
|
|
206
|
+
color: var(--white-color);
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
.text-black {
|
|
210
|
+
color: var(--black-color);
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
.text-primary {
|
|
214
|
+
color: var(--primary-color);
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
.text-secondary {
|
|
218
|
+
color: var(--secondary-color);
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
.text-success {
|
|
222
|
+
color: var(--success-color);
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
.text-info {
|
|
226
|
+
color: var(--info-color);
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
.text-warning {
|
|
230
|
+
color: var(--warning-color);
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
/* Margin et padding */
|
|
234
|
+
.m-0 {
|
|
235
|
+
margin: 0;
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
.m-1 {
|
|
239
|
+
margin: 0.25rem;
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
.m-2 {
|
|
243
|
+
margin: 0.5rem;
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
.m-3 {
|
|
247
|
+
margin: 1rem;
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
.mr-0 {
|
|
251
|
+
margin-right: 0;
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
.mr-1 {
|
|
255
|
+
margin-right: 0.25rem;
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
.mr-2 {
|
|
259
|
+
margin-right: 0.5rem;
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
.mr-3 {
|
|
263
|
+
margin-right: 1rem;
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
.ml-0 {
|
|
267
|
+
margin-left: 0;
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
.ml-1 {
|
|
271
|
+
margin-left: 0.25rem;
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
.ml-2 {
|
|
275
|
+
margin-left: 0.5rem;
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
.ml-3 {
|
|
279
|
+
margin-left: 1rem;
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
.mt-0 {
|
|
283
|
+
margin-top: 0;
|
|
284
|
+
}
|
|
285
|
+
|
|
286
|
+
.mt-1 {
|
|
287
|
+
margin-top: 0.25rem;
|
|
288
|
+
}
|
|
289
|
+
|
|
290
|
+
.mt-2 {
|
|
291
|
+
margin-top: 0.5rem;
|
|
292
|
+
}
|
|
293
|
+
|
|
294
|
+
.mt-3 {
|
|
295
|
+
margin-top: 1rem;
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
.mb-0 {
|
|
299
|
+
margin-bottom: 0;
|
|
300
|
+
}
|
|
301
|
+
|
|
302
|
+
.mb-1 {
|
|
303
|
+
margin-bottom: 0.25rem;
|
|
304
|
+
}
|
|
305
|
+
|
|
306
|
+
.mb-2 {
|
|
307
|
+
margin-bottom: 0.5rem;
|
|
308
|
+
}
|
|
309
|
+
|
|
310
|
+
.mb-3 {
|
|
311
|
+
margin-bottom: 1rem;
|
|
312
|
+
}
|
|
313
|
+
.pb-0 {
|
|
314
|
+
padding-bottom: 0;
|
|
315
|
+
}
|
|
316
|
+
.pb-1 {
|
|
317
|
+
padding-bottom: 0.25rem;
|
|
318
|
+
}
|
|
319
|
+
.pb-2 {
|
|
320
|
+
padding-bottom: 0.5rem;
|
|
321
|
+
}
|
|
322
|
+
.pb-3 {
|
|
323
|
+
padding-bottom: 1rem;
|
|
324
|
+
}
|
|
325
|
+
.pt-0 {
|
|
326
|
+
padding-top: 0;
|
|
327
|
+
}
|
|
328
|
+
.pt-1 {
|
|
329
|
+
padding-top: 0.25rem;
|
|
330
|
+
}
|
|
331
|
+
.pt-2 {
|
|
332
|
+
padding-top: 0.5rem;
|
|
333
|
+
}
|
|
334
|
+
.pt-3 {
|
|
335
|
+
padding-top: 1rem;
|
|
336
|
+
}
|
|
337
|
+
.pl-0 {
|
|
338
|
+
padding-left: 0;
|
|
339
|
+
}
|
|
340
|
+
.pl-1 {
|
|
341
|
+
padding-left: 0.25rem;
|
|
342
|
+
}
|
|
343
|
+
.pl-2 {
|
|
344
|
+
padding-left: 0.5rem;
|
|
345
|
+
}
|
|
346
|
+
.pl-3 {
|
|
347
|
+
padding-left: 1rem;
|
|
348
|
+
}
|
|
349
|
+
.pr-0 {
|
|
350
|
+
padding-right: 0;
|
|
351
|
+
}
|
|
352
|
+
.pr-1 {
|
|
353
|
+
padding-right: 0.25rem;
|
|
354
|
+
}
|
|
355
|
+
.pr-2 {
|
|
356
|
+
padding-right: 0.5rem;
|
|
357
|
+
}
|
|
358
|
+
.pr-3 {
|
|
359
|
+
padding-right: 1rem;
|
|
360
|
+
}
|
|
361
|
+
.p-0 {
|
|
362
|
+
padding: 0;
|
|
363
|
+
}
|
|
364
|
+
.p-1 {
|
|
365
|
+
padding: 0.25rem;
|
|
366
|
+
}
|
|
367
|
+
.p-2 {
|
|
368
|
+
padding: 0.5rem;
|
|
369
|
+
}
|
|
370
|
+
.p-3 {
|
|
371
|
+
padding: 1rem;
|
|
372
|
+
}
|
|
373
|
+
|
|
374
|
+
/* border */
|
|
375
|
+
.border-bottom {
|
|
376
|
+
border-bottom: 1px solid #cfbdbd;
|
|
377
|
+
}
|
|
378
|
+
.border-top {
|
|
379
|
+
border-top: 1px solid #cfbdbd;
|
|
380
|
+
}
|
|
381
|
+
.border-left {
|
|
382
|
+
border-left: 1px solid #cfbdbd;
|
|
383
|
+
}
|
|
384
|
+
.border-right {
|
|
385
|
+
border-right: 1px solid #cfbdbd;
|
|
386
|
+
}
|
|
387
|
+
/* fonts */
|
|
388
|
+
.font-weight-bold {
|
|
389
|
+
font-weight: 600;
|
|
390
|
+
}
|
|
391
|
+
.font-weight-light {
|
|
392
|
+
font-weight: 300;
|
|
393
|
+
}
|
|
394
|
+
.font-weight-normal {
|
|
395
|
+
font-weight: 400;
|
|
396
|
+
}
|
|
397
|
+
.font-weight-italic {
|
|
398
|
+
font-style: italic;
|
|
399
|
+
}
|
|
400
|
+
|
|
401
|
+
/* class generique*/
|
|
402
|
+
.visible {
|
|
403
|
+
visibility: visible;
|
|
404
|
+
}
|
|
405
|
+
.hidden {
|
|
406
|
+
visibility: hidden;
|
|
407
|
+
}
|
|
408
|
+
.position-relative {
|
|
409
|
+
position: relative;
|
|
410
|
+
}
|
|
411
|
+
.position-absolute {
|
|
412
|
+
position: absolute;
|
|
413
|
+
}
|
|
414
|
+
.cursor-pointer {
|
|
415
|
+
cursor: pointer;
|
|
416
|
+
}
|
|
417
|
+
.w-100 {
|
|
418
|
+
width: 100%;
|
|
419
|
+
}
|
|
420
|
+
.min-width-auto {
|
|
421
|
+
min-width: auto;
|
|
422
|
+
}
|
|
423
|
+
.disabled {
|
|
424
|
+
opacity: 0.5;
|
|
425
|
+
cursor: not-allowed;
|
|
426
|
+
pointer-events: none;
|
|
427
|
+
}
|
|
428
|
+
.overflow-auto {
|
|
429
|
+
overflow: auto;
|
|
430
|
+
}
|
|
431
|
+
.toggle-btn {
|
|
432
|
+
display: flex;
|
|
433
|
+
width: 100%;
|
|
434
|
+
justify-content: flex-end;
|
|
435
|
+
background-color: transparent;
|
|
436
|
+
border: none;
|
|
437
|
+
color: #333;
|
|
438
|
+
cursor: pointer;
|
|
439
|
+
margin: 0;
|
|
440
|
+
min-width: 10px;
|
|
441
|
+
width: auto;
|
|
442
|
+
padding: 0px;
|
|
443
|
+
|
|
444
|
+
&.toggle-btn-round {
|
|
445
|
+
border: 1px solid #cfbdbd;
|
|
446
|
+
border-radius: 50%;
|
|
447
|
+
padding: 0.1rem;
|
|
448
|
+
width: 25px;
|
|
449
|
+
height: 25px;
|
|
450
|
+
display: flex;
|
|
451
|
+
align-items: center;
|
|
452
|
+
justify-content: center;
|
|
453
|
+
}
|
|
454
|
+
|
|
455
|
+
.bi {
|
|
456
|
+
font-size: 0.8rem;
|
|
457
|
+
}
|
|
458
|
+
|
|
459
|
+
&.toggle-btn--absolute {
|
|
460
|
+
position: absolute;
|
|
461
|
+
right: 10px;
|
|
462
|
+
top: 10px;
|
|
463
|
+
}
|
|
464
|
+
}
|
|
465
|
+
|
|
466
|
+
/* scrollbar */
|
|
467
|
+
/* Style pour les navigateurs modernes */
|
|
468
|
+
::-webkit-scrollbar {
|
|
469
|
+
width: 2px;
|
|
470
|
+
/* Largeur de la barre verticale */
|
|
471
|
+
height: 2px;
|
|
472
|
+
/* Hauteur de la barre horizontale */
|
|
473
|
+
}
|
|
474
|
+
|
|
475
|
+
::-webkit-scrollbar-thumb {
|
|
476
|
+
background-color: grey;
|
|
477
|
+
/* Couleur de la barre de défilement */
|
|
478
|
+
border-radius: 10px;
|
|
479
|
+
/* Arrondir les bords */
|
|
480
|
+
}
|
|
481
|
+
|
|
482
|
+
::-webkit-scrollbar-track {
|
|
483
|
+
background-color: transparent;
|
|
484
|
+
/* Couleur du fond de la zone de défilement */
|
|
485
|
+
}
|
|
486
|
+
|
|
487
|
+
/* Style pour Firefox */
|
|
488
|
+
* {
|
|
489
|
+
scrollbar-width: thin;
|
|
490
|
+
/* Réduit la largeur */
|
|
491
|
+
scrollbar-color: grey transparent;
|
|
492
|
+
/* Couleurs : gris pour la barre, transparent pour le fond */
|
|
493
|
+
}
|
|
494
|
+
|
|
495
|
+
@media (min-width: 576px) {
|
|
496
|
+
}
|
|
497
|
+
|
|
498
|
+
@media (min-width: 768px) {
|
|
499
|
+
}
|
|
500
|
+
|
|
501
|
+
@media (min-width: 992px) {
|
|
502
|
+
}
|