@clayui/css 3.56.0 → 3.57.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.
package/lib/css/atlas.css CHANGED
@@ -1,6 +1,6 @@
1
1
  @charset "UTF-8";
2
2
  /**
3
- * Clay 3.56.0
3
+ * Clay 3.57.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>
@@ -12052,7 +12052,7 @@ label.custom-control-label {
12052
12052
  color: #fff;
12053
12053
  }
12054
12054
  .multi-step-item.active .multi-step-divider {
12055
- background-color: #f1f2f5;
12055
+ background-color: #e7e7ed;
12056
12056
  }
12057
12057
  .multi-step-item.active.complete .multi-step-icon {
12058
12058
  background-color: #0b5fff;
@@ -12082,7 +12082,7 @@ label.custom-control-label {
12082
12082
  color: #a7a9bc;
12083
12083
  }
12084
12084
  .multi-step-item.disabled .multi-step-icon {
12085
- background-color: #f1f2f5;
12085
+ background-color: #e7e7ed;
12086
12086
  background-repeat: no-repeat;
12087
12087
  color: #a7a9bc;
12088
12088
  cursor: not-allowed;
@@ -12095,7 +12095,7 @@ label.custom-control-label {
12095
12095
  color: #a7a9bc;
12096
12096
  }
12097
12097
  .multi-step-item.disabled .multi-step-divider {
12098
- background-color: #f1f2f5;
12098
+ background-color: #e7e7ed;
12099
12099
  }
12100
12100
 
12101
12101
  .multi-step-title {
@@ -12113,7 +12113,7 @@ label.custom-control-label {
12113
12113
  }
12114
12114
 
12115
12115
  .multi-step-divider {
12116
- background-color: #f1f2f5;
12116
+ background-color: #e7e7ed;
12117
12117
  height: 0.25rem;
12118
12118
  margin-left: 2rem;
12119
12119
  margin-top: -0.25rem;
@@ -12150,7 +12150,7 @@ label.custom-control-label {
12150
12150
 
12151
12151
  .multi-step-icon {
12152
12152
  align-items: center;
12153
- background-color: #f1f2f5;
12153
+ background-color: #e7e7ed;
12154
12154
  border-radius: 100px;
12155
12155
  border-width: 0px;
12156
12156
  color: #6b6c7e;
@@ -12168,12 +12168,12 @@ label.custom-control-label {
12168
12168
  width: 2rem;
12169
12169
  }
12170
12170
  .multi-step-icon:hover {
12171
- background-color: #f1f2f5;
12171
+ background-color: #e7e7ed;
12172
12172
  color: #6b6c7e;
12173
12173
  text-decoration: none;
12174
12174
  }
12175
12175
  .multi-step-icon:focus {
12176
- background-color: #f1f2f5;
12176
+ background-color: #e7e7ed;
12177
12177
  box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
12178
12178
  color: #6b6c7e;
12179
12179
  outline: 0;
@@ -21281,7 +21281,7 @@ caption {
21281
21281
  padding: 2px 0;
21282
21282
  }
21283
21283
  .treeview .btn-monospaced {
21284
- font-size: 14px;
21284
+ font-size: inherit;
21285
21285
  height: 24px;
21286
21286
  width: 24px;
21287
21287
  }
@@ -21296,11 +21296,15 @@ caption {
21296
21296
  margin-right: 4px;
21297
21297
  margin-top: 1.5px;
21298
21298
  }
21299
+ .treeview .component-expander {
21300
+ font-size: 10px;
21301
+ }
21299
21302
  .treeview .component-expander .lexicon-icon:not(.component-expanded-d-none) {
21300
21303
  display: none;
21301
21304
  }
21302
21305
  .treeview .component-action {
21303
21306
  display: none;
21307
+ font-size: 16px;
21304
21308
  margin-left: 2px;
21305
21309
  margin-right: 2px;
21306
21310
  }
@@ -21321,12 +21325,16 @@ caption {
21321
21325
  background-color: transparent;
21322
21326
  }
21323
21327
  .treeview .component-icon {
21324
- display: inline;
21328
+ display: inline-block;
21329
+ font-size: 16px;
21325
21330
  height: auto;
21326
- margin-left: 4px;
21327
- margin-right: 4px;
21331
+ margin: auto 4px;
21332
+ vertical-align: middle;
21328
21333
  width: auto;
21329
21334
  }
21335
+ .treeview .component-icon .lexicon-icon {
21336
+ display: block;
21337
+ }
21330
21338
  .treeview .component-text {
21331
21339
  padding-bottom: 1.5px;
21332
21340
  padding-left: 4px;