@intellias/menu 1.0.15 → 1.0.16

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/css/main.css CHANGED
@@ -1752,7 +1752,7 @@ main {
1752
1752
  border: solid 1px #cbd5e1;
1753
1753
  background-color: #ffffff;
1754
1754
  padding: 0 15px;
1755
- width: 175px;
1755
+ width: 207px;
1756
1756
  }
1757
1757
  .give-kudos .form .kudos-quantity.theme-reactive {
1758
1758
  border: solid 1px var(--border);
@@ -1779,7 +1779,7 @@ main {
1779
1779
  margin-right: 1px;
1780
1780
  }
1781
1781
  .give-kudos .form .block-kudos-quantity {
1782
- width: 190px;
1782
+ width: 207px;
1783
1783
  }
1784
1784
  .give-kudos .form .block-kudos-category {
1785
1785
  margin-right: 5px;
@@ -1814,9 +1814,10 @@ main {
1814
1814
  }
1815
1815
  .give-kudos .form .error {
1816
1816
  font-size: 0.8rem;
1817
+ color: #da1e28;
1817
1818
  }
1818
1819
  .give-kudos .form .error-field {
1819
- border: solid 1px var(--error);
1820
+ border: solid 1px #da1e28 !important;
1820
1821
  }
1821
1822
  .give-kudos button.btn-large[disabled] {
1822
1823
  background-color: #c2e9e4 !important;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intellias/menu",
3
- "version": "1.0.15",
3
+ "version": "1.0.16",
4
4
  "description": "Menu for intems project.",
5
5
  "author": "Intems",
6
6
  "scripts": {