@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.
- package/lib/css/atlas.css +1 -62
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +1 -61
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +2 -26
- package/lib/css/cadmin.css.map +1 -1
- package/lib/images/icons/icons.svg +1 -1
- package/package.json +2 -2
- package/src/scss/_license-text.scss +1 -1
- package/src/scss/components/_alerts.scss +28 -80
- package/src/scss/components/_buttons.scss +2 -2
- package/src/scss/components/_custom-forms.scss +4 -12
- package/src/scss/components/_date-picker.scss +6 -23
- package/src/scss/components/_dropdowns.scss +10 -23
- package/src/scss/components/_forms.scss +16 -53
- package/src/scss/components/_icons.scss +4 -4
- package/src/scss/components/_labels.scss +6 -10
- package/src/scss/components/_list-group.scss +4 -9
- package/src/scss/components/_modals.scss +2 -6
- package/src/scss/components/_progress-bars.scss +2 -6
- package/src/scss/components/_stickers.scss +3 -15
- package/src/scss/components/_type.scss +3 -3
- package/src/scss/mixins/_alerts.scss +10 -24
- package/src/scss/mixins/_aspect-ratio.scss +51 -49
- package/src/scss/mixins/_badges.scss +140 -140
- package/src/scss/mixins/_buttons.scss +2 -6
- package/src/scss/mixins/_cards.scss +4 -10
- package/src/scss/mixins/_dropdown-menu.scss +19 -31
- package/src/scss/mixins/_grid.scss +59 -51
- package/src/scss/mixins/_labels.scss +228 -212
- package/src/scss/mixins/_menubar.scss +15 -46
- package/src/scss/mixins/_navbar.scss +41 -43
- package/src/scss/mixins/_pagination.scss +35 -71
- package/src/scss/mixins/_sheet.scss +2 -6
- package/src/scss/mixins/_stickers.scss +10 -19
- package/src/scss/mixins/_tbar.scss +10 -30
package/lib/css/atlas.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.65.
|
|
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>
|
|
@@ -3557,11 +3557,6 @@ input[type=button].btn-block {
|
|
|
3557
3557
|
padding-top: 0.5625rem;
|
|
3558
3558
|
min-height: 3.5rem;
|
|
3559
3559
|
}
|
|
3560
|
-
.alert-inline.alert.alert-dismissible.alert-fluid > .container > .alert-autofit-row .btn-group,
|
|
3561
|
-
.alert-inline.alert.alert-dismissible.alert-fluid > .container-fluid > .alert-autofit-row .btn-group {
|
|
3562
|
-
margin-right: 2rem;
|
|
3563
|
-
margin-left: 0.75rem;
|
|
3564
|
-
}
|
|
3565
3560
|
.alert-inline.alert > .alert-autofit-row {
|
|
3566
3561
|
align-items: center;
|
|
3567
3562
|
margin-bottom: calc(-0.9375rem - 1px);
|
|
@@ -11256,10 +11251,6 @@ label.custom-control-label {
|
|
|
11256
11251
|
background-color: #a2c1ff;
|
|
11257
11252
|
color: #063185;
|
|
11258
11253
|
}
|
|
11259
|
-
.list-group-item-primary.list-group-item-action:focus {
|
|
11260
|
-
background-color: #a2c1ff;
|
|
11261
|
-
color: #063185;
|
|
11262
|
-
}
|
|
11263
11254
|
.list-group-item-primary.list-group-item-action.active {
|
|
11264
11255
|
background-color: #063185;
|
|
11265
11256
|
border-color: #063185;
|
|
@@ -11274,10 +11265,6 @@ label.custom-control-label {
|
|
|
11274
11265
|
background-color: #c8c8cf;
|
|
11275
11266
|
color: #383842;
|
|
11276
11267
|
}
|
|
11277
|
-
.list-group-item-secondary.list-group-item-action:focus {
|
|
11278
|
-
background-color: #c8c8cf;
|
|
11279
|
-
color: #383842;
|
|
11280
|
-
}
|
|
11281
11268
|
.list-group-item-secondary.list-group-item-action.active {
|
|
11282
11269
|
background-color: #383842;
|
|
11283
11270
|
border-color: #383842;
|
|
@@ -11292,10 +11279,6 @@ label.custom-control-label {
|
|
|
11292
11279
|
background-color: #b3d1b9;
|
|
11293
11280
|
color: #15411f;
|
|
11294
11281
|
}
|
|
11295
|
-
.list-group-item-success.list-group-item-action:focus {
|
|
11296
|
-
background-color: #b3d1b9;
|
|
11297
|
-
color: #15411f;
|
|
11298
|
-
}
|
|
11299
11282
|
.list-group-item-success.list-group-item-action.active {
|
|
11300
11283
|
background-color: #15411f;
|
|
11301
11284
|
border-color: #15411f;
|
|
@@ -11310,10 +11293,6 @@ label.custom-control-label {
|
|
|
11310
11293
|
background-color: #b2c3e1;
|
|
11311
11294
|
color: #182f59;
|
|
11312
11295
|
}
|
|
11313
|
-
.list-group-item-info.list-group-item-action:focus {
|
|
11314
|
-
background-color: #b2c3e1;
|
|
11315
|
-
color: #182f59;
|
|
11316
|
-
}
|
|
11317
11296
|
.list-group-item-info.list-group-item-action.active {
|
|
11318
11297
|
background-color: #182f59;
|
|
11319
11298
|
border-color: #182f59;
|
|
@@ -11328,10 +11307,6 @@ label.custom-control-label {
|
|
|
11328
11307
|
background-color: #e5c0a4;
|
|
11329
11308
|
color: #602a00;
|
|
11330
11309
|
}
|
|
11331
|
-
.list-group-item-warning.list-group-item-action:focus {
|
|
11332
|
-
background-color: #e5c0a4;
|
|
11333
|
-
color: #602a00;
|
|
11334
|
-
}
|
|
11335
11310
|
.list-group-item-warning.list-group-item-action.active {
|
|
11336
11311
|
background-color: #602a00;
|
|
11337
11312
|
border-color: #602a00;
|
|
@@ -11346,10 +11321,6 @@ label.custom-control-label {
|
|
|
11346
11321
|
background-color: #f2a7a7;
|
|
11347
11322
|
color: #710a0a;
|
|
11348
11323
|
}
|
|
11349
|
-
.list-group-item-danger.list-group-item-action:focus {
|
|
11350
|
-
background-color: #f2a7a7;
|
|
11351
|
-
color: #710a0a;
|
|
11352
|
-
}
|
|
11353
11324
|
.list-group-item-danger.list-group-item-action.active {
|
|
11354
11325
|
background-color: #710a0a;
|
|
11355
11326
|
border-color: #710a0a;
|
|
@@ -11364,10 +11335,6 @@ label.custom-control-label {
|
|
|
11364
11335
|
background-color: #ececf1;
|
|
11365
11336
|
color: #7d7e7f;
|
|
11366
11337
|
}
|
|
11367
|
-
.list-group-item-light.list-group-item-action:focus {
|
|
11368
|
-
background-color: #ececf1;
|
|
11369
|
-
color: #7d7e7f;
|
|
11370
|
-
}
|
|
11371
11338
|
.list-group-item-light.list-group-item-action.active {
|
|
11372
11339
|
background-color: #7d7e7f;
|
|
11373
11340
|
border-color: #7d7e7f;
|
|
@@ -11382,10 +11349,6 @@ label.custom-control-label {
|
|
|
11382
11349
|
background-color: #b6b6ba;
|
|
11383
11350
|
color: #14151b;
|
|
11384
11351
|
}
|
|
11385
|
-
.list-group-item-dark.list-group-item-action:focus {
|
|
11386
|
-
background-color: #b6b6ba;
|
|
11387
|
-
color: #14151b;
|
|
11388
|
-
}
|
|
11389
11352
|
.list-group-item-dark.list-group-item-action.active {
|
|
11390
11353
|
background-color: #14151b;
|
|
11391
11354
|
border-color: #14151b;
|
|
@@ -20093,9 +20056,6 @@ caption {
|
|
|
20093
20056
|
height: 3.5rem;
|
|
20094
20057
|
color: #6b6c7e;
|
|
20095
20058
|
}
|
|
20096
|
-
.component-tbar .tbar-label {
|
|
20097
|
-
border-width: 0.0625rem;
|
|
20098
|
-
}
|
|
20099
20059
|
.subnav-tbar {
|
|
20100
20060
|
font-size: 0.875rem;
|
|
20101
20061
|
}
|
|
@@ -20195,9 +20155,6 @@ caption {
|
|
|
20195
20155
|
.subnav-tbar .component-label {
|
|
20196
20156
|
font-weight: 400;
|
|
20197
20157
|
}
|
|
20198
|
-
.subnav-tbar .tbar-label {
|
|
20199
|
-
border-width: 0.0625rem;
|
|
20200
|
-
}
|
|
20201
20158
|
.subnav-tbar-primary {
|
|
20202
20159
|
background-color: #b3cdff;
|
|
20203
20160
|
padding-bottom: 0.625rem;
|
|
@@ -20260,18 +20217,12 @@ caption {
|
|
|
20260
20217
|
.subnav-tbar-primary.subnav-tbar-disabled .component-label {
|
|
20261
20218
|
border-color: #8e94aa;
|
|
20262
20219
|
}
|
|
20263
|
-
.subnav-tbar-primary.subnav-tbar-disabled .tbar-label {
|
|
20264
|
-
border-width: 0.0625rem;
|
|
20265
|
-
}
|
|
20266
20220
|
.subnav-tbar-light {
|
|
20267
20221
|
color: #6b6c7e;
|
|
20268
20222
|
background-color: white;
|
|
20269
20223
|
padding-bottom: 0.125rem;
|
|
20270
20224
|
padding-top: 0.125rem;
|
|
20271
20225
|
}
|
|
20272
|
-
.subnav-tbar-light .tbar-label {
|
|
20273
|
-
border-width: 0.0625rem;
|
|
20274
|
-
}
|
|
20275
20226
|
.tbar-stacked {
|
|
20276
20227
|
display: inline-flex;
|
|
20277
20228
|
height: 100%;
|
|
@@ -20338,9 +20289,6 @@ caption {
|
|
|
20338
20289
|
margin-right: 0;
|
|
20339
20290
|
margin-top: 0;
|
|
20340
20291
|
}
|
|
20341
|
-
.tbar-stacked .tbar-label {
|
|
20342
|
-
border-width: 0.0625rem;
|
|
20343
|
-
}
|
|
20344
20292
|
.tbar-light {
|
|
20345
20293
|
background-color: #fff;
|
|
20346
20294
|
box-shadow: inset 1px 0 0 0 #f1f2f5, inset -1px 0 0 0 #f1f2f5;
|
|
@@ -20373,9 +20321,6 @@ caption {
|
|
|
20373
20321
|
background-color: #f1f2f5;
|
|
20374
20322
|
color: #272833;
|
|
20375
20323
|
}
|
|
20376
|
-
.tbar-light .tbar-label {
|
|
20377
|
-
border-width: 0.0625rem;
|
|
20378
|
-
}
|
|
20379
20324
|
.tbar-dark-l2 {
|
|
20380
20325
|
background-color: #393a4a;
|
|
20381
20326
|
box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.06), inset -1px 0 0 0 rgba(255, 255, 255, 0.06);
|
|
@@ -20409,9 +20354,6 @@ caption {
|
|
|
20409
20354
|
background-color: rgba(255, 255, 255, 0.06);
|
|
20410
20355
|
color: #fff;
|
|
20411
20356
|
}
|
|
20412
|
-
.tbar-dark-l2 .tbar-label {
|
|
20413
|
-
border-width: 0.0625rem;
|
|
20414
|
-
}
|
|
20415
20357
|
.tbar-dark-d1 {
|
|
20416
20358
|
background-color: #1c1c24;
|
|
20417
20359
|
box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.06), inset -1px 0 0 0 rgba(255, 255, 255, 0.06);
|
|
@@ -20454,9 +20396,6 @@ caption {
|
|
|
20454
20396
|
background-color: rgba(255, 255, 255, 0.06);
|
|
20455
20397
|
color: #fff;
|
|
20456
20398
|
}
|
|
20457
|
-
.tbar-dark-d1 .tbar-label {
|
|
20458
|
-
border-width: 0.0625rem;
|
|
20459
|
-
}
|
|
20460
20399
|
.timeline {
|
|
20461
20400
|
list-style: none;
|
|
20462
20401
|
padding-left: 0;
|