@vandeurenglenn/lite-elements 0.3.63 → 0.3.65
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/exports/bundle/button.js +3 -1
- package/exports/button.js +3 -1
- package/package.json +1 -1
package/exports/bundle/button.js
CHANGED
|
@@ -31,11 +31,12 @@ import{_ as e,a as t}from"./tslib.es6-B87RQr7F.js";import{r as o,i as a,x as s,s
|
|
|
31
31
|
display: flex;
|
|
32
32
|
position: relative;
|
|
33
33
|
pointer-events: none;
|
|
34
|
+
font-size: inherit;
|
|
34
35
|
}
|
|
35
36
|
|
|
36
37
|
.label {
|
|
37
38
|
flex: 1;
|
|
38
|
-
text-align:
|
|
39
|
+
text-align: center;
|
|
39
40
|
}
|
|
40
41
|
|
|
41
42
|
.label,
|
|
@@ -120,6 +121,7 @@ import{_ as e,a as t}from"./tslib.es6-B87RQr7F.js";import{r as o,i as a,x as s,s
|
|
|
120
121
|
:host([has-icon][has-label]) .label {
|
|
121
122
|
padding-left: 8px;
|
|
122
123
|
padding-right: 24px;
|
|
124
|
+
text-align: end;
|
|
123
125
|
}
|
|
124
126
|
:host([has-icon][has-label]) slot[name='icon']::slotted(*) {
|
|
125
127
|
padding-left: 16px;
|
package/exports/button.js
CHANGED
|
@@ -82,11 +82,12 @@ let CustomButton = (() => {
|
|
|
82
82
|
display: flex;
|
|
83
83
|
position: relative;
|
|
84
84
|
pointer-events: none;
|
|
85
|
+
font-size: inherit;
|
|
85
86
|
}
|
|
86
87
|
|
|
87
88
|
.label {
|
|
88
89
|
flex: 1;
|
|
89
|
-
text-align:
|
|
90
|
+
text-align: center;
|
|
90
91
|
}
|
|
91
92
|
|
|
92
93
|
.label,
|
|
@@ -171,6 +172,7 @@ let CustomButton = (() => {
|
|
|
171
172
|
:host([has-icon][has-label]) .label {
|
|
172
173
|
padding-left: 8px;
|
|
173
174
|
padding-right: 24px;
|
|
175
|
+
text-align: end;
|
|
174
176
|
}
|
|
175
177
|
:host([has-icon][has-label]) slot[name='icon']::slotted(*) {
|
|
176
178
|
padding-left: 16px;
|