@clayui/css 3.111.0 → 3.113.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 +18 -27
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +7 -16
- package/lib/css/base.css.map +1 -1
- package/lib/css/bootstrap.css +0 -0
- package/lib/css/bootstrap.css.map +0 -0
- package/lib/css/cadmin.css +19 -27
- package/lib/css/cadmin.css.map +1 -1
- package/lib/images/icons/braces.svg +7 -0
- package/lib/images/icons/brackets.svg +7 -0
- package/lib/images/icons/icons.svg +1 -1
- package/lib/images/icons/seo.svg +7 -0
- package/package.json +2 -2
- package/src/images/icons/braces.svg +7 -0
- package/src/images/icons/brackets.svg +7 -0
- package/src/images/icons/seo.svg +7 -0
- package/src/scss/_license-text.scss +1 -1
- package/src/scss/atlas/variables/_globals.scss +2 -4
- package/src/scss/atlas/variables/_tooltip.scss +1 -1
- package/src/scss/cadmin/components/_type.scss +16 -1
- package/src/scss/cadmin/variables/_globals.scss +26 -3
- package/src/scss/cadmin/variables/_tooltip.scss +1 -1
- package/src/scss/cadmin/variables/_type.scss +0 -2
- package/src/scss/components/_type.scss +16 -1
- package/src/scss/functions/_lx-icons-generated.scss +6 -0
- package/src/scss/mixins/_type.scss +4 -3
- package/src/scss/variables/_globals.scss +26 -3
- package/src/scss/variables/_type.scss +0 -2
- package/CHANGELOG.md +0 -2889
package/lib/css/atlas.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.
|
|
3
|
+
* Clay 3.113.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>
|
|
@@ -375,28 +375,19 @@ small,
|
|
|
375
375
|
|
|
376
376
|
mark,
|
|
377
377
|
.mark {
|
|
378
|
-
background-color: #
|
|
379
|
-
box-decoration-break: clone;
|
|
380
|
-
box-shadow: -0.25em 0 0 #fcf8e3;
|
|
378
|
+
background-color: #ffe399;
|
|
381
379
|
display: inline;
|
|
382
380
|
line-height: normal;
|
|
383
|
-
padding: 2px 0.25em 3px 0;
|
|
384
381
|
position: relative;
|
|
385
382
|
white-space: pre-wrap;
|
|
386
383
|
}
|
|
387
|
-
mark
|
|
388
|
-
.mark
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
position: absolute;
|
|
394
|
-
right: 100%;
|
|
395
|
-
top: 0;
|
|
396
|
-
width: 0.25em;
|
|
397
|
-
z-index: -1;
|
|
384
|
+
mark.clay-dark,
|
|
385
|
+
.clay-dark.mark,
|
|
386
|
+
.clay-dark mark,
|
|
387
|
+
.clay-dark .mark {
|
|
388
|
+
background-color: #393a4a;
|
|
389
|
+
color: #fff;
|
|
398
390
|
}
|
|
399
|
-
|
|
400
391
|
.list-unstyled {
|
|
401
392
|
list-style: none;
|
|
402
393
|
padding-left: 0;
|
|
@@ -23160,7 +23151,7 @@ td.table-focus {
|
|
|
23160
23151
|
position: absolute;
|
|
23161
23152
|
}
|
|
23162
23153
|
.tooltip-inner {
|
|
23163
|
-
background-color: #
|
|
23154
|
+
background-color: #111116;
|
|
23164
23155
|
border-radius: 0.25rem;
|
|
23165
23156
|
box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.4);
|
|
23166
23157
|
color: #fff;
|
|
@@ -23171,7 +23162,7 @@ td.table-focus {
|
|
|
23171
23162
|
}
|
|
23172
23163
|
|
|
23173
23164
|
.tooltip-arrow {
|
|
23174
|
-
background-color: #
|
|
23165
|
+
background-color: #111116;
|
|
23175
23166
|
position: absolute;
|
|
23176
23167
|
transform: rotate(45deg);
|
|
23177
23168
|
}
|
|
@@ -23186,7 +23177,7 @@ td.table-focus {
|
|
|
23186
23177
|
}
|
|
23187
23178
|
.bs-tooltip-top .arrow::before,
|
|
23188
23179
|
.bs-tooltip-auto[x-placement^=top] .arrow::before {
|
|
23189
|
-
border-top-color: #
|
|
23180
|
+
border-top-color: #111116;
|
|
23190
23181
|
border-width: 0.4rem 0.4rem 0;
|
|
23191
23182
|
top: 0;
|
|
23192
23183
|
}
|
|
@@ -23203,7 +23194,7 @@ td.table-focus {
|
|
|
23203
23194
|
}
|
|
23204
23195
|
.bs-tooltip-right .arrow::before,
|
|
23205
23196
|
.bs-tooltip-auto[x-placement^=right] .arrow::before {
|
|
23206
|
-
border-right-color: #
|
|
23197
|
+
border-right-color: #111116;
|
|
23207
23198
|
border-width: 0.4rem 0.4rem 0.4rem 0;
|
|
23208
23199
|
right: 0;
|
|
23209
23200
|
}
|
|
@@ -23218,7 +23209,7 @@ td.table-focus {
|
|
|
23218
23209
|
}
|
|
23219
23210
|
.bs-tooltip-bottom .arrow::before,
|
|
23220
23211
|
.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
|
|
23221
|
-
border-bottom-color: #
|
|
23212
|
+
border-bottom-color: #111116;
|
|
23222
23213
|
border-width: 0 0.4rem 0.4rem;
|
|
23223
23214
|
bottom: 0;
|
|
23224
23215
|
}
|
|
@@ -23235,7 +23226,7 @@ td.table-focus {
|
|
|
23235
23226
|
}
|
|
23236
23227
|
.bs-tooltip-left .arrow::before,
|
|
23237
23228
|
.bs-tooltip-auto[x-placement^=left] .arrow::before {
|
|
23238
|
-
border-left-color: #
|
|
23229
|
+
border-left-color: #111116;
|
|
23239
23230
|
border-width: 0.4rem 0 0.4rem 0.4rem;
|
|
23240
23231
|
left: 0;
|
|
23241
23232
|
}
|
|
@@ -23255,7 +23246,7 @@ td.table-focus {
|
|
|
23255
23246
|
.clay-tooltip-bottom .arrow::before,
|
|
23256
23247
|
.clay-tooltip-bottom-left .arrow::before,
|
|
23257
23248
|
.clay-tooltip-bottom-right .arrow::before {
|
|
23258
|
-
border-bottom-color: #
|
|
23249
|
+
border-bottom-color: #111116;
|
|
23259
23250
|
border-width: 0 0.4rem 0.4rem;
|
|
23260
23251
|
bottom: 0;
|
|
23261
23252
|
}
|
|
@@ -23293,7 +23284,7 @@ td.table-focus {
|
|
|
23293
23284
|
.clay-tooltip-left .arrow::before,
|
|
23294
23285
|
.clay-tooltip-left-bottom .arrow::before,
|
|
23295
23286
|
.clay-tooltip-left-top .arrow::before {
|
|
23296
|
-
border-left-color: #
|
|
23287
|
+
border-left-color: #111116;
|
|
23297
23288
|
border-width: 0.4rem 0 0.4rem 0.4rem;
|
|
23298
23289
|
left: 0;
|
|
23299
23290
|
}
|
|
@@ -23331,7 +23322,7 @@ td.table-focus {
|
|
|
23331
23322
|
.clay-tooltip-right .arrow::before,
|
|
23332
23323
|
.clay-tooltip-right-bottom .arrow::before,
|
|
23333
23324
|
.clay-tooltip-right-top .arrow::before {
|
|
23334
|
-
border-right-color: #
|
|
23325
|
+
border-right-color: #111116;
|
|
23335
23326
|
border-width: 0.4rem 0.4rem 0.4rem 0;
|
|
23336
23327
|
right: 0;
|
|
23337
23328
|
}
|
|
@@ -23367,7 +23358,7 @@ td.table-focus {
|
|
|
23367
23358
|
.clay-tooltip-top .arrow::before,
|
|
23368
23359
|
.clay-tooltip-top-left .arrow::before,
|
|
23369
23360
|
.clay-tooltip-top-right .arrow::before {
|
|
23370
|
-
border-top-color: #
|
|
23361
|
+
border-top-color: #111116;
|
|
23371
23362
|
border-width: 0.4rem 0.4rem 0;
|
|
23372
23363
|
top: 0;
|
|
23373
23364
|
}
|