benivo-ui-library 1.8.97 → 1.8.99

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/button.less CHANGED
@@ -197,7 +197,7 @@
197
197
 
198
198
  .btn-icon {
199
199
  font-size: 1rem;
200
- margin: -0.5rem 0 -0.5rem 0.5rem;
200
+ margin: -0.5rem 0 -0.5rem 0;
201
201
 
202
202
  &.mirror {
203
203
  .transform(scaleX(-1));
@@ -219,6 +219,7 @@
219
219
 
220
220
  .btn-icon {
221
221
  display: block;
222
+ flex-shrink: 0;
222
223
  width: 40px;
223
224
  height: 40px;
224
225
  .border-radius(@btn-brd-radius 0 0 @btn-brd-radius);
@@ -68,15 +68,15 @@
68
68
  height: 100%;
69
69
  width: 1px;
70
70
  background: var(--white);
71
- left: 32px;
71
+ left: 40px;
72
72
  top: 0;
73
73
  }
74
74
 
75
- &.btn-with-icon {
75
+ &.btn-with-icon,
76
+ &.btn-with-icon-place {
76
77
  .btn-icon {
77
78
  border-right: 0;
78
79
  font-size: 0.625rem;
79
- margin: -0.5rem 0.7rem -0.5rem 0.7rem;
80
80
  }
81
81
 
82
82
  .btn-text {