@clayui/css 3.90.0 → 3.91.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.
Files changed (34) hide show
  1. package/lib/css/atlas.css +48 -111
  2. package/lib/css/atlas.css.map +1 -1
  3. package/lib/css/base.css +34 -72
  4. package/lib/css/base.css.map +1 -1
  5. package/lib/css/cadmin.css +44 -108
  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/_components.scss +1 -0
  10. package/src/scss/_license-text.scss +1 -1
  11. package/src/scss/_variables.scss +1 -0
  12. package/src/scss/atlas/variables/_navbar.scss +34 -0
  13. package/src/scss/atlas/variables/_navigation-bar.scss +1 -1
  14. package/src/scss/atlas/variables/_navs.scss +20 -41
  15. package/src/scss/cadmin/_variables.scss +1 -0
  16. package/src/scss/cadmin/components/_navbar.scss +1 -43
  17. package/src/scss/cadmin/components/_navs.scss +8 -16
  18. package/src/scss/cadmin/components/_resizer.scss +11 -0
  19. package/src/scss/cadmin/variables/_navbar.scss +47 -0
  20. package/src/scss/cadmin/variables/_navigation-bar.scss +1 -1
  21. package/src/scss/cadmin/variables/_navs.scss +13 -108
  22. package/src/scss/cadmin/variables/_resizer.scss +21 -0
  23. package/src/scss/cadmin/variables/_slideout.scss +7 -0
  24. package/src/scss/cadmin/variables/_treeview.scss +1 -0
  25. package/src/scss/cadmin.scss +1 -0
  26. package/src/scss/components/_navbar.scss +1 -40
  27. package/src/scss/components/_navs.scss +9 -14
  28. package/src/scss/components/_resizer.scss +11 -0
  29. package/src/scss/mixins/_slideout.scss +32 -1
  30. package/src/scss/variables/_navbar.scss +46 -0
  31. package/src/scss/variables/_navs.scss +2 -98
  32. package/src/scss/variables/_resizer.scss +22 -0
  33. package/src/scss/variables/_slideout.scss +8 -0
  34. package/src/scss/variables/_treeview.scss +1 -0
@@ -1,6 +1,6 @@
1
1
  @charset "UTF-8";
2
2
  /**
3
- * Clay 3.90.0
3
+ * Clay 3.91.0
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>
@@ -16,7 +16,7 @@
16
16
  * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
17
17
  */
18
18
  /**
19
- * Clay 3.90.0
19
+ * Clay 3.91.0
20
20
  *
21
21
  * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
22
22
  * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
@@ -1770,6 +1770,23 @@ html:not(#__):not(#___) .cadmin .btn .loading-animation {
1770
1770
  font-size: 1em;
1771
1771
  margin-top: -0.1em;
1772
1772
  }
1773
+ html:not(#__):not(#___) .cadmin .c-horizontal-resizer {
1774
+ background-color: transparent;
1775
+ bottom: 0;
1776
+ cursor: ew-resize;
1777
+ margin-right: -0.25rem;
1778
+ position: absolute;
1779
+ right: 0;
1780
+ top: 0;
1781
+ width: 0.5rem;
1782
+ z-index: 10;
1783
+ }
1784
+ html:not(#__):not(#___) .cadmin .c-horizontal-resizer:hover {
1785
+ background-color: #80acff;
1786
+ }
1787
+ html:not(#__):not(#___) .cadmin .c-horizontal-resizer:focus {
1788
+ background-color: #80acff;
1789
+ }
1773
1790
  html:not(#__):not(#___) .cadmin .fade, html:not(#__):not(#___) .cadmin.fade {
1774
1791
  transition: opacity 0.15s linear;
1775
1792
  }
@@ -10778,7 +10795,13 @@ html:not(#__):not(#___) .cadmin .nav-nested-margins > li .nav > li {
10778
10795
  margin-left: 16px;
10779
10796
  }
10780
10797
  html:not(#__):not(#___) .cadmin .nav-tabs {
10781
- border-bottom: 1px solid transparent;
10798
+ background-color: #f7f8f9;
10799
+ border-color: #cdced9;
10800
+ border-style: solid;
10801
+ border-width: 1px 0;
10802
+ padding-left: 24px;
10803
+ padding-right: 24px;
10804
+ padding-top: 7px;
10782
10805
  font-size: 14px;
10783
10806
  }
10784
10807
  html:not(#__):not(#___) .cadmin .nav-tabs .nav-link {
@@ -10808,13 +10831,13 @@ html:not(#__):not(#___) .cadmin .nav-tabs .nav-link.focus, html:not(#__):not(#__
10808
10831
  }
10809
10832
  html:not(#__):not(#___) .cadmin .nav-tabs .nav-link:active {
10810
10833
  background-color: #fff;
10811
- border-color: transparent transparent #fff;
10834
+ border-color: #cdced9 #cdced9 #fff;
10812
10835
  color: #272833;
10813
10836
  }
10814
10837
  html:not(#__):not(#___) .cadmin .nav-tabs .nav-link.active {
10815
10838
  background-color: #fff;
10816
10839
  color: #272833;
10817
- border-color: transparent transparent #fff;
10840
+ border-color: #cdced9 #cdced9 #fff;
10818
10841
  }
10819
10842
  html:not(#__):not(#___) .cadmin .nav-tabs .nav-link:disabled, html:not(#__):not(#___) .cadmin .nav-tabs .nav-link.disabled {
10820
10843
  background-color: transparent;
@@ -10823,9 +10846,9 @@ html:not(#__):not(#___) .cadmin .nav-tabs .nav-link:disabled, html:not(#__):not(
10823
10846
  color: #a7a9bc;
10824
10847
  }
10825
10848
  html:not(#__):not(#___) .cadmin .nav-tabs .nav-link[aria-expanded=true], html:not(#__):not(#___) .cadmin .nav-tabs .nav-link.show {
10826
- background-color: transparent;
10849
+ background-color: #fff;
10827
10850
  color: #272833;
10828
- border-color: transparent transparent transparent transparent;
10851
+ border-color: #cdced9 #cdced9 #fff;
10829
10852
  }
10830
10853
  html:not(#__):not(#___) .cadmin .nav-tabs .nav-link > .c-inner {
10831
10854
  margin-bottom: -4.5px;
@@ -10863,51 +10886,6 @@ html:not(#__):not(#___) .cadmin .dropdown-item[data-toggle=tab].active .dropdown
10863
10886
  html:not(#__):not(#___) .cadmin .dropdown-item[data-toggle=tab].active .dropdown-item-indicator-end {
10864
10887
  display: block;
10865
10888
  }
10866
- html:not(#__):not(#___) .cadmin .nav-underline .nav-link {
10867
- border-radius: 1px;
10868
- color: #6b6c7e;
10869
- font-weight: 600;
10870
- line-height: 1;
10871
- padding-bottom: 9px;
10872
- padding-top: 9px;
10873
- transition: box-shadow 0.15s ease-in-out;
10874
- }
10875
- @media (prefers-reduced-motion: reduce) {
10876
- html:not(#__):not(#___) .cadmin .nav-underline .nav-link {
10877
- transition: none;
10878
- }
10879
- }
10880
- html:not(#__):not(#___) .cadmin .nav-underline .nav-link::after {
10881
- bottom: 0;
10882
- display: block;
10883
- position: absolute;
10884
- left: 0;
10885
- right: 0;
10886
- width: auto;
10887
- }
10888
- html:not(#__):not(#___) .cadmin .nav-underline .nav-link.focus, html:not(#__):not(#___) .cadmin .nav-underline .nav-link:focus {
10889
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
10890
- outline: 0;
10891
- }
10892
- html:not(#__):not(#___) .cadmin .nav-underline .nav-link.active {
10893
- color: #272833;
10894
- }
10895
- html:not(#__):not(#___) .cadmin .nav-underline .nav-link.active::after {
10896
- background-color: #528eff;
10897
- content: "";
10898
- height: 2px;
10899
- }
10900
- html:not(#__):not(#___) .cadmin .nav-underline .nav-link:disabled, html:not(#__):not(#___) .cadmin .nav-underline .nav-link.disabled {
10901
- box-shadow: none;
10902
- color: #a7a9bc;
10903
- }
10904
- html:not(#__):not(#___) .cadmin .nav-underline .nav-link[aria-expanded=true], html:not(#__):not(#___) .cadmin .nav-underline .nav-link.show {
10905
- color: #272833;
10906
- }
10907
- html:not(#__):not(#___) .cadmin .nav-underline .nav-link > .c-inner {
10908
- margin-bottom: -9px;
10909
- margin-top: -9px;
10910
- }
10911
10889
  html:not(#__):not(#___) .cadmin .menubar {
10912
10890
  position: relative;
10913
10891
  }
@@ -12078,80 +12056,30 @@ html:not(#__):not(#___) .cadmin .navbar-dark .navbar-text a {
12078
12056
  html:not(#__):not(#___) .cadmin .navbar-dark .navbar-text a:hover, html:not(#__):not(#___) .cadmin .navbar-dark .navbar-text a:focus {
12079
12057
  color: #fff;
12080
12058
  }
12081
- html:not(#__):not(#___) .cadmin .navbar-underline .navbar-toggler-link:after {
12059
+ html:not(#__):not(#___) .cadmin .navbar-underline .navbar-toggler-link::after {
12082
12060
  background-color: #80acff;
12083
12061
  bottom: -8px;
12084
12062
  content: "";
12085
12063
  display: block;
12086
- height: 2px;
12064
+ height: 0.25rem;
12087
12065
  left: 0;
12088
12066
  position: absolute;
12089
12067
  right: 0;
12090
12068
  width: auto;
12091
12069
  }
12092
- @media (min-width: 576px) {
12093
- html:not(#__):not(#___) .cadmin .navbar-underline.navbar-expand-sm .navbar-nav .nav-link.active:after {
12094
- background-color: #80acff;
12095
- bottom: -8px;
12096
- content: "";
12097
- display: block;
12098
- height: 2px;
12099
- left: 0;
12100
- position: absolute;
12101
- right: 0;
12102
- width: auto;
12103
- }
12104
- }
12105
12070
  @media (min-width: 768px) {
12106
- html:not(#__):not(#___) .cadmin .navbar-underline.navbar-expand-md .navbar-nav .nav-link.active:after {
12107
- background-color: #80acff;
12108
- bottom: -8px;
12109
- content: "";
12110
- display: block;
12111
- height: 2px;
12112
- left: 0;
12113
- position: absolute;
12114
- right: 0;
12115
- width: auto;
12116
- }
12117
- }
12118
- @media (min-width: 992px) {
12119
- html:not(#__):not(#___) .cadmin .navbar-underline.navbar-expand-lg .navbar-nav .nav-link.active:after {
12071
+ html:not(#__):not(#___) .cadmin .navbar-underline.navbar-expand-md.navbar-underline .navbar-nav .nav-link.active::after {
12120
12072
  background-color: #80acff;
12121
12073
  bottom: -8px;
12122
12074
  content: "";
12123
12075
  display: block;
12124
- height: 2px;
12076
+ height: 0.25rem;
12125
12077
  left: 0;
12126
12078
  position: absolute;
12127
12079
  right: 0;
12128
12080
  width: auto;
12129
12081
  }
12130
12082
  }
12131
- @media (min-width: 1280px) {
12132
- html:not(#__):not(#___) .cadmin .navbar-underline.navbar-expand-xl .navbar-nav .nav-link.active:after {
12133
- background-color: #80acff;
12134
- bottom: -8px;
12135
- content: "";
12136
- display: block;
12137
- height: 2px;
12138
- left: 0;
12139
- position: absolute;
12140
- right: 0;
12141
- width: auto;
12142
- }
12143
- }
12144
- html:not(#__):not(#___) .cadmin .navbar-underline.navbar-expand .navbar-nav .nav-link.active:after {
12145
- background-color: #80acff;
12146
- bottom: -8px;
12147
- content: "";
12148
- display: block;
12149
- height: 2px;
12150
- left: 0;
12151
- position: absolute;
12152
- right: 0;
12153
- width: auto;
12154
- }
12155
12083
  html:not(#__):not(#___) .cadmin .management-bar {
12156
12084
  border-width: 0px 0px 1px 0px;
12157
12085
  font-size: 14px;
@@ -12691,7 +12619,7 @@ html:not(#__):not(#___) .cadmin .navigation-bar .dropdown-menu {
12691
12619
  margin-top: 0;
12692
12620
  }
12693
12621
  html:not(#__):not(#___) .cadmin .navigation-bar .navbar-nav .nav-link {
12694
- border-radius: 0;
12622
+ border-radius: 4px;
12695
12623
  border-width: 0;
12696
12624
  outline: 0;
12697
12625
  font-size: inherit;
@@ -12703,7 +12631,7 @@ html:not(#__):not(#___) .cadmin .navigation-bar .navbar-nav .nav-link:disabled,
12703
12631
  box-shadow: none;
12704
12632
  }
12705
12633
  html:not(#__):not(#___) .cadmin .navigation-bar .navbar-brand {
12706
- border-radius: 0;
12634
+ border-radius: 4px;
12707
12635
  border-width: 0;
12708
12636
  outline: 0;
12709
12637
  font-size: inherit;
@@ -14775,6 +14703,9 @@ html:not(#__):not(#___) .cadmin .c-slideout .sidebar.c-slideout-show {
14775
14703
  html:not(#__):not(#___) .cadmin .c-slideout .sidebar.c-slideout-transition {
14776
14704
  display: block;
14777
14705
  }
14706
+ html:not(#__):not(#___) .cadmin .c-slideout .sidebar.c-slideout-transition .c-horizontal-resizer {
14707
+ display: none;
14708
+ }
14778
14709
  html:not(#__):not(#___) .cadmin .c-slideout .tbar-stacked {
14779
14710
  display: none;
14780
14711
  flex-shrink: 0;
@@ -14847,6 +14778,10 @@ html:not(#__):not(#___) .cadmin .c-slideout-end .tbar-stacked {
14847
14778
  html:not(#__):not(#___) .cadmin .c-slideout-end .tbar-stacked.c-slideout-show {
14848
14779
  right: 0;
14849
14780
  }
14781
+ html:not(#__):not(#___) .cadmin .c-slideout-end .c-horizontal-resizer {
14782
+ left: 0;
14783
+ right: auto;
14784
+ }
14850
14785
  @media (max-width: 767.98px) {
14851
14786
  html:not(#__):not(#___) .cadmin .c-slideout-end.c-slideout-tbar-shown .sidebar {
14852
14787
  right: -280px;
@@ -17106,6 +17041,7 @@ html:not(#__):not(#___) .cadmin .treeview {
17106
17041
  padding: 2px 0;
17107
17042
  }
17108
17043
  html:not(#__):not(#___) .cadmin .treeview .btn {
17044
+ color: inherit;
17109
17045
  font-size: 12px;
17110
17046
  line-height: 1;
17111
17047
  padding: 6px 8px;