@gitlab/ui 39.2.0 → 39.2.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/package.json
CHANGED
|
@@ -121,6 +121,10 @@
|
|
|
121
121
|
|
|
122
122
|
&.gl-button {
|
|
123
123
|
@include gl-px-3;
|
|
124
|
+
|
|
125
|
+
&.btn-sm {
|
|
126
|
+
@include gl-px-2;
|
|
127
|
+
}
|
|
124
128
|
}
|
|
125
129
|
}
|
|
126
130
|
|
|
@@ -172,6 +176,10 @@
|
|
|
172
176
|
.dropdown-icon {
|
|
173
177
|
@include gl-mr-0;
|
|
174
178
|
}
|
|
179
|
+
|
|
180
|
+
&.btn-sm .dropdown-chevron {
|
|
181
|
+
@include gl-mx-0;
|
|
182
|
+
}
|
|
175
183
|
}
|
|
176
184
|
|
|
177
185
|
.split-content-button {
|