@douyinfe/semi-ui 2.71.0 → 2.71.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/dist/css/semi.css +6 -0
- package/dist/css/semi.min.css +1 -1
- package/package.json +8 -8
package/dist/css/semi.css
CHANGED
|
@@ -23478,6 +23478,8 @@ p.semi-typography-extended,
|
|
|
23478
23478
|
padding-right: 8px;
|
|
23479
23479
|
padding-top: 8px;
|
|
23480
23480
|
padding-bottom: 8px;
|
|
23481
|
+
height: 32px;
|
|
23482
|
+
width: 32px;
|
|
23481
23483
|
justify-content: center;
|
|
23482
23484
|
align-items: center;
|
|
23483
23485
|
}
|
|
@@ -23486,12 +23488,16 @@ p.semi-typography-extended,
|
|
|
23486
23488
|
padding-right: 4px;
|
|
23487
23489
|
padding-top: 4px;
|
|
23488
23490
|
padding-bottom: 4px;
|
|
23491
|
+
height: 24px;
|
|
23492
|
+
width: 24px;
|
|
23489
23493
|
}
|
|
23490
23494
|
.semi-button.semi-button-with-icon-only.semi-button-size-large {
|
|
23491
23495
|
padding-left: 12px;
|
|
23492
23496
|
padding-right: 12px;
|
|
23493
23497
|
padding-top: 12px;
|
|
23494
23498
|
padding-bottom: 12px;
|
|
23499
|
+
height: 40px;
|
|
23500
|
+
width: 40px;
|
|
23495
23501
|
}
|
|
23496
23502
|
.semi-button-content-left {
|
|
23497
23503
|
margin-right: 8px;
|