@justfixnyc/component-library 0.37.0 → 0.37.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.
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
word-wrap: break-word;
|
|
160
160
|
vertical-align: middle;
|
|
161
161
|
width: fit-content;
|
|
162
|
-
padding: 22px
|
|
162
|
+
padding: 22px 28px;
|
|
163
163
|
border: 1px solid;
|
|
164
164
|
border-radius: 100px;
|
|
165
165
|
transition: all 0.1s linear;
|
|
@@ -198,7 +198,7 @@
|
|
|
198
198
|
margin-right: 0;
|
|
199
199
|
}
|
|
200
200
|
.jfcl-button.jfcl-size-small {
|
|
201
|
-
padding: 12px
|
|
201
|
+
padding: 12px 28px;
|
|
202
202
|
}
|
|
203
203
|
.jfcl-button.jfcl-size-small.jfcl-btn-icon-only {
|
|
204
204
|
padding: 0;
|
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
word-wrap: break-word;
|
|
160
160
|
vertical-align: middle;
|
|
161
161
|
width: fit-content;
|
|
162
|
-
padding: 22px
|
|
162
|
+
padding: 22px 28px;
|
|
163
163
|
border: 1px solid;
|
|
164
164
|
border-radius: 100px;
|
|
165
165
|
transition: all 0.1s linear;
|
|
@@ -198,7 +198,7 @@
|
|
|
198
198
|
margin-right: 0;
|
|
199
199
|
}
|
|
200
200
|
.jfcl-button.jfcl-size-small {
|
|
201
|
-
padding: 12px
|
|
201
|
+
padding: 12px 28px;
|
|
202
202
|
}
|
|
203
203
|
.jfcl-button.jfcl-size-small.jfcl-btn-icon-only {
|
|
204
204
|
padding: 0;
|