@clayui/css 3.70.1 → 3.73.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.70.1
3
+ * Clay 3.73.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>
@@ -1231,7 +1231,8 @@ button.collapse-icon .c-inner {
1231
1231
  margin-top: -0.4375rem;
1232
1232
  }
1233
1233
  .btn .inline-item {
1234
- font-size: 1rem;
1234
+ line-height: 1;
1235
+ margin-top: -3px;
1235
1236
  }
1236
1237
  .btn .inline-item .lexicon-icon {
1237
1238
  margin-top: 0;
@@ -1253,6 +1254,32 @@ fieldset:disabled a.btn:active {
1253
1254
  pointer-events: none;
1254
1255
  }
1255
1256
 
1257
+ .btn-xs {
1258
+ font-size: 0.75rem;
1259
+ padding-bottom: 0.125rem;
1260
+ padding-left: 0.5rem;
1261
+ padding-right: 0.5rem;
1262
+ padding-top: 0.125rem;
1263
+ }
1264
+ .btn-xs .c-inner {
1265
+ margin-bottom: -0.125rem;
1266
+ margin-left: -0.5rem;
1267
+ margin-right: -0.5rem;
1268
+ margin-top: -0.125rem;
1269
+ }
1270
+ .btn-xs .inline-item {
1271
+ font-size: inherit;
1272
+ margin-top: -3px;
1273
+ }
1274
+ .btn-xs .inline-item-before {
1275
+ margin-right: 0.25rem;
1276
+ }
1277
+ .btn-xs .inline-item-after {
1278
+ margin-left: 0.25rem;
1279
+ }
1280
+ .btn-xs .btn-section {
1281
+ font-size: 0.375rem;
1282
+ }
1256
1283
  .btn-group-lg > .btn,
1257
1284
  .btn-group-lg .btn-group > .btn, .btn-lg {
1258
1285
  border-radius: 0.25rem;
@@ -1334,6 +1361,10 @@ input[type=button].btn-block {
1334
1361
  margin: 0;
1335
1362
  max-width: none;
1336
1363
  }
1364
+ .btn-monospaced.btn-xs {
1365
+ height: 1.5rem;
1366
+ width: 1.5rem;
1367
+ }
1337
1368
  .btn-monospaced {
1338
1369
  align-items: center;
1339
1370
  display: inline-flex;
@@ -1368,6 +1399,9 @@ input[type=button].btn-block {
1368
1399
  .btn-monospaced .lexicon-icon {
1369
1400
  margin-top: 0;
1370
1401
  }
1402
+ .btn-monospaced .inline-item {
1403
+ margin-top: 0;
1404
+ }
1371
1405
  .btn-group-vertical > .btn-monospaced.btn-lg, .btn-group-lg .btn-monospaced, .btn-monospaced.btn-lg {
1372
1406
  height: 3rem;
1373
1407
  width: 3rem;