|
@@ -179,8 +179,8 @@ $config-button: (
|
|
|
"border-width": 2px,
|
|
|
// Padding
|
|
|
"padding": (
|
|
|
- "vertical": (1.5 * map-deep-get($config-global, "spacing", "unit")),
|
|
|
- "horizontal": (1.5 * map-deep-get($config-global, "spacing", "unit")),
|
|
|
+ "vertical": (1.125 * map-deep-get($config-global, "spacing", "unit")),
|
|
|
+ "horizontal": (1.125 * map-deep-get($config-global, "spacing", "unit")),
|
|
|
),
|
|
|
);
|
|
|
|