@nattstack/ui 0.0.69 → 0.0.71
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/components/style.css +21 -1
- package/package.json +1 -1
|
@@ -148,6 +148,26 @@
|
|
|
148
148
|
border-radius: 9999px !important;
|
|
149
149
|
}
|
|
150
150
|
|
|
151
|
+
.button-module_button__rounded_full_4nLWdW.button-module_button__size_32_4nLWdW {
|
|
152
|
+
padding: 0 16px;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
.button-module_button__rounded_full_4nLWdW.button-module_button__size_36_4nLWdW {
|
|
156
|
+
padding: 0 18px;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
.button-module_button__rounded_full_4nLWdW.button-module_button__size_40_4nLWdW {
|
|
160
|
+
padding: 0 20px;
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
.button-module_button__rounded_full_4nLWdW.button-module_button__size_44_4nLWdW {
|
|
164
|
+
padding: 0 22px;
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
.button-module_button__rounded_full_4nLWdW.button-module_button__size_48_4nLWdW {
|
|
168
|
+
padding: 0 24px;
|
|
169
|
+
}
|
|
170
|
+
|
|
151
171
|
.button-module_button__size_32_4nLWdW {
|
|
152
172
|
--size-button: 32px;
|
|
153
173
|
border-radius: 8px;
|
|
@@ -443,7 +463,7 @@
|
|
|
443
463
|
}
|
|
444
464
|
|
|
445
465
|
.input-module_input__rounded_full_o34hyq {
|
|
446
|
-
border-radius: 9999px;
|
|
466
|
+
border-radius: 9999px !important;
|
|
447
467
|
}
|
|
448
468
|
|
|
449
469
|
.input-module_input__size_32_o34hyq {
|