@clayui/css 3.64.0 → 3.65.1
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 +19 -41
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +20 -41
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +54 -14
- 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/atlas/variables/_alerts.scss +1 -0
- package/src/scss/atlas/variables/_globals.scss +1 -1
- package/src/scss/cadmin/components/_alerts.scss +26 -6
- package/src/scss/cadmin/components/_aspect-ratio.scss +29 -14
- package/src/scss/cadmin/components/_badges.scss +26 -6
- package/src/scss/cadmin/components/_buttons.scss +129 -63
- package/src/scss/cadmin/components/_labels.scss +52 -12
- package/src/scss/cadmin/components/_popovers.scss +12 -4
- package/src/scss/cadmin/components/_print.scss +3 -3
- package/src/scss/cadmin/components/_reboot.scss +3 -3
- package/src/scss/cadmin/components/_stickers.scss +52 -12
- package/src/scss/cadmin/components/_utilities-functional-important.scss +49 -62
- package/src/scss/cadmin/components/_utilities.scss +7 -6
- package/src/scss/cadmin/variables/_alerts.scss +2 -0
- package/src/scss/cadmin/variables/_buttons.scss +23 -0
- package/src/scss/cadmin/variables/_globals.scss +1 -1
- package/src/scss/cadmin/variables/_utilities.scss +309 -0
- package/src/scss/components/_alerts.scss +25 -5
- package/src/scss/components/_aspect-ratio.scss +29 -14
- package/src/scss/components/_badges.scss +25 -5
- package/src/scss/components/_buttons.scss +98 -70
- package/src/scss/components/_labels.scss +50 -10
- package/src/scss/components/_popovers.scss +12 -4
- package/src/scss/components/_print.scss +3 -3
- package/src/scss/components/_reboot.scss +3 -3
- package/src/scss/components/_sidebar.scss +3 -1
- package/src/scss/components/_stickers.scss +50 -10
- package/src/scss/components/_utilities-functional-important.scss +40 -18
- package/src/scss/components/_utilities.scss +7 -6
- package/src/scss/functions/_global-functions.scss +9 -9
- package/src/scss/functions/_type-conversion-functions.scss +6 -6
- package/src/scss/mixins/_globals.scss +2 -0
- package/src/scss/mixins/_utilities.scss +6 -6
- package/src/scss/variables/_alerts.scss +3 -0
- package/src/scss/variables/_globals.scss +1 -1
- package/src/scss/variables/_utilities.scss +22 -0
package/lib/css/cadmin.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.
|
|
3
|
+
* Clay 3.65.1
|
|
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.
|
|
19
|
+
* Clay 3.65.1
|
|
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>
|
|
@@ -187,9 +187,9 @@ html:not(#__):not(#___) .cadmin .nav-link::before, html:not(#__):not(#___) .cadm
|
|
|
187
187
|
display: inline;
|
|
188
188
|
}
|
|
189
189
|
|
|
190
|
-
/*
|
|
190
|
+
/* SPDX-SnippetBegin
|
|
191
191
|
* SPDX-License-Identifier: MIT
|
|
192
|
-
* SPDX-
|
|
192
|
+
* SPDX-SnippetCopyrightText: © 2016 Nicolas Gallagher and Jonathan Neal <https://github.com/necolas/normalize.css>
|
|
193
193
|
*/
|
|
194
194
|
html:not(#__):not(#___) .cadmin main {
|
|
195
195
|
display: block;
|
|
@@ -370,18 +370,18 @@ html:not(#__):not(#___) .cadmin [hidden] {
|
|
|
370
370
|
display: none !important;
|
|
371
371
|
}
|
|
372
372
|
|
|
373
|
-
/*
|
|
373
|
+
/* SPDX-SnippetEnd */
|
|
374
374
|
html:not(#__):not(#___) .cadmin {
|
|
375
|
-
/*
|
|
375
|
+
/* SPDX-SnippetBegin
|
|
376
376
|
* SPDX-License-Identifier: MIT
|
|
377
|
-
* SPDX-
|
|
377
|
+
* SPDX-SnippetCopyrightText: © 2012 Nicolas Gallagher <https://github.com/suitcss/components-flex-embed>
|
|
378
378
|
*/
|
|
379
|
-
/*
|
|
380
|
-
/*
|
|
379
|
+
/* SPDX-SnippetEnd */
|
|
380
|
+
/* SPDX-SnippetBegin
|
|
381
381
|
* SPDX-License-Identifier: MIT
|
|
382
|
-
* SPDX-
|
|
382
|
+
* SPDX-SnippetCopyrightText: © 2018 HTML5 Boilerplate <https://github.com/h5bp/main.css>
|
|
383
383
|
*/
|
|
384
|
-
/*
|
|
384
|
+
/* SPDX-SnippetEnd */
|
|
385
385
|
}
|
|
386
386
|
html:not(#__):not(#___) .cadmin h1,
|
|
387
387
|
html:not(#__):not(#___) .cadmin h2,
|
|
@@ -1079,9 +1079,6 @@ html:not(#__):not(#___) .cadmin .btn-monospaced .c-inner {
|
|
|
1079
1079
|
padding: 0;
|
|
1080
1080
|
width: 100%;
|
|
1081
1081
|
}
|
|
1082
|
-
html:not(#__):not(#___) .cadmin .btn-monospaced.btn .lexicon-icon {
|
|
1083
|
-
margin-top: 0;
|
|
1084
|
-
}
|
|
1085
1082
|
html:not(#__):not(#___) .cadmin .btn-group-vertical > .btn-monospaced.btn-lg, html:not(#__):not(#___) .cadmin .btn-group-lg .btn-monospaced, html:not(#__):not(#___) .cadmin .btn-monospaced.btn-lg {
|
|
1086
1083
|
height: 48px;
|
|
1087
1084
|
width: 48px;
|
|
@@ -1125,6 +1122,11 @@ html:not(#__):not(#___) .cadmin [aria-expanded=true].btn-primary, html:not(#__):
|
|
|
1125
1122
|
border-color: transparent;
|
|
1126
1123
|
color: #fff;
|
|
1127
1124
|
}
|
|
1125
|
+
html:not(#__):not(#___) .cadmin .form-file-input:focus + .btn-primary {
|
|
1126
|
+
background-color: #0053f0;
|
|
1127
|
+
border-color: #004ad7;
|
|
1128
|
+
color: #fff;
|
|
1129
|
+
}
|
|
1128
1130
|
html:not(#__):not(#___) .cadmin .btn-secondary {
|
|
1129
1131
|
background-color: #fff;
|
|
1130
1132
|
border-color: #cdced9;
|
|
@@ -1160,6 +1162,11 @@ html:not(#__):not(#___) .cadmin [aria-expanded=true].btn-secondary, html:not(#__
|
|
|
1160
1162
|
border-color: #cdced9;
|
|
1161
1163
|
color: #272833;
|
|
1162
1164
|
}
|
|
1165
|
+
html:not(#__):not(#___) .cadmin .form-file-input:focus + .btn-secondary {
|
|
1166
|
+
background-color: #f7f8f9;
|
|
1167
|
+
border-color: #cdced9;
|
|
1168
|
+
color: #272833;
|
|
1169
|
+
}
|
|
1163
1170
|
html:not(#__):not(#___) .cadmin .btn-success {
|
|
1164
1171
|
background-color: #287d3c;
|
|
1165
1172
|
border-color: #287d3c;
|
|
@@ -1195,6 +1202,11 @@ html:not(#__):not(#___) .cadmin [aria-expanded=true].btn-success, html:not(#__):
|
|
|
1195
1202
|
border-color: transparent;
|
|
1196
1203
|
color: #fff;
|
|
1197
1204
|
}
|
|
1205
|
+
html:not(#__):not(#___) .cadmin .form-file-input:focus + .btn-success {
|
|
1206
|
+
background-color: #226a33;
|
|
1207
|
+
border-color: transparent;
|
|
1208
|
+
color: #fff;
|
|
1209
|
+
}
|
|
1198
1210
|
html:not(#__):not(#___) .cadmin .btn-info {
|
|
1199
1211
|
background-color: #2e5aac;
|
|
1200
1212
|
border-color: #2e5aac;
|
|
@@ -1265,6 +1277,11 @@ html:not(#__):not(#___) .cadmin [aria-expanded=true].btn-warning, html:not(#__):
|
|
|
1265
1277
|
border-color: transparent;
|
|
1266
1278
|
color: #fff;
|
|
1267
1279
|
}
|
|
1280
|
+
html:not(#__):not(#___) .cadmin .form-file-input:focus + .btn-warning {
|
|
1281
|
+
background-color: #9f4500;
|
|
1282
|
+
border-color: transparent;
|
|
1283
|
+
color: #fff;
|
|
1284
|
+
}
|
|
1268
1285
|
html:not(#__):not(#___) .cadmin .btn-danger {
|
|
1269
1286
|
background-color: #da1414;
|
|
1270
1287
|
border-color: #da1414;
|
|
@@ -1300,6 +1317,11 @@ html:not(#__):not(#___) .cadmin [aria-expanded=true].btn-danger, html:not(#__):n
|
|
|
1300
1317
|
border-color: transparent;
|
|
1301
1318
|
color: #fff;
|
|
1302
1319
|
}
|
|
1320
|
+
html:not(#__):not(#___) .cadmin .form-file-input:focus + .btn-danger {
|
|
1321
|
+
background-color: #c31212;
|
|
1322
|
+
border-color: transparent;
|
|
1323
|
+
color: #fff;
|
|
1324
|
+
}
|
|
1303
1325
|
html:not(#__):not(#___) .cadmin .btn-light {
|
|
1304
1326
|
background-color: #f1f2f5;
|
|
1305
1327
|
border-color: #f1f2f5;
|
|
@@ -1335,6 +1357,11 @@ html:not(#__):not(#___) .cadmin [aria-expanded=true].btn-light, html:not(#__):no
|
|
|
1335
1357
|
border-color: transparent;
|
|
1336
1358
|
color: #272833;
|
|
1337
1359
|
}
|
|
1360
|
+
html:not(#__):not(#___) .cadmin .form-file-input:focus + .btn-light {
|
|
1361
|
+
background-color: #e2e4ea;
|
|
1362
|
+
border-color: transparent;
|
|
1363
|
+
color: #272833;
|
|
1364
|
+
}
|
|
1338
1365
|
html:not(#__):not(#___) .cadmin .btn-dark {
|
|
1339
1366
|
background-color: #272833;
|
|
1340
1367
|
border-color: #272833;
|
|
@@ -1370,6 +1397,11 @@ html:not(#__):not(#___) .cadmin [aria-expanded=true].btn-dark, html:not(#__):not
|
|
|
1370
1397
|
border-color: transparent;
|
|
1371
1398
|
color: #fff;
|
|
1372
1399
|
}
|
|
1400
|
+
html:not(#__):not(#___) .cadmin .form-file-input:focus + .btn-dark {
|
|
1401
|
+
background-color: #1c1c24;
|
|
1402
|
+
border-color: transparent;
|
|
1403
|
+
color: #fff;
|
|
1404
|
+
}
|
|
1373
1405
|
html:not(#__):not(#___) .cadmin .btn-link {
|
|
1374
1406
|
border-radius: 1px;
|
|
1375
1407
|
box-shadow: [none];
|
|
@@ -3069,6 +3101,7 @@ html:not(#__):not(#___) .cadmin .alert-link.btn-unstyled:focus {
|
|
|
3069
3101
|
}
|
|
3070
3102
|
html:not(#__):not(#___) .cadmin .alert-indicator {
|
|
3071
3103
|
font-size: 16px;
|
|
3104
|
+
line-height: 1;
|
|
3072
3105
|
}
|
|
3073
3106
|
html:not(#__):not(#___) .cadmin .alert-indicator + .lead {
|
|
3074
3107
|
margin-left: 5px;
|
|
@@ -3165,6 +3198,7 @@ html:not(#__):not(#___) .cadmin .modal-body .alert-list .alert-fluid:last-child
|
|
|
3165
3198
|
margin-bottom: -1px;
|
|
3166
3199
|
}
|
|
3167
3200
|
html:not(#__):not(#___) .cadmin .autofit-row.alert-autofit-row {
|
|
3201
|
+
align-items: baseline;
|
|
3168
3202
|
margin-left: -4px;
|
|
3169
3203
|
margin-right: -4px;
|
|
3170
3204
|
width: auto;
|
|
@@ -18606,6 +18640,12 @@ html:not(#__):not(#___) .cadmin .inline-scroller {
|
|
|
18606
18640
|
-webkit-overflow-scrolling: touch;
|
|
18607
18641
|
padding: 0;
|
|
18608
18642
|
}
|
|
18643
|
+
html:not(#__):not(#___) .cadmin .inline-scroller:focus {
|
|
18644
|
+
outline: 0;
|
|
18645
|
+
}
|
|
18646
|
+
html:not(#__):not(#___) .cadmin .inline-scroller:focus-visible {
|
|
18647
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
|
|
18648
|
+
}
|
|
18609
18649
|
html:not(#__):not(#___) .cadmin .inline-item {
|
|
18610
18650
|
align-items: center;
|
|
18611
18651
|
display: inline-flex;
|