@rypen-dev/shared-components 2.1.82 → 2.1.85

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": "2.1.82",
4
+ "version": "2.1.85",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {
7
7
  "build": "webpack --config ./webpack.config.js",
@@ -626,6 +626,17 @@ button,
626
626
  }
627
627
  }
628
628
 
629
+ &.dark-gray {
630
+ background-color: $dark-gray;
631
+ color: $white;
632
+
633
+ &:hover,
634
+ &:focus {
635
+ background-color: $button-hover-bg-color;
636
+ color: $dark-gray;
637
+ }
638
+ }
639
+
629
640
  &.stroke {
630
641
  border: solid 2px $button-stroke-color;
631
642
 
@@ -851,6 +851,9 @@ select {
851
851
  .swatch-input {
852
852
  &.large {
853
853
  .swatch-list li {
854
+ width: 60px;
855
+ height: 60px;
856
+
854
857
  a {
855
858
  width: 50px;
856
859
  height: 50px;