@rypen-dev/shared-components 3.0.2 → 3.0.3

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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@rypen-dev/shared-components",
3
3
  "description": "Shared styles and Vuejs ui components for Rypen projects.",
4
- "version": "3.0.2",
4
+ "version": "3.0.3",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {
7
7
  "build": "webpack --config ./webpack.config.js",
@@ -465,7 +465,7 @@ $input-background-focus: $white;
465
465
  $input-background-disabled: $light-gray;
466
466
  $input-border: 1px solid $medium-gray;
467
467
  $input-border-focus: 1px solid $dark-gray;
468
- $input-padding: $form-spacing / 2;
468
+ $input-padding: $form-spacing * 0.5;
469
469
  $input-shadow: inset 0 1px 2px rgba($black, 0.1);
470
470
  $input-shadow-focus: 0 0 5px $medium-gray;
471
471
  $input-cursor-disabled: not-allowed;