@medyll/cssfabric 0.0.16 → 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2223,44 +2223,230 @@
2223
2223
  margin-top: 0;
2224
2224
  }
2225
2225
 
2226
- .shad-xxl-1 {
2227
- box-shadow: var(--box-shad-xxl-1);
2226
+ /*placement*/
2227
+ .top-xxl-0 {
2228
+ top: var(--box-unit-0);
2228
2229
  }
2229
2230
 
2230
- .shad-xxl-2 {
2231
- box-shadow: var(--box-shad-xxl-2);
2231
+ .top-xxl-1 {
2232
+ top: var(--box-unit-1);
2232
2233
  }
2233
2234
 
2234
- .shad-xxl-3 {
2235
- box-shadow: var(--box-shad-xxl-3);
2235
+ .top-xxl-2 {
2236
+ top: var(--box-unit-2);
2236
2237
  }
2237
2238
 
2238
- .shad-xxl-4 {
2239
- box-shadow: var(--box-shad-xxl-4);
2239
+ .top-xxl-3 {
2240
+ top: var(--box-unit-3);
2240
2241
  }
2241
2242
 
2242
- .shad-xxl-5 {
2243
- box-shadow: var(--box-shad-xxl-5);
2243
+ .top-xxl-4 {
2244
+ top: var(--box-unit-4);
2245
+ }
2246
+
2247
+ .top-xxl-5 {
2248
+ top: var(--box-unit-5);
2249
+ }
2250
+
2251
+ .top-xxl-6 {
2252
+ top: var(--box-unit-6);
2253
+ }
2254
+
2255
+ .top-xxl-7 {
2256
+ top: var(--box-unit-7);
2257
+ }
2258
+
2259
+ .top-xxl-8 {
2260
+ top: var(--box-unit-8);
2261
+ }
2262
+
2263
+ .right-xxl-0 {
2264
+ right: var(--box-unit-0);
2265
+ }
2266
+
2267
+ .right-xxl-1 {
2268
+ right: var(--box-unit-1);
2269
+ }
2270
+
2271
+ .right-xxl-2 {
2272
+ right: var(--box-unit-2);
2273
+ }
2274
+
2275
+ .right-xxl-3 {
2276
+ right: var(--box-unit-3);
2277
+ }
2278
+
2279
+ .right-xxl-4 {
2280
+ right: var(--box-unit-4);
2281
+ }
2282
+
2283
+ .right-xxl-5 {
2284
+ right: var(--box-unit-5);
2285
+ }
2286
+
2287
+ .right-xxl-6 {
2288
+ right: var(--box-unit-6);
2244
2289
  }
2245
2290
 
2246
- .shad-xxl-6 {
2247
- box-shadow: var(--box-shad-xxl-6);
2291
+ .right-xxl-7 {
2292
+ right: var(--box-unit-7);
2248
2293
  }
2249
2294
 
2250
- .shad-xxl-7 {
2251
- box-shadow: var(--box-shad-xxl-7);
2295
+ .right-xxl-8 {
2296
+ right: var(--box-unit-8);
2252
2297
  }
2253
2298
 
2254
- .shad-xxl-8 {
2255
- box-shadow: var(--box-shad-xxl-8);
2299
+ .bottom-xxl-0 {
2300
+ bottom: var(--box-unit-0);
2256
2301
  }
2257
2302
 
2258
- .shad-xxl-9 {
2259
- box-shadow: var(--box-shad-xxl-9);
2303
+ .bottom-xxl-1 {
2304
+ bottom: var(--box-unit-1);
2260
2305
  }
2261
2306
 
2262
- .shad-xxl-10 {
2263
- box-shadow: var(--box-shad-xxl-10);
2307
+ .bottom-xxl-2 {
2308
+ bottom: var(--box-unit-2);
2309
+ }
2310
+
2311
+ .bottom-xxl-3 {
2312
+ bottom: var(--box-unit-3);
2313
+ }
2314
+
2315
+ .bottom-xxl-4 {
2316
+ bottom: var(--box-unit-4);
2317
+ }
2318
+
2319
+ .bottom-xxl-5 {
2320
+ bottom: var(--box-unit-5);
2321
+ }
2322
+
2323
+ .bottom-xxl-6 {
2324
+ bottom: var(--box-unit-6);
2325
+ }
2326
+
2327
+ .bottom-xxl-7 {
2328
+ bottom: var(--box-unit-7);
2329
+ }
2330
+
2331
+ .bottom-xxl-8 {
2332
+ bottom: var(--box-unit-8);
2333
+ }
2334
+
2335
+ .left-xxl-0 {
2336
+ left: var(--box-unit-0);
2337
+ }
2338
+
2339
+ .left-xxl-1 {
2340
+ left: var(--box-unit-1);
2341
+ }
2342
+
2343
+ .left-xxl-2 {
2344
+ left: var(--box-unit-2);
2345
+ }
2346
+
2347
+ .left-xxl-3 {
2348
+ left: var(--box-unit-3);
2349
+ }
2350
+
2351
+ .left-xxl-4 {
2352
+ left: var(--box-unit-4);
2353
+ }
2354
+
2355
+ .left-xxl-5 {
2356
+ left: var(--box-unit-5);
2357
+ }
2358
+
2359
+ .left-xxl-6 {
2360
+ left: var(--box-unit-6);
2361
+ }
2362
+
2363
+ .left-xxl-7 {
2364
+ left: var(--box-unit-7);
2365
+ }
2366
+
2367
+ .left-xxl-8 {
2368
+ left: var(--box-unit-8);
2369
+ }
2370
+
2371
+ /*radius*/
2372
+ .radius-xxl-tiny {
2373
+ border-radius: 4px;
2374
+ }
2375
+ .radius-xxl-tiny-t {
2376
+ border-top-left-radius: 4px;
2377
+ border-top-right-radius: 4px;
2378
+ }
2379
+ .radius-xxl-tiny-b {
2380
+ border-bottom-left-radius: 4px;
2381
+ border-bottom-right-radius: 4px;
2382
+ }
2383
+ .radius-xxl-tiny-l {
2384
+ border-top-left-radius: 4px;
2385
+ border-bottom-left-radius: 4px;
2386
+ }
2387
+ .radius-xxl-tiny-r {
2388
+ border-top-right-radius: 4px;
2389
+ border-bottom-right-radius: 4px;
2390
+ }
2391
+
2392
+ .radius-xxl-small {
2393
+ border-radius: 8px;
2394
+ }
2395
+ .radius-xxl-small-t {
2396
+ border-top-left-radius: 8px;
2397
+ border-top-right-radius: 8px;
2398
+ }
2399
+ .radius-xxl-small-b {
2400
+ border-bottom-left-radius: 8px;
2401
+ border-bottom-right-radius: 8px;
2402
+ }
2403
+ .radius-xxl-small-l {
2404
+ border-top-left-radius: 8px;
2405
+ border-bottom-left-radius: 8px;
2406
+ }
2407
+ .radius-xxl-small-r {
2408
+ border-top-right-radius: 8px;
2409
+ border-bottom-right-radius: 8px;
2410
+ }
2411
+
2412
+ .radius-xxl-medium {
2413
+ border-radius: 16px;
2414
+ }
2415
+ .radius-xxl-medium-t {
2416
+ border-top-left-radius: 16px;
2417
+ border-top-right-radius: 16px;
2418
+ }
2419
+ .radius-xxl-medium-b {
2420
+ border-bottom-left-radius: 16px;
2421
+ border-bottom-right-radius: 16px;
2422
+ }
2423
+ .radius-xxl-medium-l {
2424
+ border-top-left-radius: 16px;
2425
+ border-bottom-left-radius: 16px;
2426
+ }
2427
+ .radius-xxl-medium-r {
2428
+ border-top-right-radius: 16px;
2429
+ border-bottom-right-radius: 16px;
2430
+ }
2431
+
2432
+ .shad-xxl-1 {
2433
+ box-shadow: var(--box-shad-xxl-1);
2434
+ }
2435
+
2436
+ .shad-xxl-2 {
2437
+ box-shadow: var(--box-shad-xxl-2);
2438
+ }
2439
+
2440
+ .shad-xxl-3 {
2441
+ box-shadow: var(--box-shad-xxl-3);
2442
+ }
2443
+
2444
+ .shad-xxl-4 {
2445
+ box-shadow: var(--box-shad-xxl-4);
2446
+ }
2447
+
2448
+ .shad-xxl-5 {
2449
+ box-shadow: var(--box-shad-xxl-5);
2264
2450
  }
2265
2451
  }
2266
2452
  @media only screen and (max-width: 1200px) {
@@ -4488,44 +4674,230 @@
4488
4674
  margin-top: 0;
4489
4675
  }
4490
4676
 
4491
- .shad-xl-1 {
4492
- box-shadow: var(--box-shad-xl-1);
4677
+ /*placement*/
4678
+ .top-xl-0 {
4679
+ top: var(--box-unit-0);
4493
4680
  }
4494
4681
 
4495
- .shad-xl-2 {
4496
- box-shadow: var(--box-shad-xl-2);
4682
+ .top-xl-1 {
4683
+ top: var(--box-unit-1);
4497
4684
  }
4498
4685
 
4499
- .shad-xl-3 {
4500
- box-shadow: var(--box-shad-xl-3);
4686
+ .top-xl-2 {
4687
+ top: var(--box-unit-2);
4501
4688
  }
4502
4689
 
4503
- .shad-xl-4 {
4504
- box-shadow: var(--box-shad-xl-4);
4690
+ .top-xl-3 {
4691
+ top: var(--box-unit-3);
4505
4692
  }
4506
4693
 
4507
- .shad-xl-5 {
4508
- box-shadow: var(--box-shad-xl-5);
4694
+ .top-xl-4 {
4695
+ top: var(--box-unit-4);
4696
+ }
4697
+
4698
+ .top-xl-5 {
4699
+ top: var(--box-unit-5);
4700
+ }
4701
+
4702
+ .top-xl-6 {
4703
+ top: var(--box-unit-6);
4704
+ }
4705
+
4706
+ .top-xl-7 {
4707
+ top: var(--box-unit-7);
4708
+ }
4709
+
4710
+ .top-xl-8 {
4711
+ top: var(--box-unit-8);
4712
+ }
4713
+
4714
+ .right-xl-0 {
4715
+ right: var(--box-unit-0);
4716
+ }
4717
+
4718
+ .right-xl-1 {
4719
+ right: var(--box-unit-1);
4720
+ }
4721
+
4722
+ .right-xl-2 {
4723
+ right: var(--box-unit-2);
4724
+ }
4725
+
4726
+ .right-xl-3 {
4727
+ right: var(--box-unit-3);
4509
4728
  }
4510
4729
 
4511
- .shad-xl-6 {
4512
- box-shadow: var(--box-shad-xl-6);
4730
+ .right-xl-4 {
4731
+ right: var(--box-unit-4);
4513
4732
  }
4514
4733
 
4515
- .shad-xl-7 {
4516
- box-shadow: var(--box-shad-xl-7);
4734
+ .right-xl-5 {
4735
+ right: var(--box-unit-5);
4517
4736
  }
4518
4737
 
4519
- .shad-xl-8 {
4520
- box-shadow: var(--box-shad-xl-8);
4738
+ .right-xl-6 {
4739
+ right: var(--box-unit-6);
4521
4740
  }
4522
4741
 
4523
- .shad-xl-9 {
4524
- box-shadow: var(--box-shad-xl-9);
4742
+ .right-xl-7 {
4743
+ right: var(--box-unit-7);
4525
4744
  }
4526
4745
 
4527
- .shad-xl-10 {
4528
- box-shadow: var(--box-shad-xl-10);
4746
+ .right-xl-8 {
4747
+ right: var(--box-unit-8);
4748
+ }
4749
+
4750
+ .bottom-xl-0 {
4751
+ bottom: var(--box-unit-0);
4752
+ }
4753
+
4754
+ .bottom-xl-1 {
4755
+ bottom: var(--box-unit-1);
4756
+ }
4757
+
4758
+ .bottom-xl-2 {
4759
+ bottom: var(--box-unit-2);
4760
+ }
4761
+
4762
+ .bottom-xl-3 {
4763
+ bottom: var(--box-unit-3);
4764
+ }
4765
+
4766
+ .bottom-xl-4 {
4767
+ bottom: var(--box-unit-4);
4768
+ }
4769
+
4770
+ .bottom-xl-5 {
4771
+ bottom: var(--box-unit-5);
4772
+ }
4773
+
4774
+ .bottom-xl-6 {
4775
+ bottom: var(--box-unit-6);
4776
+ }
4777
+
4778
+ .bottom-xl-7 {
4779
+ bottom: var(--box-unit-7);
4780
+ }
4781
+
4782
+ .bottom-xl-8 {
4783
+ bottom: var(--box-unit-8);
4784
+ }
4785
+
4786
+ .left-xl-0 {
4787
+ left: var(--box-unit-0);
4788
+ }
4789
+
4790
+ .left-xl-1 {
4791
+ left: var(--box-unit-1);
4792
+ }
4793
+
4794
+ .left-xl-2 {
4795
+ left: var(--box-unit-2);
4796
+ }
4797
+
4798
+ .left-xl-3 {
4799
+ left: var(--box-unit-3);
4800
+ }
4801
+
4802
+ .left-xl-4 {
4803
+ left: var(--box-unit-4);
4804
+ }
4805
+
4806
+ .left-xl-5 {
4807
+ left: var(--box-unit-5);
4808
+ }
4809
+
4810
+ .left-xl-6 {
4811
+ left: var(--box-unit-6);
4812
+ }
4813
+
4814
+ .left-xl-7 {
4815
+ left: var(--box-unit-7);
4816
+ }
4817
+
4818
+ .left-xl-8 {
4819
+ left: var(--box-unit-8);
4820
+ }
4821
+
4822
+ /*radius*/
4823
+ .radius-xl-tiny {
4824
+ border-radius: 4px;
4825
+ }
4826
+ .radius-xl-tiny-t {
4827
+ border-top-left-radius: 4px;
4828
+ border-top-right-radius: 4px;
4829
+ }
4830
+ .radius-xl-tiny-b {
4831
+ border-bottom-left-radius: 4px;
4832
+ border-bottom-right-radius: 4px;
4833
+ }
4834
+ .radius-xl-tiny-l {
4835
+ border-top-left-radius: 4px;
4836
+ border-bottom-left-radius: 4px;
4837
+ }
4838
+ .radius-xl-tiny-r {
4839
+ border-top-right-radius: 4px;
4840
+ border-bottom-right-radius: 4px;
4841
+ }
4842
+
4843
+ .radius-xl-small {
4844
+ border-radius: 8px;
4845
+ }
4846
+ .radius-xl-small-t {
4847
+ border-top-left-radius: 8px;
4848
+ border-top-right-radius: 8px;
4849
+ }
4850
+ .radius-xl-small-b {
4851
+ border-bottom-left-radius: 8px;
4852
+ border-bottom-right-radius: 8px;
4853
+ }
4854
+ .radius-xl-small-l {
4855
+ border-top-left-radius: 8px;
4856
+ border-bottom-left-radius: 8px;
4857
+ }
4858
+ .radius-xl-small-r {
4859
+ border-top-right-radius: 8px;
4860
+ border-bottom-right-radius: 8px;
4861
+ }
4862
+
4863
+ .radius-xl-medium {
4864
+ border-radius: 16px;
4865
+ }
4866
+ .radius-xl-medium-t {
4867
+ border-top-left-radius: 16px;
4868
+ border-top-right-radius: 16px;
4869
+ }
4870
+ .radius-xl-medium-b {
4871
+ border-bottom-left-radius: 16px;
4872
+ border-bottom-right-radius: 16px;
4873
+ }
4874
+ .radius-xl-medium-l {
4875
+ border-top-left-radius: 16px;
4876
+ border-bottom-left-radius: 16px;
4877
+ }
4878
+ .radius-xl-medium-r {
4879
+ border-top-right-radius: 16px;
4880
+ border-bottom-right-radius: 16px;
4881
+ }
4882
+
4883
+ .shad-xl-1 {
4884
+ box-shadow: var(--box-shad-xl-1);
4885
+ }
4886
+
4887
+ .shad-xl-2 {
4888
+ box-shadow: var(--box-shad-xl-2);
4889
+ }
4890
+
4891
+ .shad-xl-3 {
4892
+ box-shadow: var(--box-shad-xl-3);
4893
+ }
4894
+
4895
+ .shad-xl-4 {
4896
+ box-shadow: var(--box-shad-xl-4);
4897
+ }
4898
+
4899
+ .shad-xl-5 {
4900
+ box-shadow: var(--box-shad-xl-5);
4529
4901
  }
4530
4902
  }
4531
4903
  @media only screen and (max-width: 960px) {
@@ -6753,44 +7125,230 @@
6753
7125
  margin-top: 0;
6754
7126
  }
6755
7127
 
6756
- .shad-lg-1 {
6757
- box-shadow: var(--box-shad-lg-1);
7128
+ /*placement*/
7129
+ .top-lg-0 {
7130
+ top: var(--box-unit-0);
6758
7131
  }
6759
7132
 
6760
- .shad-lg-2 {
6761
- box-shadow: var(--box-shad-lg-2);
7133
+ .top-lg-1 {
7134
+ top: var(--box-unit-1);
6762
7135
  }
6763
7136
 
6764
- .shad-lg-3 {
6765
- box-shadow: var(--box-shad-lg-3);
7137
+ .top-lg-2 {
7138
+ top: var(--box-unit-2);
6766
7139
  }
6767
7140
 
6768
- .shad-lg-4 {
6769
- box-shadow: var(--box-shad-lg-4);
7141
+ .top-lg-3 {
7142
+ top: var(--box-unit-3);
6770
7143
  }
6771
7144
 
6772
- .shad-lg-5 {
6773
- box-shadow: var(--box-shad-lg-5);
7145
+ .top-lg-4 {
7146
+ top: var(--box-unit-4);
7147
+ }
7148
+
7149
+ .top-lg-5 {
7150
+ top: var(--box-unit-5);
7151
+ }
7152
+
7153
+ .top-lg-6 {
7154
+ top: var(--box-unit-6);
7155
+ }
7156
+
7157
+ .top-lg-7 {
7158
+ top: var(--box-unit-7);
7159
+ }
7160
+
7161
+ .top-lg-8 {
7162
+ top: var(--box-unit-8);
7163
+ }
7164
+
7165
+ .right-lg-0 {
7166
+ right: var(--box-unit-0);
6774
7167
  }
6775
7168
 
6776
- .shad-lg-6 {
6777
- box-shadow: var(--box-shad-lg-6);
7169
+ .right-lg-1 {
7170
+ right: var(--box-unit-1);
6778
7171
  }
6779
7172
 
6780
- .shad-lg-7 {
6781
- box-shadow: var(--box-shad-lg-7);
7173
+ .right-lg-2 {
7174
+ right: var(--box-unit-2);
6782
7175
  }
6783
7176
 
6784
- .shad-lg-8 {
6785
- box-shadow: var(--box-shad-lg-8);
7177
+ .right-lg-3 {
7178
+ right: var(--box-unit-3);
6786
7179
  }
6787
7180
 
6788
- .shad-lg-9 {
6789
- box-shadow: var(--box-shad-lg-9);
7181
+ .right-lg-4 {
7182
+ right: var(--box-unit-4);
6790
7183
  }
6791
7184
 
6792
- .shad-lg-10 {
6793
- box-shadow: var(--box-shad-lg-10);
7185
+ .right-lg-5 {
7186
+ right: var(--box-unit-5);
7187
+ }
7188
+
7189
+ .right-lg-6 {
7190
+ right: var(--box-unit-6);
7191
+ }
7192
+
7193
+ .right-lg-7 {
7194
+ right: var(--box-unit-7);
7195
+ }
7196
+
7197
+ .right-lg-8 {
7198
+ right: var(--box-unit-8);
7199
+ }
7200
+
7201
+ .bottom-lg-0 {
7202
+ bottom: var(--box-unit-0);
7203
+ }
7204
+
7205
+ .bottom-lg-1 {
7206
+ bottom: var(--box-unit-1);
7207
+ }
7208
+
7209
+ .bottom-lg-2 {
7210
+ bottom: var(--box-unit-2);
7211
+ }
7212
+
7213
+ .bottom-lg-3 {
7214
+ bottom: var(--box-unit-3);
7215
+ }
7216
+
7217
+ .bottom-lg-4 {
7218
+ bottom: var(--box-unit-4);
7219
+ }
7220
+
7221
+ .bottom-lg-5 {
7222
+ bottom: var(--box-unit-5);
7223
+ }
7224
+
7225
+ .bottom-lg-6 {
7226
+ bottom: var(--box-unit-6);
7227
+ }
7228
+
7229
+ .bottom-lg-7 {
7230
+ bottom: var(--box-unit-7);
7231
+ }
7232
+
7233
+ .bottom-lg-8 {
7234
+ bottom: var(--box-unit-8);
7235
+ }
7236
+
7237
+ .left-lg-0 {
7238
+ left: var(--box-unit-0);
7239
+ }
7240
+
7241
+ .left-lg-1 {
7242
+ left: var(--box-unit-1);
7243
+ }
7244
+
7245
+ .left-lg-2 {
7246
+ left: var(--box-unit-2);
7247
+ }
7248
+
7249
+ .left-lg-3 {
7250
+ left: var(--box-unit-3);
7251
+ }
7252
+
7253
+ .left-lg-4 {
7254
+ left: var(--box-unit-4);
7255
+ }
7256
+
7257
+ .left-lg-5 {
7258
+ left: var(--box-unit-5);
7259
+ }
7260
+
7261
+ .left-lg-6 {
7262
+ left: var(--box-unit-6);
7263
+ }
7264
+
7265
+ .left-lg-7 {
7266
+ left: var(--box-unit-7);
7267
+ }
7268
+
7269
+ .left-lg-8 {
7270
+ left: var(--box-unit-8);
7271
+ }
7272
+
7273
+ /*radius*/
7274
+ .radius-lg-tiny {
7275
+ border-radius: 4px;
7276
+ }
7277
+ .radius-lg-tiny-t {
7278
+ border-top-left-radius: 4px;
7279
+ border-top-right-radius: 4px;
7280
+ }
7281
+ .radius-lg-tiny-b {
7282
+ border-bottom-left-radius: 4px;
7283
+ border-bottom-right-radius: 4px;
7284
+ }
7285
+ .radius-lg-tiny-l {
7286
+ border-top-left-radius: 4px;
7287
+ border-bottom-left-radius: 4px;
7288
+ }
7289
+ .radius-lg-tiny-r {
7290
+ border-top-right-radius: 4px;
7291
+ border-bottom-right-radius: 4px;
7292
+ }
7293
+
7294
+ .radius-lg-small {
7295
+ border-radius: 8px;
7296
+ }
7297
+ .radius-lg-small-t {
7298
+ border-top-left-radius: 8px;
7299
+ border-top-right-radius: 8px;
7300
+ }
7301
+ .radius-lg-small-b {
7302
+ border-bottom-left-radius: 8px;
7303
+ border-bottom-right-radius: 8px;
7304
+ }
7305
+ .radius-lg-small-l {
7306
+ border-top-left-radius: 8px;
7307
+ border-bottom-left-radius: 8px;
7308
+ }
7309
+ .radius-lg-small-r {
7310
+ border-top-right-radius: 8px;
7311
+ border-bottom-right-radius: 8px;
7312
+ }
7313
+
7314
+ .radius-lg-medium {
7315
+ border-radius: 16px;
7316
+ }
7317
+ .radius-lg-medium-t {
7318
+ border-top-left-radius: 16px;
7319
+ border-top-right-radius: 16px;
7320
+ }
7321
+ .radius-lg-medium-b {
7322
+ border-bottom-left-radius: 16px;
7323
+ border-bottom-right-radius: 16px;
7324
+ }
7325
+ .radius-lg-medium-l {
7326
+ border-top-left-radius: 16px;
7327
+ border-bottom-left-radius: 16px;
7328
+ }
7329
+ .radius-lg-medium-r {
7330
+ border-top-right-radius: 16px;
7331
+ border-bottom-right-radius: 16px;
7332
+ }
7333
+
7334
+ .shad-lg-1 {
7335
+ box-shadow: var(--box-shad-lg-1);
7336
+ }
7337
+
7338
+ .shad-lg-2 {
7339
+ box-shadow: var(--box-shad-lg-2);
7340
+ }
7341
+
7342
+ .shad-lg-3 {
7343
+ box-shadow: var(--box-shad-lg-3);
7344
+ }
7345
+
7346
+ .shad-lg-4 {
7347
+ box-shadow: var(--box-shad-lg-4);
7348
+ }
7349
+
7350
+ .shad-lg-5 {
7351
+ box-shadow: var(--box-shad-lg-5);
6794
7352
  }
6795
7353
  }
6796
7354
  @media only screen and (max-width: 760px) {
@@ -9018,44 +9576,230 @@
9018
9576
  margin-top: 0;
9019
9577
  }
9020
9578
 
9021
- .shad-md-1 {
9022
- box-shadow: var(--box-shad-md-1);
9579
+ /*placement*/
9580
+ .top-md-0 {
9581
+ top: var(--box-unit-0);
9023
9582
  }
9024
9583
 
9025
- .shad-md-2 {
9026
- box-shadow: var(--box-shad-md-2);
9584
+ .top-md-1 {
9585
+ top: var(--box-unit-1);
9027
9586
  }
9028
9587
 
9029
- .shad-md-3 {
9030
- box-shadow: var(--box-shad-md-3);
9588
+ .top-md-2 {
9589
+ top: var(--box-unit-2);
9031
9590
  }
9032
9591
 
9033
- .shad-md-4 {
9034
- box-shadow: var(--box-shad-md-4);
9592
+ .top-md-3 {
9593
+ top: var(--box-unit-3);
9035
9594
  }
9036
9595
 
9037
- .shad-md-5 {
9038
- box-shadow: var(--box-shad-md-5);
9596
+ .top-md-4 {
9597
+ top: var(--box-unit-4);
9598
+ }
9599
+
9600
+ .top-md-5 {
9601
+ top: var(--box-unit-5);
9602
+ }
9603
+
9604
+ .top-md-6 {
9605
+ top: var(--box-unit-6);
9606
+ }
9607
+
9608
+ .top-md-7 {
9609
+ top: var(--box-unit-7);
9610
+ }
9611
+
9612
+ .top-md-8 {
9613
+ top: var(--box-unit-8);
9614
+ }
9615
+
9616
+ .right-md-0 {
9617
+ right: var(--box-unit-0);
9618
+ }
9619
+
9620
+ .right-md-1 {
9621
+ right: var(--box-unit-1);
9622
+ }
9623
+
9624
+ .right-md-2 {
9625
+ right: var(--box-unit-2);
9626
+ }
9627
+
9628
+ .right-md-3 {
9629
+ right: var(--box-unit-3);
9630
+ }
9631
+
9632
+ .right-md-4 {
9633
+ right: var(--box-unit-4);
9634
+ }
9635
+
9636
+ .right-md-5 {
9637
+ right: var(--box-unit-5);
9638
+ }
9639
+
9640
+ .right-md-6 {
9641
+ right: var(--box-unit-6);
9642
+ }
9643
+
9644
+ .right-md-7 {
9645
+ right: var(--box-unit-7);
9646
+ }
9647
+
9648
+ .right-md-8 {
9649
+ right: var(--box-unit-8);
9650
+ }
9651
+
9652
+ .bottom-md-0 {
9653
+ bottom: var(--box-unit-0);
9654
+ }
9655
+
9656
+ .bottom-md-1 {
9657
+ bottom: var(--box-unit-1);
9658
+ }
9659
+
9660
+ .bottom-md-2 {
9661
+ bottom: var(--box-unit-2);
9662
+ }
9663
+
9664
+ .bottom-md-3 {
9665
+ bottom: var(--box-unit-3);
9666
+ }
9667
+
9668
+ .bottom-md-4 {
9669
+ bottom: var(--box-unit-4);
9670
+ }
9671
+
9672
+ .bottom-md-5 {
9673
+ bottom: var(--box-unit-5);
9674
+ }
9675
+
9676
+ .bottom-md-6 {
9677
+ bottom: var(--box-unit-6);
9678
+ }
9679
+
9680
+ .bottom-md-7 {
9681
+ bottom: var(--box-unit-7);
9682
+ }
9683
+
9684
+ .bottom-md-8 {
9685
+ bottom: var(--box-unit-8);
9686
+ }
9687
+
9688
+ .left-md-0 {
9689
+ left: var(--box-unit-0);
9690
+ }
9691
+
9692
+ .left-md-1 {
9693
+ left: var(--box-unit-1);
9694
+ }
9695
+
9696
+ .left-md-2 {
9697
+ left: var(--box-unit-2);
9698
+ }
9699
+
9700
+ .left-md-3 {
9701
+ left: var(--box-unit-3);
9702
+ }
9703
+
9704
+ .left-md-4 {
9705
+ left: var(--box-unit-4);
9706
+ }
9707
+
9708
+ .left-md-5 {
9709
+ left: var(--box-unit-5);
9710
+ }
9711
+
9712
+ .left-md-6 {
9713
+ left: var(--box-unit-6);
9714
+ }
9715
+
9716
+ .left-md-7 {
9717
+ left: var(--box-unit-7);
9718
+ }
9719
+
9720
+ .left-md-8 {
9721
+ left: var(--box-unit-8);
9722
+ }
9723
+
9724
+ /*radius*/
9725
+ .radius-md-tiny {
9726
+ border-radius: 4px;
9727
+ }
9728
+ .radius-md-tiny-t {
9729
+ border-top-left-radius: 4px;
9730
+ border-top-right-radius: 4px;
9731
+ }
9732
+ .radius-md-tiny-b {
9733
+ border-bottom-left-radius: 4px;
9734
+ border-bottom-right-radius: 4px;
9735
+ }
9736
+ .radius-md-tiny-l {
9737
+ border-top-left-radius: 4px;
9738
+ border-bottom-left-radius: 4px;
9739
+ }
9740
+ .radius-md-tiny-r {
9741
+ border-top-right-radius: 4px;
9742
+ border-bottom-right-radius: 4px;
9743
+ }
9744
+
9745
+ .radius-md-small {
9746
+ border-radius: 8px;
9747
+ }
9748
+ .radius-md-small-t {
9749
+ border-top-left-radius: 8px;
9750
+ border-top-right-radius: 8px;
9751
+ }
9752
+ .radius-md-small-b {
9753
+ border-bottom-left-radius: 8px;
9754
+ border-bottom-right-radius: 8px;
9755
+ }
9756
+ .radius-md-small-l {
9757
+ border-top-left-radius: 8px;
9758
+ border-bottom-left-radius: 8px;
9759
+ }
9760
+ .radius-md-small-r {
9761
+ border-top-right-radius: 8px;
9762
+ border-bottom-right-radius: 8px;
9763
+ }
9764
+
9765
+ .radius-md-medium {
9766
+ border-radius: 16px;
9767
+ }
9768
+ .radius-md-medium-t {
9769
+ border-top-left-radius: 16px;
9770
+ border-top-right-radius: 16px;
9771
+ }
9772
+ .radius-md-medium-b {
9773
+ border-bottom-left-radius: 16px;
9774
+ border-bottom-right-radius: 16px;
9775
+ }
9776
+ .radius-md-medium-l {
9777
+ border-top-left-radius: 16px;
9778
+ border-bottom-left-radius: 16px;
9779
+ }
9780
+ .radius-md-medium-r {
9781
+ border-top-right-radius: 16px;
9782
+ border-bottom-right-radius: 16px;
9039
9783
  }
9040
9784
 
9041
- .shad-md-6 {
9042
- box-shadow: var(--box-shad-md-6);
9785
+ .shad-md-1 {
9786
+ box-shadow: var(--box-shad-md-1);
9043
9787
  }
9044
9788
 
9045
- .shad-md-7 {
9046
- box-shadow: var(--box-shad-md-7);
9789
+ .shad-md-2 {
9790
+ box-shadow: var(--box-shad-md-2);
9047
9791
  }
9048
9792
 
9049
- .shad-md-8 {
9050
- box-shadow: var(--box-shad-md-8);
9793
+ .shad-md-3 {
9794
+ box-shadow: var(--box-shad-md-3);
9051
9795
  }
9052
9796
 
9053
- .shad-md-9 {
9054
- box-shadow: var(--box-shad-md-9);
9797
+ .shad-md-4 {
9798
+ box-shadow: var(--box-shad-md-4);
9055
9799
  }
9056
9800
 
9057
- .shad-md-10 {
9058
- box-shadow: var(--box-shad-md-10);
9801
+ .shad-md-5 {
9802
+ box-shadow: var(--box-shad-md-5);
9059
9803
  }
9060
9804
  }
9061
9805
  @media only screen and (max-width: 0px) {
@@ -11283,44 +12027,230 @@
11283
12027
  margin-top: 0;
11284
12028
  }
11285
12029
 
11286
- .shad-sm-1 {
11287
- box-shadow: var(--box-shad-sm-1);
12030
+ /*placement*/
12031
+ .top-sm-0 {
12032
+ top: var(--box-unit-0);
11288
12033
  }
11289
12034
 
11290
- .shad-sm-2 {
11291
- box-shadow: var(--box-shad-sm-2);
12035
+ .top-sm-1 {
12036
+ top: var(--box-unit-1);
11292
12037
  }
11293
12038
 
11294
- .shad-sm-3 {
11295
- box-shadow: var(--box-shad-sm-3);
12039
+ .top-sm-2 {
12040
+ top: var(--box-unit-2);
11296
12041
  }
11297
12042
 
11298
- .shad-sm-4 {
11299
- box-shadow: var(--box-shad-sm-4);
12043
+ .top-sm-3 {
12044
+ top: var(--box-unit-3);
11300
12045
  }
11301
12046
 
11302
- .shad-sm-5 {
11303
- box-shadow: var(--box-shad-sm-5);
12047
+ .top-sm-4 {
12048
+ top: var(--box-unit-4);
12049
+ }
12050
+
12051
+ .top-sm-5 {
12052
+ top: var(--box-unit-5);
12053
+ }
12054
+
12055
+ .top-sm-6 {
12056
+ top: var(--box-unit-6);
12057
+ }
12058
+
12059
+ .top-sm-7 {
12060
+ top: var(--box-unit-7);
12061
+ }
12062
+
12063
+ .top-sm-8 {
12064
+ top: var(--box-unit-8);
12065
+ }
12066
+
12067
+ .right-sm-0 {
12068
+ right: var(--box-unit-0);
12069
+ }
12070
+
12071
+ .right-sm-1 {
12072
+ right: var(--box-unit-1);
12073
+ }
12074
+
12075
+ .right-sm-2 {
12076
+ right: var(--box-unit-2);
12077
+ }
12078
+
12079
+ .right-sm-3 {
12080
+ right: var(--box-unit-3);
12081
+ }
12082
+
12083
+ .right-sm-4 {
12084
+ right: var(--box-unit-4);
12085
+ }
12086
+
12087
+ .right-sm-5 {
12088
+ right: var(--box-unit-5);
12089
+ }
12090
+
12091
+ .right-sm-6 {
12092
+ right: var(--box-unit-6);
12093
+ }
12094
+
12095
+ .right-sm-7 {
12096
+ right: var(--box-unit-7);
12097
+ }
12098
+
12099
+ .right-sm-8 {
12100
+ right: var(--box-unit-8);
12101
+ }
12102
+
12103
+ .bottom-sm-0 {
12104
+ bottom: var(--box-unit-0);
11304
12105
  }
11305
12106
 
11306
- .shad-sm-6 {
11307
- box-shadow: var(--box-shad-sm-6);
12107
+ .bottom-sm-1 {
12108
+ bottom: var(--box-unit-1);
11308
12109
  }
11309
12110
 
11310
- .shad-sm-7 {
11311
- box-shadow: var(--box-shad-sm-7);
12111
+ .bottom-sm-2 {
12112
+ bottom: var(--box-unit-2);
11312
12113
  }
11313
12114
 
11314
- .shad-sm-8 {
11315
- box-shadow: var(--box-shad-sm-8);
12115
+ .bottom-sm-3 {
12116
+ bottom: var(--box-unit-3);
11316
12117
  }
11317
12118
 
11318
- .shad-sm-9 {
11319
- box-shadow: var(--box-shad-sm-9);
12119
+ .bottom-sm-4 {
12120
+ bottom: var(--box-unit-4);
11320
12121
  }
11321
12122
 
11322
- .shad-sm-10 {
11323
- box-shadow: var(--box-shad-sm-10);
12123
+ .bottom-sm-5 {
12124
+ bottom: var(--box-unit-5);
12125
+ }
12126
+
12127
+ .bottom-sm-6 {
12128
+ bottom: var(--box-unit-6);
12129
+ }
12130
+
12131
+ .bottom-sm-7 {
12132
+ bottom: var(--box-unit-7);
12133
+ }
12134
+
12135
+ .bottom-sm-8 {
12136
+ bottom: var(--box-unit-8);
12137
+ }
12138
+
12139
+ .left-sm-0 {
12140
+ left: var(--box-unit-0);
12141
+ }
12142
+
12143
+ .left-sm-1 {
12144
+ left: var(--box-unit-1);
12145
+ }
12146
+
12147
+ .left-sm-2 {
12148
+ left: var(--box-unit-2);
12149
+ }
12150
+
12151
+ .left-sm-3 {
12152
+ left: var(--box-unit-3);
12153
+ }
12154
+
12155
+ .left-sm-4 {
12156
+ left: var(--box-unit-4);
12157
+ }
12158
+
12159
+ .left-sm-5 {
12160
+ left: var(--box-unit-5);
12161
+ }
12162
+
12163
+ .left-sm-6 {
12164
+ left: var(--box-unit-6);
12165
+ }
12166
+
12167
+ .left-sm-7 {
12168
+ left: var(--box-unit-7);
12169
+ }
12170
+
12171
+ .left-sm-8 {
12172
+ left: var(--box-unit-8);
12173
+ }
12174
+
12175
+ /*radius*/
12176
+ .radius-sm-tiny {
12177
+ border-radius: 4px;
12178
+ }
12179
+ .radius-sm-tiny-t {
12180
+ border-top-left-radius: 4px;
12181
+ border-top-right-radius: 4px;
12182
+ }
12183
+ .radius-sm-tiny-b {
12184
+ border-bottom-left-radius: 4px;
12185
+ border-bottom-right-radius: 4px;
12186
+ }
12187
+ .radius-sm-tiny-l {
12188
+ border-top-left-radius: 4px;
12189
+ border-bottom-left-radius: 4px;
12190
+ }
12191
+ .radius-sm-tiny-r {
12192
+ border-top-right-radius: 4px;
12193
+ border-bottom-right-radius: 4px;
12194
+ }
12195
+
12196
+ .radius-sm-small {
12197
+ border-radius: 8px;
12198
+ }
12199
+ .radius-sm-small-t {
12200
+ border-top-left-radius: 8px;
12201
+ border-top-right-radius: 8px;
12202
+ }
12203
+ .radius-sm-small-b {
12204
+ border-bottom-left-radius: 8px;
12205
+ border-bottom-right-radius: 8px;
12206
+ }
12207
+ .radius-sm-small-l {
12208
+ border-top-left-radius: 8px;
12209
+ border-bottom-left-radius: 8px;
12210
+ }
12211
+ .radius-sm-small-r {
12212
+ border-top-right-radius: 8px;
12213
+ border-bottom-right-radius: 8px;
12214
+ }
12215
+
12216
+ .radius-sm-medium {
12217
+ border-radius: 16px;
12218
+ }
12219
+ .radius-sm-medium-t {
12220
+ border-top-left-radius: 16px;
12221
+ border-top-right-radius: 16px;
12222
+ }
12223
+ .radius-sm-medium-b {
12224
+ border-bottom-left-radius: 16px;
12225
+ border-bottom-right-radius: 16px;
12226
+ }
12227
+ .radius-sm-medium-l {
12228
+ border-top-left-radius: 16px;
12229
+ border-bottom-left-radius: 16px;
12230
+ }
12231
+ .radius-sm-medium-r {
12232
+ border-top-right-radius: 16px;
12233
+ border-bottom-right-radius: 16px;
12234
+ }
12235
+
12236
+ .shad-sm-1 {
12237
+ box-shadow: var(--box-shad-sm-1);
12238
+ }
12239
+
12240
+ .shad-sm-2 {
12241
+ box-shadow: var(--box-shad-sm-2);
12242
+ }
12243
+
12244
+ .shad-sm-3 {
12245
+ box-shadow: var(--box-shad-sm-3);
12246
+ }
12247
+
12248
+ .shad-sm-4 {
12249
+ box-shadow: var(--box-shad-sm-4);
12250
+ }
12251
+
12252
+ .shad-sm-5 {
12253
+ box-shadow: var(--box-shad-sm-5);
11324
12254
  }
11325
12255
  }
11326
12256
  @media only screen and (max-width: 1300px) {