mis-crystal-design-system 18.1.10-test-2 → 18.1.11

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.
@@ -0,0 +1,353 @@
1
+ // PRIMARY_COLORS -----------------------
2
+ $pmry_100: #CBDDFB;
3
+ $pmry_200: #99BAF7;
4
+ $pmry_500: #0937B2;
5
+ $pmry_400: #3C68D0;
6
+ $pmry_600: #062A99;
7
+ $pmry_700: #041F80;
8
+ $pmry_300: #638FE7;
9
+ $pmry_800: #021567;
10
+ $pmry_900: #010F55;
11
+
12
+ // SECONDARY_COLORS ---------------------
13
+ $sec_d_purple: #40447F;
14
+ $sec_maroon: #6B034E;
15
+ $sec_mud_red: #B23600;
16
+ $sec_orange: #ED711C;
17
+ $sec_purple: #815FD5;
18
+ $sec_teal: #10ADAE;
19
+ $sec_yellow: #D4900C;
20
+ $sec_green: #547F40;
21
+ $sec_bright_green: #27D22E;
22
+ $sec_dark_teal: #035F6B;
23
+ $sec_chocolate: #7C2F33;
24
+ $sec_rube_pink: #C13D6D;
25
+ $sec_cerulean: #0087B2;
26
+
27
+ //SEMANTIC COLORS --------------------------
28
+ $sem_error: #B00020;
29
+ $sem_info: #0091FF;
30
+ $sem_warning: #FF9D00;
31
+ $sem_success: #38AF49;
32
+
33
+ //grey -------------------------------------
34
+ $grey_bg-1: #FAFAFA;
35
+ $grey_bg: #F5F5F5;
36
+ $grey_seperators: #E0E0E0;
37
+ $grey_disabled: #C8CDD3;
38
+ $grey_hover: #F5F7FC;
39
+ $grey_pressed: #E6EBF7;
40
+ $grey_row: #F5F7FC;
41
+
42
+ //decor ------------------------------------
43
+ $dec_light-yellow:#F4E7C3;
44
+ $dec_light-purple:#DACFF9;
45
+ $dec_light-green:#E4F5E9;
46
+ $dec_light-green2:#F1FFF3;
47
+ $dec_light-pink:#FAE1EA;
48
+ $dec_:#F4CBC1;
49
+ $dec_lt-orange:#FAEFED;
50
+ $dec_light-blue:#CFECF9;
51
+ $dec_row-selection:#F1FDF8;
52
+ $dec_row-selection2:#F2FBFF;
53
+ $dec_row-lines:#D3E1E9;
54
+
55
+ //Text -------------------------------------
56
+ $text_white: #FFFFFF;
57
+ $text-disabled: #929DAB;
58
+ $text_muted: #6A737D;
59
+ $text_black: #181F33;
60
+
61
+ //meeting-rooms ----------------------------
62
+ $MR_solid_blue2: #C8D5F6;
63
+ $MR_solid_purple: #C9C3FB;
64
+ $MR_solid_orange: #EEAC9F;
65
+ $MR_solid_green: #ACDADA;
66
+ $MR_solid_brown: #E8C8AF;
67
+ $MR_solid_yellow: #FFEFC7;
68
+ $MR_solid_blue: #BBE6FF;
69
+ $MR_solid_pink: #FFC6F2;
70
+
71
+ //transparency -----------------------------
72
+ $tr_hover: #F0F3FA;
73
+ $tr_pressed: #DAE1F3;
74
+
75
+
76
+ //--------------------------WIS DYNAMIC THEME COLOR VARS--------------------------------
77
+
78
+ // Primary Brand Colors
79
+ $brand-primary: #0937B2 !default;
80
+ $brand-primary-light: #3C68D0 !default;
81
+ $brand-primary-dark: #062A99 !default;
82
+ $brand-primary-darker: #041F80 !default;
83
+ $brand-primary-lighter: #638FE7 !default;
84
+ $brand-primary-lightest: #CBDDFB !default;
85
+ $brand-primary-hover: #F0F3FA !default;
86
+ $brand-primary-active: #DAE1F3 !default;
87
+
88
+ // Secondary Brand Colors
89
+ $brand-secondary: #ED711C !default;
90
+ $brand-secondary-light: #F09E65 !default;
91
+ $brand-secondary-dark: #B23600 !default;
92
+ $brand-secondary-lighter: #FFC6F2 !default;
93
+
94
+ // Accent Colors
95
+ $brand-accent: #10ADAE !default;
96
+ $brand-accent-light: #16CBBC !default;
97
+ $brand-accent-dark: #035F6B !default;
98
+ $brand-accent-lighter: #ACDADA !default;
99
+
100
+ // Semantic Colors
101
+ $brand-success: #38AF49 !default;
102
+ $brand-success-light: #4CAF50 !default;
103
+ $brand-success-dark: #216531 !default;
104
+ $brand-success-lighter: #E4F5E9 !default;
105
+ $brand-success-lightest: #F1FFF3 !default;
106
+
107
+ $brand-error: #B00020 !default;
108
+ $brand-error-light: #F04E4E !default;
109
+ $brand-error-dark: #A60060 !default;
110
+ $brand-error-lighter: #FAE1EA !default;
111
+ $brand-error-lightest: #FDF2F2 !default;
112
+
113
+ $brand-warning: #FF9D00 !default;
114
+ $brand-warning-light: #D4900C !default;
115
+ $brand-warning-dark: #624000 !default;
116
+ $brand-warning-lighter: #F4E7C3 !default;
117
+ $brand-warning-lightest: #FAEFED !default;
118
+
119
+ $brand-info: #0091FF !default;
120
+ $brand-info-light: #35A1FF !default;
121
+ $brand-info-dark: #0087B2 !default;
122
+ $brand-info-lighter: #CFECF9 !default;
123
+
124
+ // Text Colors
125
+ $text-primary: #181F33 !default;
126
+ $text-secondary: #6A737D !default;
127
+ $text-tertiary: #929DAB !default;
128
+ $text-disabled: #C8CDD3 !default;
129
+
130
+ $text-primary-87: rgba(24, 31, 51, 0.87) !default;
131
+ $text-primary-60: rgba(24, 31, 51, 0.60) !default;
132
+ $text-primary-38: rgba(24, 31, 51, 0.38) !default;
133
+ $text-primary-12: rgba(24, 31, 51, 0.12) !default;
134
+
135
+ // Background Colors
136
+ $bg-primary: #FFFFFF !default;
137
+ $bg-secondary: #FAFAFA !default;
138
+ $bg-tertiary: #F5F5F5 !default;
139
+
140
+ $bg-overlay: rgba(0, 0, 0, 0.32) !default;
141
+ $bg-overlay-light: rgba(0, 0, 0, 0.12) !default;
142
+ $bg-overlay-lighter: rgba(0, 0, 0, 0.08) !default;
143
+ $bg-overlay-lightest: rgba(0, 0, 0, 0.04) !default;
144
+
145
+ // Border Colors
146
+ $border-primary: #E0E0E0 !default;
147
+ $border-secondary: #D6DCE2 !default;
148
+ $border-tertiary: #C8CDD3 !default;
149
+ $border-light: #F1F4F8 !default;
150
+
151
+ $border-primary-12: rgba(0, 0, 0, 0.12) !default;
152
+ $border-primary-08: rgba(0, 0, 0, 0.08) !default;
153
+ $border-primary-06: rgba(0, 0, 0, 0.06) !default;
154
+
155
+ // Shadows
156
+ $shadow-primary: rgba(0, 0, 0, 0.12) !default;
157
+ $shadow-secondary: rgba(0, 0, 0, 0.08) !default;
158
+ $shadow-tertiary: rgba(0, 0, 0, 0.04) !default;
159
+ $shadow-light: rgba(0, 0, 0, 0.06) !default;
160
+
161
+ // Status
162
+ $status-available: #929DAB !default;
163
+ $status-unavailable: #CCD3DA !default;
164
+ $status-hotseat: #857BFF !default;
165
+ $status-multiteam: #10ADAE !default;
166
+ $status-selected: #10ADAE !default;
167
+ $status-upcoming: #D4900C !default;
168
+
169
+ $status-room: #38AF49 !default;
170
+ $status-room-booked: #B23600 !default;
171
+ $status-room-unavailable: #181F33 !default;
172
+
173
+ // Team
174
+ $team-color-1: #F8C52E !default;
175
+ $team-color-2: #FA8E20 !default;
176
+ $team-color-3: #987CDD !default;
177
+ $team-color-4: #16CBBC !default;
178
+ $team-color-5: #E65010 !default;
179
+ $team-color-6: #A60060 !default;
180
+ $team-color-7: #ED323B !default;
181
+ $team-color-8: #35A1FF !default;
182
+ $team-color-9: #80D348 !default;
183
+
184
+
185
+ :root{
186
+ // PRIMARY_COLORS -----------------------
187
+ --pmry-200 : #{$pmry_200};
188
+ --pmry-100 : #{$pmry_100};
189
+ --pmry-500 : #{$pmry_500};
190
+ --pmry-400 : #{$pmry_400};
191
+ --pmry-600 : #{$pmry_600};
192
+ --pmry-700 : #{$pmry_700};
193
+ --pmry-300 : #{$pmry_300};
194
+ --pmry-800 : #{$pmry_800};
195
+ --pmry-900 : #{$pmry_900};
196
+
197
+ // SECONDARY_COLORS ---------------------
198
+ --sec-d-purple: #{$sec_d_purple};
199
+ --sec-maroon: #{$sec_maroon};
200
+ --sec-mud-red: #{$sec_mud_red};
201
+ --sec-orange: #{$sec_orange};
202
+ --sec-purple: #{$sec_purple};
203
+ --sec-teal: #{$sec_teal};
204
+ --sec-yellow: #{$sec_yellow};
205
+ --sec-green: #{$sec_green};
206
+ --sec-bright-green: #{$sec_bright_green};
207
+ --sec-dark-teal: #{$sec_dark_teal};
208
+ --sec-chocolate: #{$sec_chocolate};
209
+ --sec-rube-pink: #{$sec_rube_pink};
210
+ --sec-cerulean: #{$sec_cerulean};
211
+
212
+ //SEMANTIC COLORS --------------------------
213
+ --sem-error: #{$sem_error};
214
+ --sem-info: #{$sem_info};
215
+ --sem-warning: #{$sem_warning};
216
+ --sem-success: #{$sem_success};
217
+
218
+ //grey -------------------------------------
219
+ --grey-bg-1: #{$grey_bg-1};
220
+ --grey-bg: #{$grey_bg};
221
+ --grey-seperators: #{$grey_seperators};
222
+ --grey-disabled: #{$grey_disabled};
223
+ --grey-hover: #{$grey_hover};
224
+ --grey-pressed: #{$grey_pressed};
225
+ --grey-row: #{$grey_row};
226
+
227
+ //decor ------------------------------------
228
+ --dec-light-yellow : #{$dec_light-yellow};
229
+ --dec-light-purple: #{$dec_light-purple};
230
+ --dec-light-green: #{$dec_light-green};
231
+ --dec-light-green2: #{$dec_light-green2};
232
+ --dec-light-pink: #{$dec_light-pink};
233
+ --dec-: #{$dec_};
234
+ --dec-lt-orange: #{$dec_lt-orange};
235
+ --dec-light-blue: #{$dec_light-blue};
236
+ --dec-row-selection: #{$dec_row-selection};
237
+ --dec-row-selection2: #{$dec_row-selection2};
238
+ --dec-row-lines: #{$dec_row-lines};
239
+
240
+ //Text -------------------------------------
241
+ --text-white: #{$text_white};
242
+ --text-disabled: #{$text-disabled};
243
+ --text-muted: #{$text_muted};
244
+ --text-black: #{$text_black};
245
+
246
+ //meeting-rooms ----------------------------
247
+ --MR-solid-blue2 :#{$MR_solid_blue2};
248
+ --MR-solid-purple :#{$MR_solid_purple};
249
+ --MR-solid-orange :#{$MR_solid_orange};
250
+ --MR-solid-green :#{$MR_solid_green};
251
+ --MR-solid-brown :#{$MR_solid_brown};
252
+ --MR-solid-yellow :#{$MR_solid_yellow};
253
+ --MR-solid-blue :#{$MR_solid_blue};
254
+ --MR-solid-pink :#{$MR_solid_pink};
255
+
256
+ //transparency -----------------------------
257
+ --tr-hover :#{$tr_hover};
258
+ --tr-pressed :#{$tr_pressed};
259
+
260
+
261
+ //--------------------------WIS DYNAMIC THEME COLOR VARS--------------------------------
262
+ --brand-primary: #{$brand-primary};
263
+ --brand-primary-light: #{$brand-primary-light};
264
+ --brand-primary-dark: #{$brand-primary-dark};
265
+ --brand-primary-darker: #{$brand-primary-darker};
266
+ --brand-primary-lighter: #{$brand-primary-lighter};
267
+ --brand-primary-lightest: #{$brand-primary-lightest};
268
+ --brand-primary-hover: #{$brand-primary-hover};
269
+ --brand-primary-active: #{$brand-primary-active};
270
+
271
+ --brand-secondary: #{$brand-secondary};
272
+ --brand-secondary-light: #{$brand-secondary-light};
273
+ --brand-secondary-dark: #{$brand-secondary-dark};
274
+ --brand-secondary-lighter: #{$brand-secondary-lighter};
275
+
276
+ --brand-accent: #{$brand-accent};
277
+ --brand-accent-light: #{$brand-accent-light};
278
+ --brand-accent-dark: #{$brand-accent-dark};
279
+ --brand-accent-lighter: #{$brand-accent-lighter};
280
+
281
+ --brand-success: #{$brand-success};
282
+ --brand-success-light: #{$brand-success-light};
283
+ --brand-success-dark: #{$brand-success-dark};
284
+ --brand-success-lighter: #{$brand-success-lighter};
285
+ --brand-success-lightest: #{$brand-success-lightest};
286
+
287
+ --brand-error: #{$brand-error};
288
+ --brand-error-light: #{$brand-error-light};
289
+ --brand-error-dark: #{$brand-error-dark};
290
+ --brand-error-lighter: #{$brand-error-lighter};
291
+ --brand-error-lightest: #{$brand-error-lightest};
292
+
293
+ --brand-warning: #{$brand-warning};
294
+ --brand-warning-light: #{$brand-warning-light};
295
+ --brand-warning-dark: #{$brand-warning-dark};
296
+ --brand-warning-lighter: #{$brand-warning-lighter};
297
+ --brand-warning-lightest: #{$brand-warning-lightest};
298
+
299
+ --brand-info: #{$brand-info};
300
+ --brand-info-light: #{$brand-info-light};
301
+ --brand-info-dark: #{$brand-info-dark};
302
+ --brand-info-lighter: #{$brand-info-lighter};
303
+
304
+ --text-primary: #{$text-primary};
305
+ --text-secondary: #{$text-secondary};
306
+ --text-tertiary: #{$text-tertiary};
307
+ --text-disabled: #{$text-disabled};
308
+ --text-primary-87: #{$text-primary-87};
309
+ --text-primary-60: #{$text-primary-60};
310
+ --text-primary-38: #{$text-primary-38};
311
+ --text-primary-12: #{$text-primary-12};
312
+
313
+ --bg-primary: #{$bg-primary};
314
+ --bg-secondary: #{$bg-secondary};
315
+ --bg-tertiary: #{$bg-tertiary};
316
+ --bg-overlay: #{$bg-overlay};
317
+ --bg-overlay-light: #{$bg-overlay-light};
318
+ --bg-overlay-lighter: #{$bg-overlay-lighter};
319
+ --bg-overlay-lightest: #{$bg-overlay-lightest};
320
+
321
+ --border-primary: #{$border-primary};
322
+ --border-secondary: #{$border-secondary};
323
+ --border-tertiary: #{$border-tertiary};
324
+ --border-light: #{$border-light};
325
+ --border-primary-12: #{$border-primary-12};
326
+ --border-primary-08: #{$border-primary-08};
327
+ --border-primary-06: #{$border-primary-06};
328
+
329
+ --shadow-primary: #{$shadow-primary};
330
+ --shadow-secondary: #{$shadow-secondary};
331
+ --shadow-tertiary: #{$shadow-tertiary};
332
+ --shadow-light: #{$shadow-light};
333
+
334
+ --status-available: #{$status-available};
335
+ --status-unavailable: #{$status-unavailable};
336
+ --status-hotseat: #{$status-hotseat};
337
+ --status-multiteam: #{$status-multiteam};
338
+ --status-selected: #{$status-selected};
339
+ --status-upcoming: #{$status-upcoming};
340
+ --status-room: #{$status-room};
341
+ --status-room-booked: #{$status-room-booked};
342
+ --status-room-unavailable: #{$status-room-unavailable};
343
+
344
+ --team-color-1: #{$team-color-1};
345
+ --team-color-2: #{$team-color-2};
346
+ --team-color-3: #{$team-color-3};
347
+ --team-color-4: #{$team-color-4};
348
+ --team-color-5: #{$team-color-5};
349
+ --team-color-6: #{$team-color-6};
350
+ --team-color-7: #{$team-color-7};
351
+ --team-color-8: #{$team-color-8};
352
+ --team-color-9: #{$team-color-9};
353
+ }
@@ -0,0 +1,321 @@
1
+ //Flex---------------------------------------------------------------
2
+ .flex {
3
+ display: flex;
4
+ }
5
+
6
+ //Flex Direction----------------------------------
7
+ .flex-row {
8
+ flex-direction: row;
9
+ }
10
+ .flex-row-reverse {
11
+ flex-direction: row-reverse;
12
+ }
13
+ .flex-col {
14
+ flex-direction: column;
15
+ }
16
+ .flex-col-reverse {
17
+ flex-direction: column-reverse;
18
+ }
19
+ //Flex Basis-------------------------------------
20
+ .basis-0 {
21
+ flex-basis: 0px;
22
+ }
23
+ .basis-1 {
24
+ flex-basis: 0.25rem; /* 4px */
25
+ }
26
+ .basis-2 {
27
+ flex-basis: 0.5rem; /* 8px */
28
+ }
29
+ .basis-3 {
30
+ flex-basis: 0.75rem; /* 12px */
31
+ }
32
+ .basis-4 {
33
+ flex-basis: 1rem; /* 16px */
34
+ }
35
+ .basis-5 {
36
+ flex-basis: 1.25rem; /* 20px */
37
+ }
38
+ .basis-6 {
39
+ flex-basis: 1.5rem; /* 24px */
40
+ }
41
+ .basis-7 {
42
+ flex-basis: 1.75rem; /* 28px */
43
+ }
44
+ .basis-8 {
45
+ flex-basis: 2rem; /* 32px */
46
+ }
47
+ .basis-9 {
48
+ flex-basis: 2.25rem; /* 36px */
49
+ }
50
+ .basis-10 {
51
+ flex-basis: 2.5rem; /* 40px */
52
+ }
53
+ .basis-11 {
54
+ flex-basis: 2.75rem; /* 44px */
55
+ }
56
+ .basis-12 {
57
+ flex-basis: 3rem; /* 48px */
58
+ }
59
+ .basis-14 {
60
+ flex-basis: 3.5rem; /* 56px */
61
+ }
62
+ .basis-16 {
63
+ flex-basis: 4rem; /* 64px */
64
+ }
65
+ .basis-20 {
66
+ flex-basis: 5rem; /* 80px */
67
+ }
68
+ .basis-24 {
69
+ flex-basis: 6rem; /* 96px */
70
+ }
71
+ .basis-28 {
72
+ flex-basis: 7rem; /* 112px */
73
+ }
74
+ .basis-32 {
75
+ flex-basis: 8rem; /* 128px */
76
+ }
77
+ .basis-36 {
78
+ flex-basis: 9rem; /* 144px */
79
+ }
80
+ .basis-40 {
81
+ flex-basis: 10rem; /* 160px */
82
+ }
83
+ .basis-44 {
84
+ flex-basis: 11rem; /* 176px */
85
+ }
86
+ .basis-48 {
87
+ flex-basis: 12rem; /* 192px */
88
+ }
89
+ .basis-52 {
90
+ flex-basis: 13rem; /* 208px */
91
+ }
92
+ .basis-56 {
93
+ flex-basis: 14rem; /* 224px */
94
+ }
95
+ .basis-60 {
96
+ flex-basis: 15rem; /* 240px */
97
+ }
98
+ .basis-64 {
99
+ flex-basis: 16rem; /* 256px */
100
+ }
101
+ .basis-72 {
102
+ flex-basis: 18rem; /* 288px */
103
+ }
104
+ .basis-80 {
105
+ flex-basis: 20rem; /* 320px */
106
+ }
107
+ .basis-96 {
108
+ flex-basis: 24rem; /* 384px */
109
+ }
110
+ .basis-auto {
111
+ flex-basis: auto;
112
+ }
113
+ .basis-px {
114
+ flex-basis: 1px;
115
+ }
116
+ .basis-0-5 {
117
+ flex-basis: 0.125rem; /* 2px */
118
+ }
119
+ .basis-1-5 {
120
+ flex-basis: 0.375rem; /* 6px */
121
+ }
122
+ .basis-2-5 {
123
+ flex-basis: 0.625rem; /* 10px */
124
+ }
125
+ .basis-3-5 {
126
+ flex-basis: 0.875rem; /* 14px */
127
+ }
128
+ .basis-50per {
129
+ flex-basis: 50%;
130
+ }
131
+ .basis-33per {
132
+ flex-basis: 33.333333%;
133
+ }
134
+ .basis-66per {
135
+ flex-basis: 66.666667%;
136
+ }
137
+ .basis-25per {
138
+ flex-basis: 25%;
139
+ }
140
+ .basis-75per {
141
+ flex-basis: 75%;
142
+ }
143
+ .basis-20per {
144
+ flex-basis: 20%;
145
+ }
146
+ .basis-40per {
147
+ flex-basis: 40%;
148
+ }
149
+ .basis-60per {
150
+ flex-basis: 60%;
151
+ }
152
+ .basis-80per {
153
+ flex-basis: 80%;
154
+ }
155
+ .basis-full {
156
+ flex-basis: 100%;
157
+ }
158
+
159
+ //Flex wrap----------------------------------------------------
160
+ .flex-wrap {
161
+ flex-wrap: wrap;
162
+ }
163
+ .flex-wrap-reverse {
164
+ flex-wrap: wrap-reverse;
165
+ }
166
+ .flex-nowrap {
167
+ flex-wrap: nowrap;
168
+ }
169
+
170
+ //Flex Grow and Shrink-----------------------------------------
171
+ .grow {
172
+ flex-grow: 1;
173
+ }
174
+ .grow-0 {
175
+ flex-grow: 0;
176
+ }
177
+ .shrink {
178
+ flex-shrink: 1;
179
+ }
180
+ .shrink-0 {
181
+ flex-shrink: 0;
182
+ }
183
+
184
+ //Flex order---------------------------------------------------
185
+ .order-1 {
186
+ order: 1;
187
+ }
188
+ .order-2 {
189
+ order: 2;
190
+ }
191
+ .order-3 {
192
+ order: 3;
193
+ }
194
+ .order-4 {
195
+ order: 4;
196
+ }
197
+ .order-5 {
198
+ order: 5;
199
+ }
200
+ .order-6 {
201
+ order: 6;
202
+ }
203
+ .order-7 {
204
+ order: 7;
205
+ }
206
+ .order-8 {
207
+ order: 8;
208
+ }
209
+ .order-9 {
210
+ order: 9;
211
+ }
212
+ .order-10 {
213
+ order: 10;
214
+ }
215
+ .order-11 {
216
+ order: 11;
217
+ }
218
+ .order-12 {
219
+ order: 12;
220
+ }
221
+ .order-first {
222
+ order: -9999;
223
+ }
224
+ .order-last {
225
+ order: 9999;
226
+ }
227
+ .order-none {
228
+ order: 0;
229
+ }
230
+
231
+ //Justify content-------------------------------------------------------
232
+ .justify-normal {
233
+ justify-content: normal;
234
+ }
235
+ .justify-start {
236
+ justify-content: flex-start;
237
+ }
238
+ .justify-end {
239
+ justify-content: flex-end;
240
+ }
241
+ .justify-center {
242
+ justify-content: center;
243
+ }
244
+ .justify-between {
245
+ justify-content: space-between;
246
+ }
247
+ .justify-around {
248
+ justify-content: space-around;
249
+ }
250
+ .justify-evenly {
251
+ justify-content: space-evenly;
252
+ }
253
+ .justify-stretch {
254
+ justify-content: stretch;
255
+ }
256
+
257
+ //Align content----------------------------------------------------------
258
+ .content-normal {
259
+ align-content: normal;
260
+ }
261
+ .content-center {
262
+ align-content: center;
263
+ }
264
+ .content-start {
265
+ align-content: flex-start;
266
+ }
267
+ .content-end {
268
+ align-content: flex-end;
269
+ }
270
+ .content-between {
271
+ align-content: space-between;
272
+ }
273
+ .content-around {
274
+ align-content: space-around;
275
+ }
276
+ .content-evenly {
277
+ align-content: space-evenly;
278
+ }
279
+ .content-baseline {
280
+ align-content: baseline;
281
+ }
282
+ .content-stretch {
283
+ align-content: stretch;
284
+ }
285
+
286
+ //Align items------------------------------------------------
287
+ .items-start {
288
+ align-items: flex-start;
289
+ }
290
+ .items-end {
291
+ align-items: flex-end;
292
+ }
293
+ .items-center {
294
+ align-items: center;
295
+ }
296
+ .items-baseline {
297
+ align-items: baseline;
298
+ }
299
+ .items-stretch {
300
+ align-items: stretch;
301
+ }
302
+
303
+ //Align self---------------------------------------------------
304
+ .self-auto {
305
+ align-self: auto;
306
+ }
307
+ .self-start {
308
+ align-self: flex-start;
309
+ }
310
+ .self-end {
311
+ align-self: flex-end;
312
+ }
313
+ .self-center {
314
+ align-self: center;
315
+ }
316
+ .self-stretch {
317
+ align-self: stretch;
318
+ }
319
+ .self-baseline {
320
+ align-self: baseline;
321
+ }