ros.grant.common 2.0.1274 → 2.0.1275

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.
@@ -53,7 +53,7 @@
53
53
 
54
54
  &.group-error {
55
55
  border-color: var(--Red);
56
-
56
+
57
57
  input,
58
58
  textarea {
59
59
  border-color: var(--Red) !important;
@@ -115,6 +115,14 @@
115
115
  }
116
116
  }
117
117
 
118
+ &.group-wrapper-error {
119
+ border-color: var(--Red);
120
+ }
121
+
122
+ &.group-wrapper-success {
123
+ border-color: var(--Green);
124
+ }
125
+
118
126
  .delete {
119
127
  display: none;
120
128
  }
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.0.1274",
2
+ "version": "2.0.1275",
3
3
  "name": "ros.grant.common",
4
4
  "private": false,
5
5
  "scripts": {