@clayui/css 3.73.0 → 3.74.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.73.0
3
+ * Clay 3.74.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>
@@ -5831,6 +5831,9 @@ input[type=button].btn-block {
5831
5831
  .form-check-card .custom-control .custom-control-input:checked ~ .card {
5832
5832
  box-shadow: 0 0 0 2px #80acff;
5833
5833
  }
5834
+ .form-check-card .custom-control .custom-control-input:checked ~ .card {
5835
+ box-shadow: 0 0 0 2px #80acff;
5836
+ }
5834
5837
  .form-check-card .form-check-input:checked ~ .card {
5835
5838
  box-shadow: 0 0 0 2px #80acff;
5836
5839
  }
@@ -9055,7 +9058,7 @@ label.custom-control-label {
9055
9058
  }
9056
9059
  .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
9057
9060
  background-color: #f1f2f5;
9058
- border-color: transparent;
9061
+ border-color: #e7e7ed;
9059
9062
  box-shadow: none;
9060
9063
  }
9061
9064
  .custom-control-input:checked ~ .custom-control-label::before {
@@ -9063,6 +9066,21 @@ label.custom-control-label {
9063
9066
  border-color: #0b5fff;
9064
9067
  color: #fff;
9065
9068
  }
9069
+ .custom-control-input[readonly] ~ .custom-control-label {
9070
+ color: #272833;
9071
+ }
9072
+ .custom-control-input[readonly] ~ .custom-control-label::before {
9073
+ background-color: #f1f2f5;
9074
+ border-color: #e7e7ed;
9075
+ }
9076
+ .custom-control-input[readonly][disabled] ~ .custom-control-label {
9077
+ color: #a7a9bc;
9078
+ }
9079
+ .custom-control-input:checked ~ .custom-control-label::before {
9080
+ background-color: #0b5fff;
9081
+ border-color: #0b5fff;
9082
+ color: #fff;
9083
+ }
9066
9084
  .custom-control-input:checked:active ~ .custom-control-label::before {
9067
9085
  background-color: #0b5fff;
9068
9086
  border-color: #0b5fff;
@@ -9071,6 +9089,10 @@ label.custom-control-label {
9071
9089
  background-color: #f1f2f5;
9072
9090
  box-shadow: none;
9073
9091
  }
9092
+ .custom-control-input:checked[readonly] ~ .custom-control-label::before {
9093
+ background-color: #fff;
9094
+ border-color: #cdced9;
9095
+ }
9074
9096
  .custom-checkbox .custom-control-input ~ .custom-control-label::before {
9075
9097
  border-radius: 0.125rem;
9076
9098
  }
@@ -9078,10 +9100,27 @@ label.custom-control-label {
9078
9100
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline'%20d='M220.9%20377.2c-8%200-15.8-3.2-21.5-8.9l-91-91c-28.1-28.1%2014.8-71%2042.9-42.9l68.2%2068.2%20139.8-157.2c26.4-30%2072%2010.1%2045.6%2040.1L243.7%20366.9c-5.5%206.3-13.4%2010-21.8%2010.3h-1z'%20fill='%23fff'/%3E%3C/svg%3E");
9079
9101
  background-size: 100%;
9080
9102
  }
9103
+ .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
9104
+ background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline'%20d='M220.9%20377.2c-8%200-15.8-3.2-21.5-8.9l-91-91c-28.1-28.1%2014.8-71%2042.9-42.9l68.2%2068.2%20139.8-157.2c26.4-30%2072%2010.1%2045.6%2040.1L243.7%20366.9c-5.5%206.3-13.4%2010-21.8%2010.3h-1z'%20fill='%23fff'/%3E%3C/svg%3E");
9105
+ background-size: 100%;
9106
+ }
9081
9107
  .custom-checkbox .custom-control-input:checked[disabled] ~ .custom-control-label::before, .custom-checkbox .custom-control-input:checked:disabled ~ .custom-control-label::before {
9082
9108
  background-color: #b3cdff;
9083
9109
  border-color: #b3cdff;
9084
9110
  }
9111
+ .custom-checkbox .custom-control-input:checked[readonly] ~ .custom-control-label::before {
9112
+ background-color: #fff;
9113
+ border-color: #cdced9;
9114
+ }
9115
+ .custom-checkbox .custom-control-input:checked[readonly] ~ .custom-control-label::after {
9116
+ background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline'%20d='M220.9%20377.2c-8%200-15.8-3.2-21.5-8.9l-91-91c-28.1-28.1%2014.8-71%2042.9-42.9l68.2%2068.2%20139.8-157.2c26.4-30%2072%2010.1%2045.6%2040.1L243.7%20366.9c-5.5%206.3-13.4%2010-21.8%2010.3h-1z'%20fill='%236b6c7e'/%3E%3C/svg%3E");
9117
+ }
9118
+ .custom-checkbox .custom-control-input:checked[readonly][disabled] ~ .custom-control-label::before {
9119
+ opacity: 0.4;
9120
+ }
9121
+ .custom-checkbox .custom-control-input:checked[readonly][disabled] ~ .custom-control-label::after {
9122
+ opacity: 0.4;
9123
+ }
9085
9124
  .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
9086
9125
  background-color: #0b5fff;
9087
9126
  border-color: #0b5fff;
@@ -9094,6 +9133,19 @@ label.custom-control-label {
9094
9133
  background-color: #b3cdff;
9095
9134
  border-color: #b3cdff;
9096
9135
  }
9136
+ .custom-checkbox .custom-control-input:indeterminate[readonly] ~ .custom-control-label::before {
9137
+ background-color: #fff;
9138
+ border-color: #cdced9;
9139
+ }
9140
+ .custom-checkbox .custom-control-input:indeterminate[readonly] ~ .custom-control-label::after {
9141
+ background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline'%20d='M384%20288H128c-42.7%200-42.7-64%200-64h256c42.7%200%2042.7%2064%200%2064z'%20fill='%236b6c7e'/%3E%3C/svg%3E");
9142
+ }
9143
+ .custom-checkbox .custom-control-input:indeterminate[readonly][disabled] ~ .custom-control-label::before {
9144
+ opacity: 0.4;
9145
+ }
9146
+ .custom-checkbox .custom-control-input:indeterminate[readonly][disabled] ~ .custom-control-label::after {
9147
+ opacity: 0.4;
9148
+ }
9097
9149
  .custom-radio .custom-control-input ~ .custom-control-label::before {
9098
9150
  border-radius: 50%;
9099
9151
  }
@@ -9104,6 +9156,10 @@ label.custom-control-label {
9104
9156
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Ccircle%20class='lexicon-icon-outline'%20cx='256'%20cy='256'%20r='256'%20fill='%23fff'/%3E%3C/svg%3E");
9105
9157
  background-size: 50%;
9106
9158
  }
9159
+ .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
9160
+ background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Ccircle%20class='lexicon-icon-outline'%20cx='256'%20cy='256'%20r='256'%20fill='%23fff'/%3E%3C/svg%3E");
9161
+ background-size: 50%;
9162
+ }
9107
9163
  .custom-radio .custom-control-input:checked[disabled] ~ .custom-control-label::before, .custom-radio .custom-control-input:checked:disabled ~ .custom-control-label::before {
9108
9164
  background-color: #b3cdff;
9109
9165
  border-color: #b3cdff;
@@ -19072,16 +19128,16 @@ caption {
19072
19128
  .table-hover .table-disabled:hover td {
19073
19129
  background-color: #fff;
19074
19130
  }
19075
- .table-primary,
19076
- .table-primary > th,
19077
- .table-primary > td {
19131
+ .table .table-primary,
19132
+ .table .table-primary > th,
19133
+ .table .table-primary > td {
19078
19134
  background-color: #bbd2ff;
19079
19135
  border-color: #80acff;
19080
19136
  }
19081
- .table-primary th,
19082
- .table-primary td,
19083
- .table-primary thead th,
19084
- .table-primary tbody + tbody {
19137
+ .table .table-primary th,
19138
+ .table .table-primary td,
19139
+ .table .table-primary thead th,
19140
+ .table .table-primary tbody + tbody {
19085
19141
  border-color: #80acff;
19086
19142
  }
19087
19143
 
@@ -19093,16 +19149,16 @@ caption {
19093
19149
  background-color: #a2c1ff;
19094
19150
  }
19095
19151
 
19096
- .table-secondary,
19097
- .table-secondary > th,
19098
- .table-secondary > td {
19152
+ .table .table-secondary,
19153
+ .table .table-secondary > th,
19154
+ .table .table-secondary > td {
19099
19155
  background-color: #d6d6db;
19100
19156
  border-color: #b2b3bc;
19101
19157
  }
19102
- .table-secondary th,
19103
- .table-secondary td,
19104
- .table-secondary thead th,
19105
- .table-secondary tbody + tbody {
19158
+ .table .table-secondary th,
19159
+ .table .table-secondary td,
19160
+ .table .table-secondary thead th,
19161
+ .table .table-secondary tbody + tbody {
19106
19162
  border-color: #b2b3bc;
19107
19163
  }
19108
19164
 
@@ -19114,16 +19170,16 @@ caption {
19114
19170
  background-color: #c8c8cf;
19115
19171
  }
19116
19172
 
19117
- .table-success,
19118
- .table-success > th,
19119
- .table-success > td {
19173
+ .table .table-success,
19174
+ .table .table-success > th,
19175
+ .table .table-success > td {
19120
19176
  background-color: #c3dbc8;
19121
19177
  border-color: #8fbb9a;
19122
19178
  }
19123
- .table-success th,
19124
- .table-success td,
19125
- .table-success thead th,
19126
- .table-success tbody + tbody {
19179
+ .table .table-success th,
19180
+ .table .table-success td,
19181
+ .table .table-success thead th,
19182
+ .table .table-success tbody + tbody {
19127
19183
  border-color: #8fbb9a;
19128
19184
  }
19129
19185
 
@@ -19135,16 +19191,16 @@ caption {
19135
19191
  background-color: #b3d1b9;
19136
19192
  }
19137
19193
 
19138
- .table-info,
19139
- .table-info > th,
19140
- .table-info > td {
19194
+ .table .table-info,
19195
+ .table .table-info > th,
19196
+ .table .table-info > td {
19141
19197
  background-color: #c4d1e8;
19142
19198
  border-color: #92a9d4;
19143
19199
  }
19144
- .table-info th,
19145
- .table-info td,
19146
- .table-info thead th,
19147
- .table-info tbody + tbody {
19200
+ .table .table-info th,
19201
+ .table .table-info td,
19202
+ .table .table-info thead th,
19203
+ .table .table-info tbody + tbody {
19148
19204
  border-color: #92a9d4;
19149
19205
  }
19150
19206
 
@@ -19156,16 +19212,16 @@ caption {
19156
19212
  background-color: #b2c3e1;
19157
19213
  }
19158
19214
 
19159
- .table-warning,
19160
- .table-warning > th,
19161
- .table-warning > td {
19215
+ .table .table-warning,
19216
+ .table .table-warning > th,
19217
+ .table .table-warning > td {
19162
19218
  background-color: #ebceb8;
19163
19219
  border-color: #dba47a;
19164
19220
  }
19165
- .table-warning th,
19166
- .table-warning td,
19167
- .table-warning thead th,
19168
- .table-warning tbody + tbody {
19221
+ .table .table-warning th,
19222
+ .table .table-warning td,
19223
+ .table .table-warning thead th,
19224
+ .table .table-warning tbody + tbody {
19169
19225
  border-color: #dba47a;
19170
19226
  }
19171
19227
 
@@ -19177,16 +19233,16 @@ caption {
19177
19233
  background-color: #e5c0a4;
19178
19234
  }
19179
19235
 
19180
- .table-danger,
19181
- .table-danger > th,
19182
- .table-danger > td {
19236
+ .table .table-danger,
19237
+ .table .table-danger > th,
19238
+ .table .table-danger > td {
19183
19239
  background-color: #f5bdbd;
19184
19240
  border-color: #ec8585;
19185
19241
  }
19186
- .table-danger th,
19187
- .table-danger td,
19188
- .table-danger thead th,
19189
- .table-danger tbody + tbody {
19242
+ .table .table-danger th,
19243
+ .table .table-danger td,
19244
+ .table .table-danger thead th,
19245
+ .table .table-danger tbody + tbody {
19190
19246
  border-color: #ec8585;
19191
19247
  }
19192
19248
 
@@ -19198,16 +19254,16 @@ caption {
19198
19254
  background-color: #f2a7a7;
19199
19255
  }
19200
19256
 
19201
- .table-light,
19202
- .table-light > th,
19203
- .table-light > td {
19257
+ .table .table-light,
19258
+ .table .table-light > th,
19259
+ .table .table-light > td {
19204
19260
  background-color: #fbfbfc;
19205
19261
  border-color: #f8f8fa;
19206
19262
  }
19207
- .table-light th,
19208
- .table-light td,
19209
- .table-light thead th,
19210
- .table-light tbody + tbody {
19263
+ .table .table-light th,
19264
+ .table .table-light td,
19265
+ .table .table-light thead th,
19266
+ .table .table-light tbody + tbody {
19211
19267
  border-color: #f8f8fa;
19212
19268
  }
19213
19269
 
@@ -19219,16 +19275,29 @@ caption {
19219
19275
  background-color: #ececf1;
19220
19276
  }
19221
19277
 
19222
- .table-dark,
19223
- .table-dark > th,
19224
- .table-dark > td {
19278
+ .table .table-dark,
19279
+ .table .table-dark > th,
19280
+ .table .table-dark > td {
19225
19281
  background-color: #c3c3c6;
19226
19282
  border-color: #8f8f95;
19227
19283
  }
19228
- .table-dark th,
19229
- .table-dark td,
19230
- .table-dark thead th,
19231
- .table-dark tbody + tbody {
19284
+ .table .table-dark .table-title,
19285
+ .table .table-dark > th .table-title,
19286
+ .table .table-dark > td .table-title {
19287
+ color: #fff;
19288
+ }
19289
+ .table .table-dark .table-title[href],
19290
+ .table .table-dark .table-title [href],
19291
+ .table .table-dark > th .table-title[href],
19292
+ .table .table-dark > th .table-title [href],
19293
+ .table .table-dark > td .table-title[href],
19294
+ .table .table-dark > td .table-title [href] {
19295
+ color: inherit;
19296
+ }
19297
+ .table .table-dark th,
19298
+ .table .table-dark td,
19299
+ .table .table-dark thead th,
19300
+ .table .table-dark tbody + tbody {
19232
19301
  border-color: #8f8f95;
19233
19302
  }
19234
19303