ros.grant.common 2.0.939 → 2.0.944

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.
@@ -160,6 +160,10 @@ h6 {
160
160
  color: var(--Secondary);
161
161
  }
162
162
 
163
+ .color-orange {
164
+ color: var(--Orange);
165
+ }
166
+
163
167
  .bg-good {
164
168
  background-color: var(--Good);
165
169
  }
@@ -115,4 +115,17 @@
115
115
  .k-popup {
116
116
  width: 100% !important;
117
117
  }
118
+ }
119
+
120
+ .page-wrapper .k-grid-header .k-header>.k-link{
121
+ text-align: left !important;
122
+ word-break: break-word;
123
+ }
124
+
125
+ .k-filtercell .k-filtercell-wrapper, .k-filtercell>span{
126
+ width: 100%;
127
+ }
128
+
129
+ .k-filtercell>span .k-widget{
130
+ width: 100% !important;
118
131
  }
@@ -531,4 +531,34 @@
531
531
  .scroll {
532
532
  overflow-x: auto;
533
533
  }
534
+
535
+ &-primary{
536
+ box-shadow: none;
537
+
538
+ .widget__header{
539
+ padding: 16px 0;
540
+
541
+ .trigger{
542
+ justify-content: start;
543
+ color: var(--Main2);
544
+
545
+ h6{
546
+ font-size: 16px;
547
+ }
548
+
549
+ svg{
550
+ margin-left: 8px;
551
+
552
+ path {
553
+ stroke: var(--Main2);
554
+ }
555
+ }
556
+ }
557
+ }
558
+
559
+ .widget__content{
560
+ border-top: none;
561
+ padding: 8px 0;
562
+ }
563
+ }
534
564
  }
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.0.939",
2
+ "version": "2.0.944",
3
3
  "name": "ros.grant.common",
4
4
  "private": false,
5
5
  "description": "Collection of static files used by RosGrant awesome team",