matcha-core 1.0.1 → 1.0.2

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/matcha-core.css CHANGED
@@ -47854,539 +47854,6 @@
47854
47854
  }
47855
47855
  }
47856
47856
 
47857
- .row {
47858
- display: flex;
47859
- flex-direction: column;
47860
- }
47861
-
47862
- .row > .col-1 {
47863
- flex-basis: 8.33333%;
47864
- }
47865
-
47866
- .row > .col-offset-1 {
47867
- margin-left: 8.33333%;
47868
- }
47869
-
47870
- .row > .col-2 {
47871
- flex-basis: 16.66667%;
47872
- }
47873
-
47874
- .row > .col-offset-2 {
47875
- margin-left: 16.66667%;
47876
- }
47877
-
47878
- .row > .col-3 {
47879
- flex-basis: 25%;
47880
- }
47881
-
47882
- .row > .col-offset-3 {
47883
- margin-left: 25%;
47884
- }
47885
-
47886
- .row > .col-4 {
47887
- flex-basis: 33.33333%;
47888
- }
47889
-
47890
- .row > .col-offset-4 {
47891
- margin-left: 33.33333%;
47892
- }
47893
-
47894
- .row > .col-5 {
47895
- flex-basis: 41.66667%;
47896
- }
47897
-
47898
- .row > .col-offset-5 {
47899
- margin-left: 41.66667%;
47900
- }
47901
-
47902
- .row > .col-6 {
47903
- flex-basis: 50%;
47904
- }
47905
-
47906
- .row > .col-offset-6 {
47907
- margin-left: 50%;
47908
- }
47909
-
47910
- .row > .col-7 {
47911
- flex-basis: 58.33333%;
47912
- }
47913
-
47914
- .row > .col-offset-7 {
47915
- margin-left: 58.33333%;
47916
- }
47917
-
47918
- .row > .col-8 {
47919
- flex-basis: 66.66667%;
47920
- }
47921
-
47922
- .row > .col-offset-8 {
47923
- margin-left: 66.66667%;
47924
- }
47925
-
47926
- .row > .col-9 {
47927
- flex-basis: 75%;
47928
- }
47929
-
47930
- .row > .col-offset-9 {
47931
- margin-left: 75%;
47932
- }
47933
-
47934
- .row > .col-10 {
47935
- flex-basis: 83.33333%;
47936
- }
47937
-
47938
- .row > .col-offset-10 {
47939
- margin-left: 83.33333%;
47940
- }
47941
-
47942
- .row > .col-11 {
47943
- flex-basis: 91.66667%;
47944
- }
47945
-
47946
- .row > .col-offset-11 {
47947
- margin-left: 91.66667%;
47948
- }
47949
-
47950
- .row > .col-12 {
47951
- flex-basis: 100%;
47952
- }
47953
-
47954
- .row > .col-offset-12 {
47955
- margin-left: 100%;
47956
- }
47957
-
47958
- .row {
47959
- flex-direction: row;
47960
- }
47961
-
47962
- @media screen and (min-width: 600px) {
47963
- .row-sm {
47964
- display: flex;
47965
- flex-direction: column;
47966
- }
47967
-
47968
- .row-sm > .col-1 {
47969
- flex-basis: 8.33333%;
47970
- }
47971
-
47972
- .row-sm > .col-offset-1 {
47973
- margin-left: 8.33333%;
47974
- }
47975
-
47976
- .row-sm > .col-2 {
47977
- flex-basis: 16.66667%;
47978
- }
47979
-
47980
- .row-sm > .col-offset-2 {
47981
- margin-left: 16.66667%;
47982
- }
47983
-
47984
- .row-sm > .col-3 {
47985
- flex-basis: 25%;
47986
- }
47987
-
47988
- .row-sm > .col-offset-3 {
47989
- margin-left: 25%;
47990
- }
47991
-
47992
- .row-sm > .col-4 {
47993
- flex-basis: 33.33333%;
47994
- }
47995
-
47996
- .row-sm > .col-offset-4 {
47997
- margin-left: 33.33333%;
47998
- }
47999
-
48000
- .row-sm > .col-5 {
48001
- flex-basis: 41.66667%;
48002
- }
48003
-
48004
- .row-sm > .col-offset-5 {
48005
- margin-left: 41.66667%;
48006
- }
48007
-
48008
- .row-sm > .col-6 {
48009
- flex-basis: 50%;
48010
- }
48011
-
48012
- .row-sm > .col-offset-6 {
48013
- margin-left: 50%;
48014
- }
48015
-
48016
- .row-sm > .col-7 {
48017
- flex-basis: 58.33333%;
48018
- }
48019
-
48020
- .row-sm > .col-offset-7 {
48021
- margin-left: 58.33333%;
48022
- }
48023
-
48024
- .row-sm > .col-8 {
48025
- flex-basis: 66.66667%;
48026
- }
48027
-
48028
- .row-sm > .col-offset-8 {
48029
- margin-left: 66.66667%;
48030
- }
48031
-
48032
- .row-sm > .col-9 {
48033
- flex-basis: 75%;
48034
- }
48035
-
48036
- .row-sm > .col-offset-9 {
48037
- margin-left: 75%;
48038
- }
48039
-
48040
- .row-sm > .col-10 {
48041
- flex-basis: 83.33333%;
48042
- }
48043
-
48044
- .row-sm > .col-offset-10 {
48045
- margin-left: 83.33333%;
48046
- }
48047
-
48048
- .row-sm > .col-11 {
48049
- flex-basis: 91.66667%;
48050
- }
48051
-
48052
- .row-sm > .col-offset-11 {
48053
- margin-left: 91.66667%;
48054
- }
48055
-
48056
- .row-sm > .col-12 {
48057
- flex-basis: 100%;
48058
- }
48059
-
48060
- .row-sm > .col-offset-12 {
48061
- margin-left: 100%;
48062
- }
48063
-
48064
- .row-sm {
48065
- flex-direction: row;
48066
- }
48067
- }
48068
-
48069
- @media screen and (min-width: 1024px) {
48070
- .row-md {
48071
- display: flex;
48072
- flex-direction: column;
48073
- }
48074
-
48075
- .row-md > .col-1 {
48076
- flex-basis: 8.33333%;
48077
- }
48078
-
48079
- .row-md > .col-offset-1 {
48080
- margin-left: 8.33333%;
48081
- }
48082
-
48083
- .row-md > .col-2 {
48084
- flex-basis: 16.66667%;
48085
- }
48086
-
48087
- .row-md > .col-offset-2 {
48088
- margin-left: 16.66667%;
48089
- }
48090
-
48091
- .row-md > .col-3 {
48092
- flex-basis: 25%;
48093
- }
48094
-
48095
- .row-md > .col-offset-3 {
48096
- margin-left: 25%;
48097
- }
48098
-
48099
- .row-md > .col-4 {
48100
- flex-basis: 33.33333%;
48101
- }
48102
-
48103
- .row-md > .col-offset-4 {
48104
- margin-left: 33.33333%;
48105
- }
48106
-
48107
- .row-md > .col-5 {
48108
- flex-basis: 41.66667%;
48109
- }
48110
-
48111
- .row-md > .col-offset-5 {
48112
- margin-left: 41.66667%;
48113
- }
48114
-
48115
- .row-md > .col-6 {
48116
- flex-basis: 50%;
48117
- }
48118
-
48119
- .row-md > .col-offset-6 {
48120
- margin-left: 50%;
48121
- }
48122
-
48123
- .row-md > .col-7 {
48124
- flex-basis: 58.33333%;
48125
- }
48126
-
48127
- .row-md > .col-offset-7 {
48128
- margin-left: 58.33333%;
48129
- }
48130
-
48131
- .row-md > .col-8 {
48132
- flex-basis: 66.66667%;
48133
- }
48134
-
48135
- .row-md > .col-offset-8 {
48136
- margin-left: 66.66667%;
48137
- }
48138
-
48139
- .row-md > .col-9 {
48140
- flex-basis: 75%;
48141
- }
48142
-
48143
- .row-md > .col-offset-9 {
48144
- margin-left: 75%;
48145
- }
48146
-
48147
- .row-md > .col-10 {
48148
- flex-basis: 83.33333%;
48149
- }
48150
-
48151
- .row-md > .col-offset-10 {
48152
- margin-left: 83.33333%;
48153
- }
48154
-
48155
- .row-md > .col-11 {
48156
- flex-basis: 91.66667%;
48157
- }
48158
-
48159
- .row-md > .col-offset-11 {
48160
- margin-left: 91.66667%;
48161
- }
48162
-
48163
- .row-md > .col-12 {
48164
- flex-basis: 100%;
48165
- }
48166
-
48167
- .row-md > .col-offset-12 {
48168
- margin-left: 100%;
48169
- }
48170
-
48171
- .row-md {
48172
- flex-direction: row;
48173
- }
48174
- }
48175
-
48176
- @media screen and (min-width: 1440px) {
48177
- .row-lg {
48178
- display: flex;
48179
- flex-direction: column;
48180
- }
48181
-
48182
- .row-lg > .col-1 {
48183
- flex-basis: 8.33333%;
48184
- }
48185
-
48186
- .row-lg > .col-offset-1 {
48187
- margin-left: 8.33333%;
48188
- }
48189
-
48190
- .row-lg > .col-2 {
48191
- flex-basis: 16.66667%;
48192
- }
48193
-
48194
- .row-lg > .col-offset-2 {
48195
- margin-left: 16.66667%;
48196
- }
48197
-
48198
- .row-lg > .col-3 {
48199
- flex-basis: 25%;
48200
- }
48201
-
48202
- .row-lg > .col-offset-3 {
48203
- margin-left: 25%;
48204
- }
48205
-
48206
- .row-lg > .col-4 {
48207
- flex-basis: 33.33333%;
48208
- }
48209
-
48210
- .row-lg > .col-offset-4 {
48211
- margin-left: 33.33333%;
48212
- }
48213
-
48214
- .row-lg > .col-5 {
48215
- flex-basis: 41.66667%;
48216
- }
48217
-
48218
- .row-lg > .col-offset-5 {
48219
- margin-left: 41.66667%;
48220
- }
48221
-
48222
- .row-lg > .col-6 {
48223
- flex-basis: 50%;
48224
- }
48225
-
48226
- .row-lg > .col-offset-6 {
48227
- margin-left: 50%;
48228
- }
48229
-
48230
- .row-lg > .col-7 {
48231
- flex-basis: 58.33333%;
48232
- }
48233
-
48234
- .row-lg > .col-offset-7 {
48235
- margin-left: 58.33333%;
48236
- }
48237
-
48238
- .row-lg > .col-8 {
48239
- flex-basis: 66.66667%;
48240
- }
48241
-
48242
- .row-lg > .col-offset-8 {
48243
- margin-left: 66.66667%;
48244
- }
48245
-
48246
- .row-lg > .col-9 {
48247
- flex-basis: 75%;
48248
- }
48249
-
48250
- .row-lg > .col-offset-9 {
48251
- margin-left: 75%;
48252
- }
48253
-
48254
- .row-lg > .col-10 {
48255
- flex-basis: 83.33333%;
48256
- }
48257
-
48258
- .row-lg > .col-offset-10 {
48259
- margin-left: 83.33333%;
48260
- }
48261
-
48262
- .row-lg > .col-11 {
48263
- flex-basis: 91.66667%;
48264
- }
48265
-
48266
- .row-lg > .col-offset-11 {
48267
- margin-left: 91.66667%;
48268
- }
48269
-
48270
- .row-lg > .col-12 {
48271
- flex-basis: 100%;
48272
- }
48273
-
48274
- .row-lg > .col-offset-12 {
48275
- margin-left: 100%;
48276
- }
48277
-
48278
- .row-lg {
48279
- flex-direction: row;
48280
- }
48281
- }
48282
-
48283
- @media screen and (min-width: 1920px) {
48284
- .row-xl {
48285
- display: flex;
48286
- flex-direction: column;
48287
- }
48288
-
48289
- .row-xl > .col-1 {
48290
- flex-basis: 8.33333%;
48291
- }
48292
-
48293
- .row-xl > .col-offset-1 {
48294
- margin-left: 8.33333%;
48295
- }
48296
-
48297
- .row-xl > .col-2 {
48298
- flex-basis: 16.66667%;
48299
- }
48300
-
48301
- .row-xl > .col-offset-2 {
48302
- margin-left: 16.66667%;
48303
- }
48304
-
48305
- .row-xl > .col-3 {
48306
- flex-basis: 25%;
48307
- }
48308
-
48309
- .row-xl > .col-offset-3 {
48310
- margin-left: 25%;
48311
- }
48312
-
48313
- .row-xl > .col-4 {
48314
- flex-basis: 33.33333%;
48315
- }
48316
-
48317
- .row-xl > .col-offset-4 {
48318
- margin-left: 33.33333%;
48319
- }
48320
-
48321
- .row-xl > .col-5 {
48322
- flex-basis: 41.66667%;
48323
- }
48324
-
48325
- .row-xl > .col-offset-5 {
48326
- margin-left: 41.66667%;
48327
- }
48328
-
48329
- .row-xl > .col-6 {
48330
- flex-basis: 50%;
48331
- }
48332
-
48333
- .row-xl > .col-offset-6 {
48334
- margin-left: 50%;
48335
- }
48336
-
48337
- .row-xl > .col-7 {
48338
- flex-basis: 58.33333%;
48339
- }
48340
-
48341
- .row-xl > .col-offset-7 {
48342
- margin-left: 58.33333%;
48343
- }
48344
-
48345
- .row-xl > .col-8 {
48346
- flex-basis: 66.66667%;
48347
- }
48348
-
48349
- .row-xl > .col-offset-8 {
48350
- margin-left: 66.66667%;
48351
- }
48352
-
48353
- .row-xl > .col-9 {
48354
- flex-basis: 75%;
48355
- }
48356
-
48357
- .row-xl > .col-offset-9 {
48358
- margin-left: 75%;
48359
- }
48360
-
48361
- .row-xl > .col-10 {
48362
- flex-basis: 83.33333%;
48363
- }
48364
-
48365
- .row-xl > .col-offset-10 {
48366
- margin-left: 83.33333%;
48367
- }
48368
-
48369
- .row-xl > .col-11 {
48370
- flex-basis: 91.66667%;
48371
- }
48372
-
48373
- .row-xl > .col-offset-11 {
48374
- margin-left: 91.66667%;
48375
- }
48376
-
48377
- .row-xl > .col-12 {
48378
- flex-basis: 100%;
48379
- }
48380
-
48381
- .row-xl > .col-offset-12 {
48382
- margin-left: 100%;
48383
- }
48384
-
48385
- .row-xl {
48386
- flex-direction: row;
48387
- }
48388
- }
48389
-
48390
47857
  [class^="grid-"] {
48391
47858
  display: grid;
48392
47859
  grid-template-columns: minmax(0, 1fr);
@@ -49409,189 +48876,125 @@
49409
48876
  margin-left: 100%;
49410
48877
  }
49411
48878
 
49412
- .row .col-1 {
49413
- flex-basis: 100%;
49414
- }
49415
-
49416
- .row .col-offset-1 {
49417
- margin-left: 0;
49418
- }
49419
-
49420
- .row .col-2 {
49421
- flex-basis: 100%;
49422
- }
49423
-
49424
- .row .col-offset-2 {
49425
- margin-left: 0;
49426
- }
49427
-
49428
- .row .col-3 {
49429
- flex-basis: 100%;
49430
- }
49431
-
49432
- .row .col-offset-3 {
49433
- margin-left: 0;
49434
- }
49435
-
49436
- .row .col-4 {
49437
- flex-basis: 100%;
49438
- }
49439
-
49440
- .row .col-offset-4 {
49441
- margin-left: 0;
49442
- }
49443
-
49444
- .row .col-5 {
49445
- flex-basis: 100%;
49446
- }
49447
-
49448
- .row .col-offset-5 {
49449
- margin-left: 0;
49450
- }
49451
-
49452
- .row .col-6 {
49453
- flex-basis: 100%;
49454
- }
49455
-
49456
- .row .col-offset-6 {
49457
- margin-left: 0;
49458
- }
49459
-
49460
- .row .col-7 {
49461
- flex-basis: 100%;
49462
- }
49463
-
49464
- .row .col-offset-7 {
49465
- margin-left: 0;
49466
- }
49467
-
49468
- .row .col-8 {
49469
- flex-basis: 100%;
49470
- }
49471
-
49472
- .row .col-offset-8 {
49473
- margin-left: 0;
49474
- }
49475
-
49476
- .row .col-9 {
49477
- flex-basis: 100%;
48879
+ .row > div[class*="col-"].align-start {
48880
+ align-self: flex-start;
49478
48881
  }
49479
48882
 
49480
- .row .col-offset-9 {
49481
- margin-left: 0;
48883
+ .row > div[class*="col-"].align-center {
48884
+ align-self: center;
49482
48885
  }
49483
48886
 
49484
- .row .col-10 {
49485
- flex-basis: 100%;
48887
+ .row > div[class*="col-"].align-end {
48888
+ align-self: flex-end;
49486
48889
  }
49487
48890
 
49488
- .row .col-offset-10 {
49489
- margin-left: 0;
48891
+ .row.align-start {
48892
+ justify-content: flex-start;
49490
48893
  }
49491
48894
 
49492
- .row .col-11 {
49493
- flex-basis: 100%;
48895
+ .row.align-center {
48896
+ justify-content: center;
49494
48897
  }
49495
48898
 
49496
- .row .col-offset-11 {
49497
- margin-left: 0;
48899
+ .row.align-end {
48900
+ justify-content: flex-end;
49498
48901
  }
49499
48902
 
49500
- .row .col-12 {
49501
- flex-basis: 100%;
48903
+ .row.space-around {
48904
+ justify-content: space-around;
49502
48905
  }
49503
48906
 
49504
- .row .col-offset-12 {
49505
- margin-left: 0;
48907
+ .row.space-between {
48908
+ justify-content: space-between;
49506
48909
  }
49507
48910
 
49508
48911
  @media screen and (min-width: 600px) {
49509
48912
  .row .col-sm-1 {
49510
- flex-basis: 100%;
48913
+ flex-basis: 8.33333%;
49511
48914
  }
49512
48915
 
49513
48916
  .row .col-offset-sm-1 {
49514
- margin-left: 0;
48917
+ margin-left: 8.33333%;
49515
48918
  }
49516
48919
 
49517
48920
  .row .col-sm-2 {
49518
- flex-basis: 100%;
48921
+ flex-basis: 16.66667%;
49519
48922
  }
49520
48923
 
49521
48924
  .row .col-offset-sm-2 {
49522
- margin-left: 0;
48925
+ margin-left: 16.66667%;
49523
48926
  }
49524
48927
 
49525
48928
  .row .col-sm-3 {
49526
- flex-basis: 100%;
48929
+ flex-basis: 25%;
49527
48930
  }
49528
48931
 
49529
48932
  .row .col-offset-sm-3 {
49530
- margin-left: 0;
48933
+ margin-left: 25%;
49531
48934
  }
49532
48935
 
49533
48936
  .row .col-sm-4 {
49534
- flex-basis: 100%;
48937
+ flex-basis: 33.33333%;
49535
48938
  }
49536
48939
 
49537
48940
  .row .col-offset-sm-4 {
49538
- margin-left: 0;
48941
+ margin-left: 33.33333%;
49539
48942
  }
49540
48943
 
49541
48944
  .row .col-sm-5 {
49542
- flex-basis: 100%;
48945
+ flex-basis: 41.66667%;
49543
48946
  }
49544
48947
 
49545
48948
  .row .col-offset-sm-5 {
49546
- margin-left: 0;
48949
+ margin-left: 41.66667%;
49547
48950
  }
49548
48951
 
49549
48952
  .row .col-sm-6 {
49550
- flex-basis: 100%;
48953
+ flex-basis: 50%;
49551
48954
  }
49552
48955
 
49553
48956
  .row .col-offset-sm-6 {
49554
- margin-left: 0;
48957
+ margin-left: 50%;
49555
48958
  }
49556
48959
 
49557
48960
  .row .col-sm-7 {
49558
- flex-basis: 100%;
48961
+ flex-basis: 58.33333%;
49559
48962
  }
49560
48963
 
49561
48964
  .row .col-offset-sm-7 {
49562
- margin-left: 0;
48965
+ margin-left: 58.33333%;
49563
48966
  }
49564
48967
 
49565
48968
  .row .col-sm-8 {
49566
- flex-basis: 100%;
48969
+ flex-basis: 66.66667%;
49567
48970
  }
49568
48971
 
49569
48972
  .row .col-offset-sm-8 {
49570
- margin-left: 0;
48973
+ margin-left: 66.66667%;
49571
48974
  }
49572
48975
 
49573
48976
  .row .col-sm-9 {
49574
- flex-basis: 100%;
48977
+ flex-basis: 75%;
49575
48978
  }
49576
48979
 
49577
48980
  .row .col-offset-sm-9 {
49578
- margin-left: 0;
48981
+ margin-left: 75%;
49579
48982
  }
49580
48983
 
49581
48984
  .row .col-sm-10 {
49582
- flex-basis: 100%;
48985
+ flex-basis: 83.33333%;
49583
48986
  }
49584
48987
 
49585
48988
  .row .col-offset-sm-10 {
49586
- margin-left: 0;
48989
+ margin-left: 83.33333%;
49587
48990
  }
49588
48991
 
49589
48992
  .row .col-sm-11 {
49590
- flex-basis: 100%;
48993
+ flex-basis: 91.66667%;
49591
48994
  }
49592
48995
 
49593
48996
  .row .col-offset-sm-11 {
49594
- margin-left: 0;
48997
+ margin-left: 91.66667%;
49595
48998
  }
49596
48999
 
49597
49000
  .row .col-sm-12 {
@@ -49599,97 +49002,129 @@
49599
49002
  }
49600
49003
 
49601
49004
  .row .col-offset-sm-12 {
49602
- margin-left: 0;
49005
+ margin-left: 100%;
49006
+ }
49007
+
49008
+ .row > div[class*="col-"].align-start {
49009
+ align-self: flex-start;
49010
+ }
49011
+
49012
+ .row > div[class*="col-"].align-center {
49013
+ align-self: center;
49014
+ }
49015
+
49016
+ .row > div[class*="col-"].align-end {
49017
+ align-self: flex-end;
49018
+ }
49019
+
49020
+ .row.align-start {
49021
+ justify-content: flex-start;
49022
+ }
49023
+
49024
+ .row.align-center {
49025
+ justify-content: center;
49026
+ }
49027
+
49028
+ .row.align-end {
49029
+ justify-content: flex-end;
49030
+ }
49031
+
49032
+ .row.space-around {
49033
+ justify-content: space-around;
49034
+ }
49035
+
49036
+ .row.space-between {
49037
+ justify-content: space-between;
49603
49038
  }
49604
49039
  }
49605
49040
 
49606
49041
  @media screen and (min-width: 1024px) {
49607
49042
  .row .col-md-1 {
49608
- flex-basis: 100%;
49043
+ flex-basis: 8.33333%;
49609
49044
  }
49610
49045
 
49611
49046
  .row .col-offset-md-1 {
49612
- margin-left: 0;
49047
+ margin-left: 8.33333%;
49613
49048
  }
49614
49049
 
49615
49050
  .row .col-md-2 {
49616
- flex-basis: 100%;
49051
+ flex-basis: 16.66667%;
49617
49052
  }
49618
49053
 
49619
49054
  .row .col-offset-md-2 {
49620
- margin-left: 0;
49055
+ margin-left: 16.66667%;
49621
49056
  }
49622
49057
 
49623
49058
  .row .col-md-3 {
49624
- flex-basis: 100%;
49059
+ flex-basis: 25%;
49625
49060
  }
49626
49061
 
49627
49062
  .row .col-offset-md-3 {
49628
- margin-left: 0;
49063
+ margin-left: 25%;
49629
49064
  }
49630
49065
 
49631
49066
  .row .col-md-4 {
49632
- flex-basis: 100%;
49067
+ flex-basis: 33.33333%;
49633
49068
  }
49634
49069
 
49635
49070
  .row .col-offset-md-4 {
49636
- margin-left: 0;
49071
+ margin-left: 33.33333%;
49637
49072
  }
49638
49073
 
49639
49074
  .row .col-md-5 {
49640
- flex-basis: 100%;
49075
+ flex-basis: 41.66667%;
49641
49076
  }
49642
49077
 
49643
49078
  .row .col-offset-md-5 {
49644
- margin-left: 0;
49079
+ margin-left: 41.66667%;
49645
49080
  }
49646
49081
 
49647
49082
  .row .col-md-6 {
49648
- flex-basis: 100%;
49083
+ flex-basis: 50%;
49649
49084
  }
49650
49085
 
49651
49086
  .row .col-offset-md-6 {
49652
- margin-left: 0;
49087
+ margin-left: 50%;
49653
49088
  }
49654
49089
 
49655
49090
  .row .col-md-7 {
49656
- flex-basis: 100%;
49091
+ flex-basis: 58.33333%;
49657
49092
  }
49658
49093
 
49659
49094
  .row .col-offset-md-7 {
49660
- margin-left: 0;
49095
+ margin-left: 58.33333%;
49661
49096
  }
49662
49097
 
49663
49098
  .row .col-md-8 {
49664
- flex-basis: 100%;
49099
+ flex-basis: 66.66667%;
49665
49100
  }
49666
49101
 
49667
49102
  .row .col-offset-md-8 {
49668
- margin-left: 0;
49103
+ margin-left: 66.66667%;
49669
49104
  }
49670
49105
 
49671
49106
  .row .col-md-9 {
49672
- flex-basis: 100%;
49107
+ flex-basis: 75%;
49673
49108
  }
49674
49109
 
49675
49110
  .row .col-offset-md-9 {
49676
- margin-left: 0;
49111
+ margin-left: 75%;
49677
49112
  }
49678
49113
 
49679
49114
  .row .col-md-10 {
49680
- flex-basis: 100%;
49115
+ flex-basis: 83.33333%;
49681
49116
  }
49682
49117
 
49683
49118
  .row .col-offset-md-10 {
49684
- margin-left: 0;
49119
+ margin-left: 83.33333%;
49685
49120
  }
49686
49121
 
49687
49122
  .row .col-md-11 {
49688
- flex-basis: 100%;
49123
+ flex-basis: 91.66667%;
49689
49124
  }
49690
49125
 
49691
49126
  .row .col-offset-md-11 {
49692
- margin-left: 0;
49127
+ margin-left: 91.66667%;
49693
49128
  }
49694
49129
 
49695
49130
  .row .col-md-12 {
@@ -49697,97 +49132,129 @@
49697
49132
  }
49698
49133
 
49699
49134
  .row .col-offset-md-12 {
49700
- margin-left: 0;
49135
+ margin-left: 100%;
49136
+ }
49137
+
49138
+ .row > div[class*="col-"].align-start {
49139
+ align-self: flex-start;
49140
+ }
49141
+
49142
+ .row > div[class*="col-"].align-center {
49143
+ align-self: center;
49144
+ }
49145
+
49146
+ .row > div[class*="col-"].align-end {
49147
+ align-self: flex-end;
49148
+ }
49149
+
49150
+ .row.align-start {
49151
+ justify-content: flex-start;
49152
+ }
49153
+
49154
+ .row.align-center {
49155
+ justify-content: center;
49156
+ }
49157
+
49158
+ .row.align-end {
49159
+ justify-content: flex-end;
49160
+ }
49161
+
49162
+ .row.space-around {
49163
+ justify-content: space-around;
49164
+ }
49165
+
49166
+ .row.space-between {
49167
+ justify-content: space-between;
49701
49168
  }
49702
49169
  }
49703
49170
 
49704
49171
  @media screen and (min-width: 1440px) {
49705
49172
  .row .col-lg-1 {
49706
- flex-basis: 100%;
49173
+ flex-basis: 8.33333%;
49707
49174
  }
49708
49175
 
49709
49176
  .row .col-offset-lg-1 {
49710
- margin-left: 0;
49177
+ margin-left: 8.33333%;
49711
49178
  }
49712
49179
 
49713
49180
  .row .col-lg-2 {
49714
- flex-basis: 100%;
49181
+ flex-basis: 16.66667%;
49715
49182
  }
49716
49183
 
49717
49184
  .row .col-offset-lg-2 {
49718
- margin-left: 0;
49185
+ margin-left: 16.66667%;
49719
49186
  }
49720
49187
 
49721
49188
  .row .col-lg-3 {
49722
- flex-basis: 100%;
49189
+ flex-basis: 25%;
49723
49190
  }
49724
49191
 
49725
49192
  .row .col-offset-lg-3 {
49726
- margin-left: 0;
49193
+ margin-left: 25%;
49727
49194
  }
49728
49195
 
49729
49196
  .row .col-lg-4 {
49730
- flex-basis: 100%;
49197
+ flex-basis: 33.33333%;
49731
49198
  }
49732
49199
 
49733
49200
  .row .col-offset-lg-4 {
49734
- margin-left: 0;
49201
+ margin-left: 33.33333%;
49735
49202
  }
49736
49203
 
49737
49204
  .row .col-lg-5 {
49738
- flex-basis: 100%;
49205
+ flex-basis: 41.66667%;
49739
49206
  }
49740
49207
 
49741
49208
  .row .col-offset-lg-5 {
49742
- margin-left: 0;
49209
+ margin-left: 41.66667%;
49743
49210
  }
49744
49211
 
49745
49212
  .row .col-lg-6 {
49746
- flex-basis: 100%;
49213
+ flex-basis: 50%;
49747
49214
  }
49748
49215
 
49749
49216
  .row .col-offset-lg-6 {
49750
- margin-left: 0;
49217
+ margin-left: 50%;
49751
49218
  }
49752
49219
 
49753
49220
  .row .col-lg-7 {
49754
- flex-basis: 100%;
49221
+ flex-basis: 58.33333%;
49755
49222
  }
49756
49223
 
49757
49224
  .row .col-offset-lg-7 {
49758
- margin-left: 0;
49225
+ margin-left: 58.33333%;
49759
49226
  }
49760
49227
 
49761
49228
  .row .col-lg-8 {
49762
- flex-basis: 100%;
49229
+ flex-basis: 66.66667%;
49763
49230
  }
49764
49231
 
49765
49232
  .row .col-offset-lg-8 {
49766
- margin-left: 0;
49233
+ margin-left: 66.66667%;
49767
49234
  }
49768
49235
 
49769
49236
  .row .col-lg-9 {
49770
- flex-basis: 100%;
49237
+ flex-basis: 75%;
49771
49238
  }
49772
49239
 
49773
49240
  .row .col-offset-lg-9 {
49774
- margin-left: 0;
49241
+ margin-left: 75%;
49775
49242
  }
49776
49243
 
49777
49244
  .row .col-lg-10 {
49778
- flex-basis: 100%;
49245
+ flex-basis: 83.33333%;
49779
49246
  }
49780
49247
 
49781
49248
  .row .col-offset-lg-10 {
49782
- margin-left: 0;
49249
+ margin-left: 83.33333%;
49783
49250
  }
49784
49251
 
49785
49252
  .row .col-lg-11 {
49786
- flex-basis: 100%;
49253
+ flex-basis: 91.66667%;
49787
49254
  }
49788
49255
 
49789
49256
  .row .col-offset-lg-11 {
49790
- margin-left: 0;
49257
+ margin-left: 91.66667%;
49791
49258
  }
49792
49259
 
49793
49260
  .row .col-lg-12 {
@@ -49795,97 +49262,129 @@
49795
49262
  }
49796
49263
 
49797
49264
  .row .col-offset-lg-12 {
49798
- margin-left: 0;
49265
+ margin-left: 100%;
49266
+ }
49267
+
49268
+ .row > div[class*="col-"].align-start {
49269
+ align-self: flex-start;
49270
+ }
49271
+
49272
+ .row > div[class*="col-"].align-center {
49273
+ align-self: center;
49274
+ }
49275
+
49276
+ .row > div[class*="col-"].align-end {
49277
+ align-self: flex-end;
49278
+ }
49279
+
49280
+ .row.align-start {
49281
+ justify-content: flex-start;
49282
+ }
49283
+
49284
+ .row.align-center {
49285
+ justify-content: center;
49286
+ }
49287
+
49288
+ .row.align-end {
49289
+ justify-content: flex-end;
49290
+ }
49291
+
49292
+ .row.space-around {
49293
+ justify-content: space-around;
49294
+ }
49295
+
49296
+ .row.space-between {
49297
+ justify-content: space-between;
49799
49298
  }
49800
49299
  }
49801
49300
 
49802
49301
  @media screen and (min-width: 1920px) {
49803
49302
  .row .col-xl-1 {
49804
- flex-basis: 100%;
49303
+ flex-basis: 8.33333%;
49805
49304
  }
49806
49305
 
49807
49306
  .row .col-offset-xl-1 {
49808
- margin-left: 0;
49307
+ margin-left: 8.33333%;
49809
49308
  }
49810
49309
 
49811
49310
  .row .col-xl-2 {
49812
- flex-basis: 100%;
49311
+ flex-basis: 16.66667%;
49813
49312
  }
49814
49313
 
49815
49314
  .row .col-offset-xl-2 {
49816
- margin-left: 0;
49315
+ margin-left: 16.66667%;
49817
49316
  }
49818
49317
 
49819
49318
  .row .col-xl-3 {
49820
- flex-basis: 100%;
49319
+ flex-basis: 25%;
49821
49320
  }
49822
49321
 
49823
49322
  .row .col-offset-xl-3 {
49824
- margin-left: 0;
49323
+ margin-left: 25%;
49825
49324
  }
49826
49325
 
49827
49326
  .row .col-xl-4 {
49828
- flex-basis: 100%;
49327
+ flex-basis: 33.33333%;
49829
49328
  }
49830
49329
 
49831
49330
  .row .col-offset-xl-4 {
49832
- margin-left: 0;
49331
+ margin-left: 33.33333%;
49833
49332
  }
49834
49333
 
49835
49334
  .row .col-xl-5 {
49836
- flex-basis: 100%;
49335
+ flex-basis: 41.66667%;
49837
49336
  }
49838
49337
 
49839
49338
  .row .col-offset-xl-5 {
49840
- margin-left: 0;
49339
+ margin-left: 41.66667%;
49841
49340
  }
49842
49341
 
49843
49342
  .row .col-xl-6 {
49844
- flex-basis: 100%;
49343
+ flex-basis: 50%;
49845
49344
  }
49846
49345
 
49847
49346
  .row .col-offset-xl-6 {
49848
- margin-left: 0;
49347
+ margin-left: 50%;
49849
49348
  }
49850
49349
 
49851
49350
  .row .col-xl-7 {
49852
- flex-basis: 100%;
49351
+ flex-basis: 58.33333%;
49853
49352
  }
49854
49353
 
49855
49354
  .row .col-offset-xl-7 {
49856
- margin-left: 0;
49355
+ margin-left: 58.33333%;
49857
49356
  }
49858
49357
 
49859
49358
  .row .col-xl-8 {
49860
- flex-basis: 100%;
49359
+ flex-basis: 66.66667%;
49861
49360
  }
49862
49361
 
49863
49362
  .row .col-offset-xl-8 {
49864
- margin-left: 0;
49363
+ margin-left: 66.66667%;
49865
49364
  }
49866
49365
 
49867
49366
  .row .col-xl-9 {
49868
- flex-basis: 100%;
49367
+ flex-basis: 75%;
49869
49368
  }
49870
49369
 
49871
49370
  .row .col-offset-xl-9 {
49872
- margin-left: 0;
49371
+ margin-left: 75%;
49873
49372
  }
49874
49373
 
49875
49374
  .row .col-xl-10 {
49876
- flex-basis: 100%;
49375
+ flex-basis: 83.33333%;
49877
49376
  }
49878
49377
 
49879
49378
  .row .col-offset-xl-10 {
49880
- margin-left: 0;
49379
+ margin-left: 83.33333%;
49881
49380
  }
49882
49381
 
49883
49382
  .row .col-xl-11 {
49884
- flex-basis: 100%;
49383
+ flex-basis: 91.66667%;
49885
49384
  }
49886
49385
 
49887
49386
  .row .col-offset-xl-11 {
49888
- margin-left: 0;
49387
+ margin-left: 91.66667%;
49889
49388
  }
49890
49389
 
49891
49390
  .row .col-xl-12 {
@@ -49893,40 +49392,40 @@
49893
49392
  }
49894
49393
 
49895
49394
  .row .col-offset-xl-12 {
49896
- margin-left: 0;
49395
+ margin-left: 100%;
49897
49396
  }
49898
- }
49899
49397
 
49900
- .row > div[class*="col-"].align-start {
49901
- align-self: flex-start;
49902
- }
49398
+ .row > div[class*="col-"].align-start {
49399
+ align-self: flex-start;
49400
+ }
49903
49401
 
49904
- .row > div[class*="col-"].align-center {
49905
- align-self: center;
49906
- }
49402
+ .row > div[class*="col-"].align-center {
49403
+ align-self: center;
49404
+ }
49907
49405
 
49908
- .row > div[class*="col-"].align-end {
49909
- align-self: flex-end;
49910
- }
49406
+ .row > div[class*="col-"].align-end {
49407
+ align-self: flex-end;
49408
+ }
49911
49409
 
49912
- .row.align-start {
49913
- justify-content: flex-start;
49914
- }
49410
+ .row.align-start {
49411
+ justify-content: flex-start;
49412
+ }
49915
49413
 
49916
- .row.align-center {
49917
- justify-content: center;
49918
- }
49414
+ .row.align-center {
49415
+ justify-content: center;
49416
+ }
49919
49417
 
49920
- .row.align-end {
49921
- justify-content: flex-end;
49922
- }
49418
+ .row.align-end {
49419
+ justify-content: flex-end;
49420
+ }
49923
49421
 
49924
- .row.space-around {
49925
- justify-content: space-around;
49926
- }
49422
+ .row.space-around {
49423
+ justify-content: space-around;
49424
+ }
49927
49425
 
49928
- .row.space-between {
49929
- justify-content: space-between;
49426
+ .row.space-between {
49427
+ justify-content: space-between;
49428
+ }
49930
49429
  }
49931
49430
 
49932
49431
  .gap-0 {