@ulu/frontend 0.1.0-beta.30 → 0.1.0-beta.32
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/CHANGELOG.md +6 -1
- package/dist/ulu-frontend.min.css +1 -1
- package/docs-dev/changelog/index.html +14 -3
- package/docs-dev/demos/card/index.html +14 -14
- package/docs-dev/demos/data-table/index.html +25 -25
- package/docs-dev/sass/components/button-verbose/index.html +18 -11
- package/docs-dev/sass/components/callout/index.html +2 -2
- package/docs-dev/sass/components/card/index.html +10 -10
- package/docs-dev/sass/components/form-theme/index.html +59 -59
- package/docs-dev/sass/components/hero/index.html +8 -8
- package/docs-dev/sass/components/overlay-section/index.html +8 -8
- package/docs-dev/sass/components/ratio-box/index.html +8 -8
- package/docs-dev/sass/components/vignette/index.html +8 -8
- package/docs-dev/sass/core/layout/index.html +7 -7
- package/docs-dev/sass/core/utils/index.html +1 -5
- package/package.json +1 -1
- package/scss/_breakpoint.scss +1 -1
- package/scss/_layout.scss +3 -3
- package/scss/components/_button-verbose.scss +10 -4
- package/scss/components/_callout.scss +19 -20
- package/scss/components/_card.scss +7 -22
- package/scss/components/_css-icon.scss +17 -17
- package/scss/components/_data-grid.scss +2 -2
- package/scss/components/_flipcard.scss +1 -1
- package/scss/components/_form-theme.scss +12 -12
- package/scss/components/_hero.scss +3 -10
- package/scss/components/_overlay-section.scss +2 -5
- package/scss/components/_popover.scss +11 -11
- package/scss/components/_pull-quote.scss +1 -1
- package/scss/components/_ratio-box.scss +2 -5
- package/scss/components/_scroll-slider.scss +1 -1
- package/scss/components/_spoke-spinner.scss +2 -2
- package/scss/components/_vignette.scss +2 -5
|
@@ -5361,73 +5361,73 @@
|
|
|
5361
5361
|
<td style="text-align:left">text-input-margin-bottom</td>
|
|
5362
5362
|
<td style="text-align:left">Dimension</td>
|
|
5363
5363
|
<td style="text-align:left">0.5em</td>
|
|
5364
|
-
<td style="text-align:left"
|
|
5364
|
+
<td style="text-align:left">Bottom margin for the label.</td>
|
|
5365
5365
|
</tr>
|
|
5366
5366
|
<tr>
|
|
5367
5367
|
<td style="text-align:left">text-input-margin-top</td>
|
|
5368
5368
|
<td style="text-align:left">Dimension</td>
|
|
5369
5369
|
<td style="text-align:left">1em</td>
|
|
5370
|
-
<td style="text-align:left"
|
|
5370
|
+
<td style="text-align:left">Top margin for the label.</td>
|
|
5371
5371
|
</tr>
|
|
5372
5372
|
<tr>
|
|
5373
5373
|
<td style="text-align:left">warning-color</td>
|
|
5374
5374
|
<td style="text-align:left">Color</td>
|
|
5375
5375
|
<td style="text-align:left">"warning"</td>
|
|
5376
|
-
<td style="text-align:left"
|
|
5376
|
+
<td style="text-align:left">The warning text color.</td>
|
|
5377
5377
|
</tr>
|
|
5378
5378
|
<tr>
|
|
5379
5379
|
<td style="text-align:left">warning-highlight-color</td>
|
|
5380
5380
|
<td style="text-align:left">Color</td>
|
|
5381
5381
|
<td style="text-align:left">rgb(255, 249, 237)</td>
|
|
5382
|
-
<td style="text-align:left"
|
|
5382
|
+
<td style="text-align:left">Outline color of the warning.</td>
|
|
5383
5383
|
</tr>
|
|
5384
5384
|
<tr>
|
|
5385
5385
|
<td style="text-align:left">warning-selector</td>
|
|
5386
5386
|
<td style="text-align:left">String</td>
|
|
5387
5387
|
<td style="text-align:left">".is-warning"</td>
|
|
5388
|
-
<td style="text-align:left"
|
|
5388
|
+
<td style="text-align:left">Selector for adding warning styles.</td>
|
|
5389
5389
|
</tr>
|
|
5390
5390
|
<tr>
|
|
5391
5391
|
<td style="text-align:left">check-input-color</td>
|
|
5392
5392
|
<td style="text-align:left">Color</td>
|
|
5393
5393
|
<td style="text-align:left">currentColor</td>
|
|
5394
|
-
<td style="text-align:left"
|
|
5394
|
+
<td style="text-align:left">@joe-check unused</td>
|
|
5395
5395
|
</tr>
|
|
5396
5396
|
<tr>
|
|
5397
5397
|
<td style="text-align:left">check-input-size</td>
|
|
5398
5398
|
<td style="text-align:left">Dimension</td>
|
|
5399
5399
|
<td style="text-align:left">1.15em</td>
|
|
5400
|
-
<td style="text-align:left"
|
|
5400
|
+
<td style="text-align:left">Size of input box.</td>
|
|
5401
5401
|
</tr>
|
|
5402
5402
|
<tr>
|
|
5403
5403
|
<td style="text-align:left">check-input-touch-size</td>
|
|
5404
5404
|
<td style="text-align:left">Dimension</td>
|
|
5405
5405
|
<td style="text-align:left">2em</td>
|
|
5406
|
-
<td style="text-align:left"
|
|
5406
|
+
<td style="text-align:left">Touchable size of the input box.</td>
|
|
5407
5407
|
</tr>
|
|
5408
5408
|
<tr>
|
|
5409
5409
|
<td style="text-align:left">check-input-background-color</td>
|
|
5410
5410
|
<td style="text-align:left">Color</td>
|
|
5411
5411
|
<td style="text-align:left">white</td>
|
|
5412
|
-
<td style="text-align:left"
|
|
5412
|
+
<td style="text-align:left">Background color for the check input.</td>
|
|
5413
5413
|
</tr>
|
|
5414
5414
|
<tr>
|
|
5415
5415
|
<td style="text-align:left">check-input-background-color-checked</td>
|
|
5416
5416
|
<td style="text-align:left">Color</td>
|
|
5417
5417
|
<td style="text-align:left">white</td>
|
|
5418
|
-
<td style="text-align:left"
|
|
5418
|
+
<td style="text-align:left">Background color for the check input when checked.</td>
|
|
5419
5419
|
</tr>
|
|
5420
5420
|
<tr>
|
|
5421
5421
|
<td style="text-align:left">check-input-background-color-hover</td>
|
|
5422
5422
|
<td style="text-align:left">Color</td>
|
|
5423
5423
|
<td style="text-align:left">white</td>
|
|
5424
|
-
<td style="text-align:left"
|
|
5424
|
+
<td style="text-align:left">Background color for the check input when hovered or focused.</td>
|
|
5425
5425
|
</tr>
|
|
5426
5426
|
<tr>
|
|
5427
5427
|
<td style="text-align:left">check-input-background-color-indeterminate</td>
|
|
5428
5428
|
<td style="text-align:left">Color</td>
|
|
5429
5429
|
<td style="text-align:left">white</td>
|
|
5430
|
-
<td style="text-align:left"
|
|
5430
|
+
<td style="text-align:left">Background color for the indeterminate check input.</td>
|
|
5431
5431
|
</tr>
|
|
5432
5432
|
<tr>
|
|
5433
5433
|
<td style="text-align:left">check-input-border</td>
|
|
@@ -5439,149 +5439,149 @@
|
|
|
5439
5439
|
<td style="text-align:left">check-input-border-color-hover</td>
|
|
5440
5440
|
<td style="text-align:left">Color</td>
|
|
5441
5441
|
<td style="text-align:left">null</td>
|
|
5442
|
-
<td style="text-align:left"
|
|
5442
|
+
<td style="text-align:left">Check input border color.</td>
|
|
5443
5443
|
</tr>
|
|
5444
5444
|
<tr>
|
|
5445
5445
|
<td style="text-align:left">check-input-border-color-checked</td>
|
|
5446
5446
|
<td style="text-align:left">Color</td>
|
|
5447
5447
|
<td style="text-align:left">null</td>
|
|
5448
|
-
<td style="text-align:left"
|
|
5448
|
+
<td style="text-align:left">Check input border color when checked.</td>
|
|
5449
5449
|
</tr>
|
|
5450
5450
|
<tr>
|
|
5451
5451
|
<td style="text-align:left">check-input-border-color-indeterminate</td>
|
|
5452
5452
|
<td style="text-align:left">Color</td>
|
|
5453
5453
|
<td style="text-align:left">null</td>
|
|
5454
|
-
<td style="text-align:left"
|
|
5454
|
+
<td style="text-align:left">Indeterminate check input border color.</td>
|
|
5455
5455
|
</tr>
|
|
5456
5456
|
<tr>
|
|
5457
5457
|
<td style="text-align:left">check-input-border-color-focus</td>
|
|
5458
5458
|
<td style="text-align:left">Color</td>
|
|
5459
5459
|
<td style="text-align:left">null</td>
|
|
5460
|
-
<td style="text-align:left"
|
|
5460
|
+
<td style="text-align:left">Check input border color when hovered or focused.</td>
|
|
5461
5461
|
</tr>
|
|
5462
5462
|
<tr>
|
|
5463
5463
|
<td style="text-align:left">check-input-outline</td>
|
|
5464
|
-
<td style="text-align:left">
|
|
5464
|
+
<td style="text-align:left">CssValue</td>
|
|
5465
5465
|
<td style="text-align:left">null</td>
|
|
5466
|
-
<td style="text-align:left"
|
|
5466
|
+
<td style="text-align:left">Check input outline.</td>
|
|
5467
5467
|
</tr>
|
|
5468
5468
|
<tr>
|
|
5469
5469
|
<td style="text-align:left">check-input-outline-hover</td>
|
|
5470
|
-
<td style="text-align:left">
|
|
5470
|
+
<td style="text-align:left">CssValue</td>
|
|
5471
5471
|
<td style="text-align:left">null</td>
|
|
5472
5472
|
<td style="text-align:left"></td>
|
|
5473
5473
|
</tr>
|
|
5474
5474
|
<tr>
|
|
5475
5475
|
<td style="text-align:left">check-input-outline-checked</td>
|
|
5476
|
-
<td style="text-align:left">
|
|
5476
|
+
<td style="text-align:left">CssValue</td>
|
|
5477
5477
|
<td style="text-align:left">null</td>
|
|
5478
5478
|
<td style="text-align:left"></td>
|
|
5479
5479
|
</tr>
|
|
5480
5480
|
<tr>
|
|
5481
5481
|
<td style="text-align:left">check-input-outline-focus</td>
|
|
5482
|
-
<td style="text-align:left">
|
|
5482
|
+
<td style="text-align:left">CssValue</td>
|
|
5483
5483
|
<td style="text-align:left">1px solid white</td>
|
|
5484
5484
|
<td style="text-align:left"></td>
|
|
5485
5485
|
</tr>
|
|
5486
5486
|
<tr>
|
|
5487
5487
|
<td style="text-align:left">check-input-touch-color-hover</td>
|
|
5488
|
-
<td style="text-align:left">
|
|
5488
|
+
<td style="text-align:left">Color</td>
|
|
5489
5489
|
<td style="text-align:left">#e8e8e8</td>
|
|
5490
5490
|
<td style="text-align:left"></td>
|
|
5491
5491
|
</tr>
|
|
5492
5492
|
<tr>
|
|
5493
5493
|
<td style="text-align:left">check-input-touch-color-focus</td>
|
|
5494
|
-
<td style="text-align:left">
|
|
5494
|
+
<td style="text-align:left">Color</td>
|
|
5495
5495
|
<td style="text-align:left">null</td>
|
|
5496
5496
|
<td style="text-align:left"></td>
|
|
5497
5497
|
</tr>
|
|
5498
5498
|
<tr>
|
|
5499
5499
|
<td style="text-align:left">check-input-radio-size</td>
|
|
5500
|
-
<td style="text-align:left">
|
|
5500
|
+
<td style="text-align:left">Dimension</td>
|
|
5501
5501
|
<td style="text-align:left">0.3em</td>
|
|
5502
5502
|
<td style="text-align:left"></td>
|
|
5503
5503
|
</tr>
|
|
5504
5504
|
<tr>
|
|
5505
5505
|
<td style="text-align:left">check-input-checkmark-width</td>
|
|
5506
|
-
<td style="text-align:left">
|
|
5506
|
+
<td style="text-align:left">Dimension</td>
|
|
5507
5507
|
<td style="text-align:left">0.38em</td>
|
|
5508
5508
|
<td style="text-align:left"></td>
|
|
5509
5509
|
</tr>
|
|
5510
5510
|
<tr>
|
|
5511
5511
|
<td style="text-align:left">check-input-checkmark-height</td>
|
|
5512
|
-
<td style="text-align:left">
|
|
5512
|
+
<td style="text-align:left">Dimension</td>
|
|
5513
5513
|
<td style="text-align:left">0.68em</td>
|
|
5514
5514
|
<td style="text-align:left"></td>
|
|
5515
5515
|
</tr>
|
|
5516
5516
|
<tr>
|
|
5517
5517
|
<td style="text-align:left">check-input-checkmark-offset-y</td>
|
|
5518
|
-
<td style="text-align:left">
|
|
5518
|
+
<td style="text-align:left">Dimension</td>
|
|
5519
5519
|
<td style="text-align:left">-0.2em</td>
|
|
5520
5520
|
<td style="text-align:left"></td>
|
|
5521
5521
|
</tr>
|
|
5522
5522
|
<tr>
|
|
5523
5523
|
<td style="text-align:left">check-input-checkmark-stroke-size</td>
|
|
5524
|
-
<td style="text-align:left">
|
|
5524
|
+
<td style="text-align:left">Dimension</td>
|
|
5525
5525
|
<td style="text-align:left">0.18em</td>
|
|
5526
5526
|
<td style="text-align:left"></td>
|
|
5527
5527
|
</tr>
|
|
5528
5528
|
<tr>
|
|
5529
5529
|
<td style="text-align:left">check-input-mark-color</td>
|
|
5530
|
-
<td style="text-align:left">
|
|
5530
|
+
<td style="text-align:left">Color</td>
|
|
5531
5531
|
<td style="text-align:left">currentColor</td>
|
|
5532
5532
|
<td style="text-align:left"></td>
|
|
5533
5533
|
</tr>
|
|
5534
5534
|
<tr>
|
|
5535
5535
|
<td style="text-align:left">check-input-mark-color-hover</td>
|
|
5536
|
-
<td style="text-align:left">
|
|
5536
|
+
<td style="text-align:left">Color</td>
|
|
5537
5537
|
<td style="text-align:left">null</td>
|
|
5538
5538
|
<td style="text-align:left"></td>
|
|
5539
5539
|
</tr>
|
|
5540
5540
|
<tr>
|
|
5541
5541
|
<td style="text-align:left">check-input-mark-color-focus</td>
|
|
5542
|
-
<td style="text-align:left">
|
|
5542
|
+
<td style="text-align:left">Color</td>
|
|
5543
5543
|
<td style="text-align:left">null</td>
|
|
5544
5544
|
<td style="text-align:left"></td>
|
|
5545
5545
|
</tr>
|
|
5546
5546
|
<tr>
|
|
5547
5547
|
<td style="text-align:left">check-input-mark-color-checked</td>
|
|
5548
|
-
<td style="text-align:left">
|
|
5548
|
+
<td style="text-align:left">Color</td>
|
|
5549
5549
|
<td style="text-align:left">null</td>
|
|
5550
5550
|
<td style="text-align:left"></td>
|
|
5551
5551
|
</tr>
|
|
5552
5552
|
<tr>
|
|
5553
5553
|
<td style="text-align:left">check-input-mark-color-indeterminate</td>
|
|
5554
|
-
<td style="text-align:left">
|
|
5554
|
+
<td style="text-align:left">Color</td>
|
|
5555
5555
|
<td style="text-align:left">null</td>
|
|
5556
5556
|
<td style="text-align:left"></td>
|
|
5557
5557
|
</tr>
|
|
5558
5558
|
<tr>
|
|
5559
5559
|
<td style="text-align:left">check-input-disabled-opacity</td>
|
|
5560
|
-
<td style="text-align:left">
|
|
5560
|
+
<td style="text-align:left">Number</td>
|
|
5561
5561
|
<td style="text-align:left">0.6</td>
|
|
5562
5562
|
<td style="text-align:left"></td>
|
|
5563
5563
|
</tr>
|
|
5564
5564
|
<tr>
|
|
5565
5565
|
<td style="text-align:left">check-input-border-radius</td>
|
|
5566
|
-
<td style="text-align:left">
|
|
5566
|
+
<td style="text-align:left">Dimension</td>
|
|
5567
5567
|
<td style="text-align:left">null</td>
|
|
5568
5568
|
<td style="text-align:left"></td>
|
|
5569
5569
|
</tr>
|
|
5570
5570
|
<tr>
|
|
5571
5571
|
<td style="text-align:left">description-color</td>
|
|
5572
|
-
<td style="text-align:left">
|
|
5572
|
+
<td style="text-align:left">Color</td>
|
|
5573
5573
|
<td style="text-align:left">false</td>
|
|
5574
5574
|
<td style="text-align:left"></td>
|
|
5575
5575
|
</tr>
|
|
5576
5576
|
<tr>
|
|
5577
5577
|
<td style="text-align:left">description-margin</td>
|
|
5578
|
-
<td style="text-align:left">
|
|
5578
|
+
<td style="text-align:left">CssValue</td>
|
|
5579
5579
|
<td style="text-align:left">(0.25em 0)</td>
|
|
5580
5580
|
<td style="text-align:left"></td>
|
|
5581
5581
|
</tr>
|
|
5582
5582
|
<tr>
|
|
5583
5583
|
<td style="text-align:left">description-max-width</td>
|
|
5584
|
-
<td style="text-align:left">
|
|
5584
|
+
<td style="text-align:left">Dimension</td>
|
|
5585
5585
|
<td style="text-align:left">25em</td>
|
|
5586
5586
|
<td style="text-align:left"></td>
|
|
5587
5587
|
</tr>
|
|
@@ -5593,127 +5593,127 @@
|
|
|
5593
5593
|
</tr>
|
|
5594
5594
|
<tr>
|
|
5595
5595
|
<td style="text-align:left">fieldset-background</td>
|
|
5596
|
-
<td style="text-align:left">
|
|
5596
|
+
<td style="text-align:left">Color</td>
|
|
5597
5597
|
<td style="text-align:left">transparent</td>
|
|
5598
5598
|
<td style="text-align:left"></td>
|
|
5599
5599
|
</tr>
|
|
5600
5600
|
<tr>
|
|
5601
5601
|
<td style="text-align:left">fieldset-border</td>
|
|
5602
|
-
<td style="text-align:left">
|
|
5602
|
+
<td style="text-align:left">CssValue</td>
|
|
5603
5603
|
<td style="text-align:left">none</td>
|
|
5604
5604
|
<td style="text-align:left"></td>
|
|
5605
5605
|
</tr>
|
|
5606
5606
|
<tr>
|
|
5607
5607
|
<td style="text-align:left">fieldset-margin-bottom</td>
|
|
5608
|
-
<td style="text-align:left">
|
|
5608
|
+
<td style="text-align:left">Dimension</td>
|
|
5609
5609
|
<td style="text-align:left">1rem</td>
|
|
5610
5610
|
<td style="text-align:left"></td>
|
|
5611
5611
|
</tr>
|
|
5612
5612
|
<tr>
|
|
5613
5613
|
<td style="text-align:left">fieldset-margin-top</td>
|
|
5614
|
-
<td style="text-align:left">
|
|
5614
|
+
<td style="text-align:left">Dimension</td>
|
|
5615
5615
|
<td style="text-align:left">1rem</td>
|
|
5616
5616
|
<td style="text-align:left"></td>
|
|
5617
5617
|
</tr>
|
|
5618
5618
|
<tr>
|
|
5619
5619
|
<td style="text-align:left">fieldset-padding</td>
|
|
5620
|
-
<td style="text-align:left">
|
|
5620
|
+
<td style="text-align:left">Dimension</td>
|
|
5621
5621
|
<td style="text-align:left">0</td>
|
|
5622
5622
|
<td style="text-align:left"></td>
|
|
5623
5623
|
</tr>
|
|
5624
5624
|
<tr>
|
|
5625
5625
|
<td style="text-align:left">fieldset-margin-compact</td>
|
|
5626
|
-
<td style="text-align:left">
|
|
5626
|
+
<td style="text-align:left">Dimension</td>
|
|
5627
5627
|
<td style="text-align:left">0</td>
|
|
5628
5628
|
<td style="text-align:left"></td>
|
|
5629
5629
|
</tr>
|
|
5630
5630
|
<tr>
|
|
5631
5631
|
<td style="text-align:left">fieldset-border-bottom</td>
|
|
5632
|
-
<td style="text-align:left">
|
|
5632
|
+
<td style="text-align:left">Dimension</td>
|
|
5633
5633
|
<td style="text-align:left">0</td>
|
|
5634
5634
|
<td style="text-align:left"></td>
|
|
5635
5635
|
</tr>
|
|
5636
5636
|
<tr>
|
|
5637
5637
|
<td style="text-align:left">fieldset-border-radius</td>
|
|
5638
|
-
<td style="text-align:left">
|
|
5638
|
+
<td style="text-align:left">Dimension</td>
|
|
5639
5639
|
<td style="text-align:left">0</td>
|
|
5640
5640
|
<td style="text-align:left"></td>
|
|
5641
5641
|
</tr>
|
|
5642
5642
|
<tr>
|
|
5643
5643
|
<td style="text-align:left">fieldset-legend-color</td>
|
|
5644
|
-
<td style="text-align:left">
|
|
5644
|
+
<td style="text-align:left">Color</td>
|
|
5645
5645
|
<td style="text-align:left">inherit</td>
|
|
5646
5646
|
<td style="text-align:left"></td>
|
|
5647
5647
|
</tr>
|
|
5648
5648
|
<tr>
|
|
5649
5649
|
<td style="text-align:left">fieldset-legend-border-bottom</td>
|
|
5650
|
-
<td style="text-align:left">
|
|
5650
|
+
<td style="text-align:left">Dimension</td>
|
|
5651
5651
|
<td style="text-align:left">null</td>
|
|
5652
5652
|
<td style="text-align:left"></td>
|
|
5653
5653
|
</tr>
|
|
5654
5654
|
<tr>
|
|
5655
5655
|
<td style="text-align:left">fieldset-legend-padding-bottom</td>
|
|
5656
|
-
<td style="text-align:left">
|
|
5656
|
+
<td style="text-align:left">Dimension</td>
|
|
5657
5657
|
<td style="text-align:left">null</td>
|
|
5658
5658
|
<td style="text-align:left"></td>
|
|
5659
5659
|
</tr>
|
|
5660
5660
|
<tr>
|
|
5661
5661
|
<td style="text-align:left">select-border-radius</td>
|
|
5662
|
-
<td style="text-align:left">
|
|
5662
|
+
<td style="text-align:left">Dimension</td>
|
|
5663
5663
|
<td style="text-align:left">4px</td>
|
|
5664
5664
|
<td style="text-align:left"></td>
|
|
5665
5665
|
</tr>
|
|
5666
5666
|
<tr>
|
|
5667
5667
|
<td style="text-align:left">select-background-color</td>
|
|
5668
|
-
<td style="text-align:left">
|
|
5668
|
+
<td style="text-align:left">Color</td>
|
|
5669
5669
|
<td style="text-align:left">null</td>
|
|
5670
5670
|
<td style="text-align:left"></td>
|
|
5671
5671
|
</tr>
|
|
5672
5672
|
<tr>
|
|
5673
5673
|
<td style="text-align:left">select-border</td>
|
|
5674
|
-
<td style="text-align:left">
|
|
5674
|
+
<td style="text-align:left">CssValue</td>
|
|
5675
5675
|
<td style="text-align:left">null</td>
|
|
5676
5676
|
<td style="text-align:left"></td>
|
|
5677
5677
|
</tr>
|
|
5678
5678
|
<tr>
|
|
5679
5679
|
<td style="text-align:left">select-padding-x</td>
|
|
5680
|
-
<td style="text-align:left">
|
|
5680
|
+
<td style="text-align:left">Dimension</td>
|
|
5681
5681
|
<td style="text-align:left">null</td>
|
|
5682
5682
|
<td style="text-align:left"></td>
|
|
5683
5683
|
</tr>
|
|
5684
5684
|
<tr>
|
|
5685
5685
|
<td style="text-align:left">select-padding-y</td>
|
|
5686
|
-
<td style="text-align:left">
|
|
5686
|
+
<td style="text-align:left">Dimension</td>
|
|
5687
5687
|
<td style="text-align:left">null</td>
|
|
5688
5688
|
<td style="text-align:left"></td>
|
|
5689
5689
|
</tr>
|
|
5690
5690
|
<tr>
|
|
5691
5691
|
<td style="text-align:left">select-image</td>
|
|
5692
|
-
<td style="text-align:left">
|
|
5692
|
+
<td style="text-align:left">CssValue</td>
|
|
5693
5693
|
<td style="text-align:left">null</td>
|
|
5694
5694
|
<td style="text-align:left"></td>
|
|
5695
5695
|
</tr>
|
|
5696
5696
|
<tr>
|
|
5697
5697
|
<td style="text-align:left">select-image-size</td>
|
|
5698
|
-
<td style="text-align:left">
|
|
5698
|
+
<td style="text-align:left">Dimension</td>
|
|
5699
5699
|
<td style="text-align:left">0.9em</td>
|
|
5700
5700
|
<td style="text-align:left"></td>
|
|
5701
5701
|
</tr>
|
|
5702
5702
|
<tr>
|
|
5703
5703
|
<td style="text-align:left">select-image-offset</td>
|
|
5704
|
-
<td style="text-align:left">
|
|
5704
|
+
<td style="text-align:left">Dimension</td>
|
|
5705
5705
|
<td style="text-align:left">0.7em</td>
|
|
5706
5706
|
<td style="text-align:left"></td>
|
|
5707
5707
|
</tr>
|
|
5708
5708
|
<tr>
|
|
5709
5709
|
<td style="text-align:left">select-image-margin</td>
|
|
5710
|
-
<td style="text-align:left">
|
|
5710
|
+
<td style="text-align:left">Dimension</td>
|
|
5711
5711
|
<td style="text-align:left">0.65em</td>
|
|
5712
5712
|
<td style="text-align:left"></td>
|
|
5713
5713
|
</tr>
|
|
5714
5714
|
<tr>
|
|
5715
5715
|
<td style="text-align:left">inline-gap</td>
|
|
5716
|
-
<td style="text-align:left">
|
|
5716
|
+
<td style="text-align:left">Dimension</td>
|
|
5717
5717
|
<td style="text-align:left">1em</td>
|
|
5718
5718
|
<td style="text-align:left">Gap between items that are inline like checkboxes</td>
|
|
5719
5719
|
</tr>
|
|
@@ -5116,8 +5116,8 @@
|
|
|
5116
5116
|
<li><strong>File:</strong> _hero.scss</li>
|
|
5117
5117
|
<li><strong>Group:</strong> hero</li>
|
|
5118
5118
|
<li><strong>Type:</strong> variable</li>
|
|
5119
|
-
<li><strong>Lines (comments):</strong>
|
|
5120
|
-
<li><strong>Lines (code):</strong>
|
|
5119
|
+
<li><strong>Lines (comments):</strong> 16-26</li>
|
|
5120
|
+
<li><strong>Lines (code):</strong> 28-41</li>
|
|
5121
5121
|
</ul>
|
|
5122
5122
|
</details>
|
|
5123
5123
|
<h4 id="map-properties" tabindex="-1">Map Properties</h4>
|
|
@@ -5201,8 +5201,8 @@
|
|
|
5201
5201
|
<li><strong>File:</strong> _hero.scss</li>
|
|
5202
5202
|
<li><strong>Group:</strong> hero</li>
|
|
5203
5203
|
<li><strong>Type:</strong> mixin</li>
|
|
5204
|
-
<li><strong>Lines (comments):</strong>
|
|
5205
|
-
<li><strong>Lines (code):</strong>
|
|
5204
|
+
<li><strong>Lines (comments):</strong> 43-46</li>
|
|
5205
|
+
<li><strong>Lines (code):</strong> 48-50</li>
|
|
5206
5206
|
</ul>
|
|
5207
5207
|
</details>
|
|
5208
5208
|
<h4 id="examples" tabindex="-1">Examples</h4>
|
|
@@ -5241,8 +5241,8 @@
|
|
|
5241
5241
|
<li><strong>File:</strong> _hero.scss</li>
|
|
5242
5242
|
<li><strong>Group:</strong> hero</li>
|
|
5243
5243
|
<li><strong>Type:</strong> mixin</li>
|
|
5244
|
-
<li><strong>Lines (comments):</strong>
|
|
5245
|
-
<li><strong>Lines (code):</strong>
|
|
5244
|
+
<li><strong>Lines (comments):</strong> 61-63</li>
|
|
5245
|
+
<li><strong>Lines (code):</strong> 65-185</li>
|
|
5246
5246
|
</ul>
|
|
5247
5247
|
</details>
|
|
5248
5248
|
<h4 id="examples-1" tabindex="-1">Examples</h4>
|
|
@@ -5265,8 +5265,8 @@
|
|
|
5265
5265
|
<li><strong>File:</strong> _hero.scss</li>
|
|
5266
5266
|
<li><strong>Group:</strong> hero</li>
|
|
5267
5267
|
<li><strong>Type:</strong> function</li>
|
|
5268
|
-
<li><strong>Lines (comments):</strong>
|
|
5269
|
-
<li><strong>Lines (code):</strong>
|
|
5268
|
+
<li><strong>Lines (comments):</strong> 52-55</li>
|
|
5269
|
+
<li><strong>Lines (code):</strong> 57-59</li>
|
|
5270
5270
|
</ul>
|
|
5271
5271
|
</details>
|
|
5272
5272
|
<h4 id="examples-2" tabindex="-1">Examples</h4>
|
|
@@ -5122,8 +5122,8 @@
|
|
|
5122
5122
|
<li><strong>File:</strong> _overlay-section.scss</li>
|
|
5123
5123
|
<li><strong>Group:</strong> overlay-section</li>
|
|
5124
5124
|
<li><strong>Type:</strong> variable</li>
|
|
5125
|
-
<li><strong>Lines (comments):</strong>
|
|
5126
|
-
<li><strong>Lines (code):</strong>
|
|
5125
|
+
<li><strong>Lines (comments):</strong> 14-22</li>
|
|
5126
|
+
<li><strong>Lines (code):</strong> 24-42</li>
|
|
5127
5127
|
</ul>
|
|
5128
5128
|
</details>
|
|
5129
5129
|
<h4 id="map-properties" tabindex="-1">Map Properties</h4>
|
|
@@ -5195,8 +5195,8 @@
|
|
|
5195
5195
|
<li><strong>File:</strong> _overlay-section.scss</li>
|
|
5196
5196
|
<li><strong>Group:</strong> overlay-section</li>
|
|
5197
5197
|
<li><strong>Type:</strong> mixin</li>
|
|
5198
|
-
<li><strong>Lines (comments):</strong>
|
|
5199
|
-
<li><strong>Lines (code):</strong>
|
|
5198
|
+
<li><strong>Lines (comments):</strong> 44-47</li>
|
|
5199
|
+
<li><strong>Lines (code):</strong> 49-51</li>
|
|
5200
5200
|
</ul>
|
|
5201
5201
|
</details>
|
|
5202
5202
|
<h4 id="examples" tabindex="-1">Examples</h4>
|
|
@@ -5235,8 +5235,8 @@
|
|
|
5235
5235
|
<li><strong>File:</strong> _overlay-section.scss</li>
|
|
5236
5236
|
<li><strong>Group:</strong> overlay-section</li>
|
|
5237
5237
|
<li><strong>Type:</strong> mixin</li>
|
|
5238
|
-
<li><strong>Lines (comments):</strong>
|
|
5239
|
-
<li><strong>Lines (code):</strong>
|
|
5238
|
+
<li><strong>Lines (comments):</strong> 62-64</li>
|
|
5239
|
+
<li><strong>Lines (code):</strong> 66-119</li>
|
|
5240
5240
|
</ul>
|
|
5241
5241
|
</details>
|
|
5242
5242
|
<h4 id="examples-1" tabindex="-1">Examples</h4>
|
|
@@ -5259,8 +5259,8 @@
|
|
|
5259
5259
|
<li><strong>File:</strong> _overlay-section.scss</li>
|
|
5260
5260
|
<li><strong>Group:</strong> overlay-section</li>
|
|
5261
5261
|
<li><strong>Type:</strong> function</li>
|
|
5262
|
-
<li><strong>Lines (comments):</strong>
|
|
5263
|
-
<li><strong>Lines (code):</strong>
|
|
5262
|
+
<li><strong>Lines (comments):</strong> 53-56</li>
|
|
5263
|
+
<li><strong>Lines (code):</strong> 58-60</li>
|
|
5264
5264
|
</ul>
|
|
5265
5265
|
</details>
|
|
5266
5266
|
<h4 id="examples-2" tabindex="-1">Examples</h4>
|
|
@@ -5112,8 +5112,8 @@
|
|
|
5112
5112
|
<li><strong>File:</strong> _ratio-box.scss</li>
|
|
5113
5113
|
<li><strong>Group:</strong> ratio-box</li>
|
|
5114
5114
|
<li><strong>Type:</strong> variable</li>
|
|
5115
|
-
<li><strong>Lines (comments):</strong>
|
|
5116
|
-
<li><strong>Lines (code):</strong>
|
|
5115
|
+
<li><strong>Lines (comments):</strong> 10-13</li>
|
|
5116
|
+
<li><strong>Lines (code):</strong> 15-22</li>
|
|
5117
5117
|
</ul>
|
|
5118
5118
|
</details>
|
|
5119
5119
|
<h4 id="map-properties" tabindex="-1">Map Properties</h4>
|
|
@@ -5155,8 +5155,8 @@
|
|
|
5155
5155
|
<li><strong>File:</strong> _ratio-box.scss</li>
|
|
5156
5156
|
<li><strong>Group:</strong> ratio-box</li>
|
|
5157
5157
|
<li><strong>Type:</strong> mixin</li>
|
|
5158
|
-
<li><strong>Lines (comments):</strong>
|
|
5159
|
-
<li><strong>Lines (code):</strong>
|
|
5158
|
+
<li><strong>Lines (comments):</strong> 24-27</li>
|
|
5159
|
+
<li><strong>Lines (code):</strong> 29-31</li>
|
|
5160
5160
|
</ul>
|
|
5161
5161
|
</details>
|
|
5162
5162
|
<h4 id="examples" tabindex="-1">Examples</h4>
|
|
@@ -5195,8 +5195,8 @@
|
|
|
5195
5195
|
<li><strong>File:</strong> _ratio-box.scss</li>
|
|
5196
5196
|
<li><strong>Group:</strong> ratio-box</li>
|
|
5197
5197
|
<li><strong>Type:</strong> mixin</li>
|
|
5198
|
-
<li><strong>Lines (comments):</strong>
|
|
5199
|
-
<li><strong>Lines (code):</strong>
|
|
5198
|
+
<li><strong>Lines (comments):</strong> 42-44</li>
|
|
5199
|
+
<li><strong>Lines (code):</strong> 46-61</li>
|
|
5200
5200
|
</ul>
|
|
5201
5201
|
</details>
|
|
5202
5202
|
<h4 id="examples-1" tabindex="-1">Examples</h4>
|
|
@@ -5219,8 +5219,8 @@
|
|
|
5219
5219
|
<li><strong>File:</strong> _ratio-box.scss</li>
|
|
5220
5220
|
<li><strong>Group:</strong> ratio-box</li>
|
|
5221
5221
|
<li><strong>Type:</strong> function</li>
|
|
5222
|
-
<li><strong>Lines (comments):</strong>
|
|
5223
|
-
<li><strong>Lines (code):</strong>
|
|
5222
|
+
<li><strong>Lines (comments):</strong> 33-36</li>
|
|
5223
|
+
<li><strong>Lines (code):</strong> 38-40</li>
|
|
5224
5224
|
</ul>
|
|
5225
5225
|
</details>
|
|
5226
5226
|
<h4 id="examples-2" tabindex="-1">Examples</h4>
|
|
@@ -5108,8 +5108,8 @@
|
|
|
5108
5108
|
<li><strong>File:</strong> _vignette.scss</li>
|
|
5109
5109
|
<li><strong>Group:</strong> vignette</li>
|
|
5110
5110
|
<li><strong>Type:</strong> variable</li>
|
|
5111
|
-
<li><strong>Lines (comments):</strong>
|
|
5112
|
-
<li><strong>Lines (code):</strong>
|
|
5111
|
+
<li><strong>Lines (comments):</strong> 13-16</li>
|
|
5112
|
+
<li><strong>Lines (code):</strong> 18-21</li>
|
|
5113
5113
|
</ul>
|
|
5114
5114
|
</details>
|
|
5115
5115
|
<h4 id="map-properties" tabindex="-1">Map Properties</h4>
|
|
@@ -5151,8 +5151,8 @@
|
|
|
5151
5151
|
<li><strong>File:</strong> _vignette.scss</li>
|
|
5152
5152
|
<li><strong>Group:</strong> vignette</li>
|
|
5153
5153
|
<li><strong>Type:</strong> mixin</li>
|
|
5154
|
-
<li><strong>Lines (comments):</strong>
|
|
5155
|
-
<li><strong>Lines (code):</strong>
|
|
5154
|
+
<li><strong>Lines (comments):</strong> 23-26</li>
|
|
5155
|
+
<li><strong>Lines (code):</strong> 28-30</li>
|
|
5156
5156
|
</ul>
|
|
5157
5157
|
</details>
|
|
5158
5158
|
<h4 id="examples" tabindex="-1">Examples</h4>
|
|
@@ -5191,8 +5191,8 @@
|
|
|
5191
5191
|
<li><strong>File:</strong> _vignette.scss</li>
|
|
5192
5192
|
<li><strong>Group:</strong> vignette</li>
|
|
5193
5193
|
<li><strong>Type:</strong> mixin</li>
|
|
5194
|
-
<li><strong>Lines (comments):</strong>
|
|
5195
|
-
<li><strong>Lines (code):</strong>
|
|
5194
|
+
<li><strong>Lines (comments):</strong> 41-43</li>
|
|
5195
|
+
<li><strong>Lines (code):</strong> 45-63</li>
|
|
5196
5196
|
</ul>
|
|
5197
5197
|
</details>
|
|
5198
5198
|
<h4 id="examples-1" tabindex="-1">Examples</h4>
|
|
@@ -5215,8 +5215,8 @@
|
|
|
5215
5215
|
<li><strong>File:</strong> _vignette.scss</li>
|
|
5216
5216
|
<li><strong>Group:</strong> vignette</li>
|
|
5217
5217
|
<li><strong>Type:</strong> function</li>
|
|
5218
|
-
<li><strong>Lines (comments):</strong>
|
|
5219
|
-
<li><strong>Lines (code):</strong>
|
|
5218
|
+
<li><strong>Lines (comments):</strong> 32-35</li>
|
|
5219
|
+
<li><strong>Lines (code):</strong> 37-39</li>
|
|
5220
5220
|
</ul>
|
|
5221
5221
|
</details>
|
|
5222
5222
|
<h4 id="examples-2" tabindex="-1">Examples</h4>
|
|
@@ -5493,7 +5493,7 @@ side (x) + the padding. This accounts for the containers max-width to give an ab
|
|
|
5493
5493
|
<li><strong>Group:</strong> layout</li>
|
|
5494
5494
|
<li><strong>Type:</strong> mixin</li>
|
|
5495
5495
|
<li><strong>Lines (comments):</strong> 209-211</li>
|
|
5496
|
-
<li><strong>Lines (code):</strong> 213-
|
|
5496
|
+
<li><strong>Lines (code):</strong> 213-238</li>
|
|
5497
5497
|
</ul>
|
|
5498
5498
|
</details>
|
|
5499
5499
|
<h4 id="parameters-5" tabindex="-1">Parameters</h4>
|
|
@@ -5537,8 +5537,8 @@ side (x) + the padding. This accounts for the containers max-width to give an ab
|
|
|
5537
5537
|
<li><strong>File:</strong> _layout.scss</li>
|
|
5538
5538
|
<li><strong>Group:</strong> layout</li>
|
|
5539
5539
|
<li><strong>Type:</strong> mixin</li>
|
|
5540
|
-
<li><strong>Lines (comments):</strong>
|
|
5541
|
-
<li><strong>Lines (code):</strong>
|
|
5540
|
+
<li><strong>Lines (comments):</strong> 240-240</li>
|
|
5541
|
+
<li><strong>Lines (code):</strong> 242-253</li>
|
|
5542
5542
|
</ul>
|
|
5543
5543
|
</details>
|
|
5544
5544
|
<div class="sassdoc-item-header">
|
|
@@ -5554,8 +5554,8 @@ side (x) + the padding. This accounts for the containers max-width to give an ab
|
|
|
5554
5554
|
<li><strong>File:</strong> _layout.scss</li>
|
|
5555
5555
|
<li><strong>Group:</strong> layout</li>
|
|
5556
5556
|
<li><strong>Type:</strong> mixin</li>
|
|
5557
|
-
<li><strong>Lines (comments):</strong>
|
|
5558
|
-
<li><strong>Lines (code):</strong>
|
|
5557
|
+
<li><strong>Lines (comments):</strong> 255-255</li>
|
|
5558
|
+
<li><strong>Lines (code):</strong> 256-262</li>
|
|
5559
5559
|
</ul>
|
|
5560
5560
|
</details>
|
|
5561
5561
|
<div class="sassdoc-item-header">
|
|
@@ -5575,8 +5575,8 @@ so they are identical for compression</li>
|
|
|
5575
5575
|
<li><strong>File:</strong> _layout.scss</li>
|
|
5576
5576
|
<li><strong>Group:</strong> layout</li>
|
|
5577
5577
|
<li><strong>Type:</strong> mixin</li>
|
|
5578
|
-
<li><strong>Lines (comments):</strong>
|
|
5579
|
-
<li><strong>Lines (code):</strong>
|
|
5578
|
+
<li><strong>Lines (comments):</strong> 264-266</li>
|
|
5579
|
+
<li><strong>Lines (code):</strong> 267-278</li>
|
|
5580
5580
|
</ul>
|
|
5581
5581
|
</details>
|
|
5582
5582
|
<h2 id="functions" tabindex="-1">Functions</h2>
|