ros.grant.common 2.0.1570 → 2.0.1572

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.
@@ -234,6 +234,10 @@
234
234
  &.ng-option-child {
235
235
  padding-left: 24px;
236
236
  }
237
+
238
+ &-label {
239
+ color: var(--Main1) !important;
240
+ }
237
241
 
238
242
  span {
239
243
  display: flex;
@@ -830,14 +830,14 @@
830
830
  .note-editor .note-editing-area .note-editable a {
831
831
  font-family: inherit;
832
832
  font-weight: inherit;
833
- color: #337ab7;
833
+ color: var(--Subsidiary);
834
834
  text-decoration: inherit;
835
835
  background-color: inherit
836
836
  }
837
837
 
838
838
  .note-editor .note-editing-area .note-editable a:hover,
839
839
  .note-editor .note-editing-area .note-editable a:focus {
840
- color: #23527c;
840
+ color: var(--Subsidiary);
841
841
  text-decoration: underline;
842
842
  outline: 0
843
843
  }
@@ -863,7 +863,6 @@
863
863
  .note-editor.note-frame .note-editing-area .note-editable {
864
864
  padding: 12px 16px;
865
865
  overflow: auto;
866
- color: #000;
867
866
  word-wrap: break-word;
868
867
  background-color: #fff;
869
868
  line-height: 160%;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.0.1570",
2
+ "version": "2.0.1572",
3
3
  "name": "ros.grant.common",
4
4
  "private": false,
5
5
  "scripts": {