@clayui/css 3.65.1 → 3.65.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.
Files changed (36) hide show
  1. package/lib/css/atlas.css +1 -62
  2. package/lib/css/atlas.css.map +1 -1
  3. package/lib/css/base.css +1 -61
  4. package/lib/css/base.css.map +1 -1
  5. package/lib/css/cadmin.css +2 -26
  6. package/lib/css/cadmin.css.map +1 -1
  7. package/lib/images/icons/icons.svg +1 -1
  8. package/package.json +2 -2
  9. package/src/scss/_license-text.scss +1 -1
  10. package/src/scss/components/_alerts.scss +28 -80
  11. package/src/scss/components/_buttons.scss +2 -2
  12. package/src/scss/components/_custom-forms.scss +4 -12
  13. package/src/scss/components/_date-picker.scss +6 -23
  14. package/src/scss/components/_dropdowns.scss +10 -23
  15. package/src/scss/components/_forms.scss +16 -53
  16. package/src/scss/components/_icons.scss +4 -4
  17. package/src/scss/components/_labels.scss +6 -10
  18. package/src/scss/components/_list-group.scss +4 -9
  19. package/src/scss/components/_modals.scss +2 -6
  20. package/src/scss/components/_progress-bars.scss +2 -6
  21. package/src/scss/components/_stickers.scss +3 -15
  22. package/src/scss/components/_type.scss +3 -3
  23. package/src/scss/mixins/_alerts.scss +10 -24
  24. package/src/scss/mixins/_aspect-ratio.scss +51 -49
  25. package/src/scss/mixins/_badges.scss +140 -140
  26. package/src/scss/mixins/_buttons.scss +2 -6
  27. package/src/scss/mixins/_cards.scss +4 -10
  28. package/src/scss/mixins/_dropdown-menu.scss +19 -31
  29. package/src/scss/mixins/_grid.scss +59 -51
  30. package/src/scss/mixins/_labels.scss +228 -212
  31. package/src/scss/mixins/_menubar.scss +15 -46
  32. package/src/scss/mixins/_navbar.scss +41 -43
  33. package/src/scss/mixins/_pagination.scss +35 -71
  34. package/src/scss/mixins/_sheet.scss +2 -6
  35. package/src/scss/mixins/_stickers.scss +10 -19
  36. package/src/scss/mixins/_tbar.scss +10 -30
package/lib/css/base.css CHANGED
@@ -1,6 +1,6 @@
1
1
  @charset "UTF-8";
2
2
  /**
3
- * Clay 3.65.1
3
+ * Clay 3.65.2
4
4
  *
5
5
  * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
6
6
  * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
@@ -3502,10 +3502,6 @@ input[type=button].btn-block {
3502
3502
  padding-top: 0.5625rem;
3503
3503
  min-height: 3.5rem;
3504
3504
  }
3505
- .alert-inline.alert.alert-dismissible.alert-fluid > .container > .alert-autofit-row .btn-group,
3506
- .alert-inline.alert.alert-dismissible.alert-fluid > .container-fluid > .alert-autofit-row .btn-group {
3507
- margin-right: 2rem;
3508
- }
3509
3505
  .alert-inline.alert > .alert-autofit-row {
3510
3506
  align-items: center;
3511
3507
  margin-bottom: calc(-0.75rem - 1px);
@@ -10618,10 +10614,6 @@ label.custom-control-label {
10618
10614
  background-color: #9fcdff;
10619
10615
  color: #004085;
10620
10616
  }
10621
- .list-group-item-primary.list-group-item-action:focus {
10622
- background-color: #9fcdff;
10623
- color: #004085;
10624
- }
10625
10617
  .list-group-item-primary.list-group-item-action.active {
10626
10618
  background-color: #004085;
10627
10619
  border-color: #004085;
@@ -10636,10 +10628,6 @@ label.custom-control-label {
10636
10628
  background-color: #c8cbcf;
10637
10629
  color: #383d41;
10638
10630
  }
10639
- .list-group-item-secondary.list-group-item-action:focus {
10640
- background-color: #c8cbcf;
10641
- color: #383d41;
10642
- }
10643
10631
  .list-group-item-secondary.list-group-item-action.active {
10644
10632
  background-color: #383d41;
10645
10633
  border-color: #383d41;
@@ -10654,10 +10642,6 @@ label.custom-control-label {
10654
10642
  background-color: #b1dfbb;
10655
10643
  color: #155724;
10656
10644
  }
10657
- .list-group-item-success.list-group-item-action:focus {
10658
- background-color: #b1dfbb;
10659
- color: #155724;
10660
- }
10661
10645
  .list-group-item-success.list-group-item-action.active {
10662
10646
  background-color: #155724;
10663
10647
  border-color: #155724;
@@ -10672,10 +10656,6 @@ label.custom-control-label {
10672
10656
  background-color: #abdde5;
10673
10657
  color: #0c5460;
10674
10658
  }
10675
- .list-group-item-info.list-group-item-action:focus {
10676
- background-color: #abdde5;
10677
- color: #0c5460;
10678
- }
10679
10659
  .list-group-item-info.list-group-item-action.active {
10680
10660
  background-color: #0c5460;
10681
10661
  border-color: #0c5460;
@@ -10690,10 +10670,6 @@ label.custom-control-label {
10690
10670
  background-color: #ffe8a1;
10691
10671
  color: #856404;
10692
10672
  }
10693
- .list-group-item-warning.list-group-item-action:focus {
10694
- background-color: #ffe8a1;
10695
- color: #856404;
10696
- }
10697
10673
  .list-group-item-warning.list-group-item-action.active {
10698
10674
  background-color: #856404;
10699
10675
  border-color: #856404;
@@ -10708,10 +10684,6 @@ label.custom-control-label {
10708
10684
  background-color: #f1b0b7;
10709
10685
  color: #721c24;
10710
10686
  }
10711
- .list-group-item-danger.list-group-item-action:focus {
10712
- background-color: #f1b0b7;
10713
- color: #721c24;
10714
- }
10715
10687
  .list-group-item-danger.list-group-item-action.active {
10716
10688
  background-color: #721c24;
10717
10689
  border-color: #721c24;
@@ -10726,10 +10698,6 @@ label.custom-control-label {
10726
10698
  background-color: #ececf6;
10727
10699
  color: #818182;
10728
10700
  }
10729
- .list-group-item-light.list-group-item-action:focus {
10730
- background-color: #ececf6;
10731
- color: #818182;
10732
- }
10733
10701
  .list-group-item-light.list-group-item-action.active {
10734
10702
  background-color: #818182;
10735
10703
  border-color: #818182;
@@ -10744,10 +10712,6 @@ label.custom-control-label {
10744
10712
  background-color: #b9bbbe;
10745
10713
  color: #1b1e21;
10746
10714
  }
10747
- .list-group-item-dark.list-group-item-action:focus {
10748
- background-color: #b9bbbe;
10749
- color: #1b1e21;
10750
- }
10751
10715
  .list-group-item-dark.list-group-item-action.active {
10752
10716
  background-color: #1b1e21;
10753
10717
  border-color: #1b1e21;
@@ -18773,9 +18737,6 @@ caption {
18773
18737
  border-width: 0 0 0.0625rem 0;
18774
18738
  height: 3.5rem;
18775
18739
  }
18776
- .component-tbar .tbar-label {
18777
- border-width: 0.0625rem;
18778
- }
18779
18740
  .subnav-tbar {
18780
18741
  font-size: 0.875rem;
18781
18742
  }
@@ -18875,9 +18836,6 @@ caption {
18875
18836
  .subnav-tbar .component-label {
18876
18837
  font-weight: 400;
18877
18838
  }
18878
- .subnav-tbar .tbar-label {
18879
- border-width: 0.0625rem;
18880
- }
18881
18839
  .subnav-tbar-primary {
18882
18840
  background-color: #a8d2ff;
18883
18841
  padding-bottom: 0.625rem;
@@ -18940,18 +18898,12 @@ caption {
18940
18898
  .subnav-tbar-primary.subnav-tbar-disabled .component-label {
18941
18899
  border-color: #6c757d;
18942
18900
  }
18943
- .subnav-tbar-primary.subnav-tbar-disabled .tbar-label {
18944
- border-width: 0.0625rem;
18945
- }
18946
18901
  .subnav-tbar-light {
18947
18902
  color: rgba(0, 0, 0, 0.5);
18948
18903
  background-color: #f8f9fa;
18949
18904
  padding-bottom: 0.125rem;
18950
18905
  padding-top: 0.125rem;
18951
18906
  }
18952
- .subnav-tbar-light .tbar-label {
18953
- border-width: 0.0625rem;
18954
- }
18955
18907
  .tbar-stacked {
18956
18908
  display: inline-flex;
18957
18909
  height: 100%;
@@ -19018,9 +18970,6 @@ caption {
19018
18970
  margin-right: 0;
19019
18971
  margin-top: 0;
19020
18972
  }
19021
- .tbar-stacked .tbar-label {
19022
- border-width: 0.0625rem;
19023
- }
19024
18973
  .tbar-light {
19025
18974
  background-color: #fff;
19026
18975
  box-shadow: inset 1px 0 0 0 #e9ecef, inset -1px 0 0 0 #e9ecef;
@@ -19053,9 +19002,6 @@ caption {
19053
19002
  background-color: #e9ecef;
19054
19003
  color: #343a40;
19055
19004
  }
19056
- .tbar-light .tbar-label {
19057
- border-width: 0.0625rem;
19058
- }
19059
19005
  .tbar-dark-l2 {
19060
19006
  background-color: #828e9a;
19061
19007
  box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.06), inset -1px 0 0 0 rgba(255, 255, 255, 0.06);
@@ -19089,9 +19035,6 @@ caption {
19089
19035
  background-color: rgba(255, 255, 255, 0.06);
19090
19036
  color: #fff;
19091
19037
  }
19092
- .tbar-dark-l2 .tbar-label {
19093
- border-width: 0.0625rem;
19094
- }
19095
19038
  .tbar-dark-d1 {
19096
19039
  background-color: #23272b;
19097
19040
  box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.06), inset -1px 0 0 0 rgba(255, 255, 255, 0.06);
@@ -19134,9 +19077,6 @@ caption {
19134
19077
  background-color: rgba(255, 255, 255, 0.06);
19135
19078
  color: #fff;
19136
19079
  }
19137
- .tbar-dark-d1 .tbar-label {
19138
- border-width: 0.0625rem;
19139
- }
19140
19080
  .timeline {
19141
19081
  list-style: none;
19142
19082
  padding-left: 0;