@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/base.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>
@@ -1211,6 +1211,10 @@ button.collapse-icon .c-inner {
1211
1211
  margin-right: -0.75rem;
1212
1212
  margin-top: -0.375rem;
1213
1213
  }
1214
+ .btn .inline-item {
1215
+ line-height: 1;
1216
+ margin-top: -3px;
1217
+ }
1214
1218
  .btn .inline-item .lexicon-icon {
1215
1219
  margin-top: 0;
1216
1220
  }
@@ -1231,6 +1235,32 @@ fieldset:disabled a.btn:active {
1231
1235
  pointer-events: none;
1232
1236
  }
1233
1237
 
1238
+ .btn-xs {
1239
+ font-size: 0.75rem;
1240
+ padding-bottom: 0.125rem;
1241
+ padding-left: 0.5rem;
1242
+ padding-right: 0.5rem;
1243
+ padding-top: 0.125rem;
1244
+ }
1245
+ .btn-xs .c-inner {
1246
+ margin-bottom: -0.125rem;
1247
+ margin-left: -0.5rem;
1248
+ margin-right: -0.5rem;
1249
+ margin-top: -0.125rem;
1250
+ }
1251
+ .btn-xs .inline-item {
1252
+ font-size: inherit;
1253
+ margin-top: -3px;
1254
+ }
1255
+ .btn-xs .inline-item-before {
1256
+ margin-right: 0.25rem;
1257
+ }
1258
+ .btn-xs .inline-item-after {
1259
+ margin-left: 0.25rem;
1260
+ }
1261
+ .btn-xs .btn-section {
1262
+ font-size: 0.375rem;
1263
+ }
1234
1264
  .btn-group-lg > .btn,
1235
1265
  .btn-group-lg .btn-group > .btn, .btn-lg {
1236
1266
  border-radius: 0.3rem;
@@ -1304,6 +1334,10 @@ input[type=button].btn-block {
1304
1334
  margin: 0;
1305
1335
  max-width: none;
1306
1336
  }
1337
+ .btn-monospaced.btn-xs {
1338
+ height: 1.5rem;
1339
+ width: 1.5rem;
1340
+ }
1307
1341
  .btn-monospaced {
1308
1342
  align-items: center;
1309
1343
  display: inline-flex;
@@ -1338,6 +1372,9 @@ input[type=button].btn-block {
1338
1372
  .btn-monospaced .lexicon-icon {
1339
1373
  margin-top: 0;
1340
1374
  }
1375
+ .btn-monospaced .inline-item {
1376
+ margin-top: 0;
1377
+ }
1341
1378
  .btn-group-vertical > .btn-monospaced.btn-lg, .btn-group-lg .btn-monospaced, .btn-monospaced.btn-lg {
1342
1379
  height: 3rem;
1343
1380
  width: 3rem;