@acorex/styles 7.8.6 → 7.8.7
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/package.json
CHANGED
@@ -130,6 +130,10 @@
|
|
130
130
|
border-start-start-radius: 0.25rem /* 4px */;
|
131
131
|
border-end-start-radius: 0.25rem;
|
132
132
|
}
|
133
|
+
|
134
|
+
ax-icon {
|
135
|
+
padding-inline-start: 0.5rem;
|
136
|
+
}
|
133
137
|
}
|
134
138
|
|
135
139
|
& > ax-suffix {
|
@@ -139,6 +143,9 @@
|
|
139
143
|
border-start-end-radius: 0.25rem /* 4px */;
|
140
144
|
border-end-end-radius: 0.25rem;
|
141
145
|
}
|
146
|
+
ax-icon {
|
147
|
+
padding-inline-end: 0.5rem;
|
148
|
+
}
|
142
149
|
}
|
143
150
|
|
144
151
|
& > ax-prefix,
|
@@ -152,11 +159,6 @@
|
|
152
159
|
border-radius: 0;
|
153
160
|
}
|
154
161
|
|
155
|
-
ax-icon {
|
156
|
-
padding-left: 0.5rem /* 8px */;
|
157
|
-
padding-right: 0.5rem;
|
158
|
-
}
|
159
|
-
|
160
162
|
ax-title {
|
161
163
|
padding-left: 1rem /* 16px */;
|
162
164
|
padding-right: 1rem /* 16px */;
|