@posiwise/core-styles 0.0.23 → 0.0.24

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@posiwise/core-styles",
3
- "version": "0.0.23",
3
+ "version": "0.0.24",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -3,6 +3,7 @@
3
3
  :root {
4
4
  --titles: rgb(34 34 34);
5
5
  --tabs_bg: rgb(23, 105, 225);
6
+ --tabs_sub_bg: rgb(70, 136, 236);
6
7
  --tabs_text: rgb(255, 255, 255);
7
8
  --sidebar_bg: rgb(0, 48, 63);
8
9
  --sidebar_text: rgb(255, 255, 255);
@@ -11,6 +12,16 @@
11
12
  --text: rgb(34 34 34);
12
13
  }
13
14
 
15
+ .plot-container,
16
+ .svg-container,
17
+ .main-svg,
18
+ .xy {
19
+ width: 100% !important;
20
+ height: 450px !important;
21
+ min-height: 450px !important;
22
+ max-height: 450px !important;
23
+ }
24
+
14
25
  :root {
15
26
  .app-sidebar {
16
27
  .sidebar-header {
@@ -147,6 +158,15 @@
147
158
  color: var(--tabs_text) !important;
148
159
  }
149
160
 
161
+ .analytics {
162
+ padding-bottom: 30px;
163
+
164
+ .primeng-datatable-container table thead tr th {
165
+ background-color: $tabs-sub-bg !important;
166
+ padding: 3px 10px;
167
+ }
168
+ }
169
+
150
170
  .p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
151
171
  background-color: var(--tabs_bg) !important;
152
172
  border-color: var(--tabs_bg) !important;
@@ -693,3 +713,13 @@
693
713
  }
694
714
  }
695
715
  }
716
+
717
+ .expected-mrr,
718
+ .mrr-header {
719
+ filter: saturate(0.5);
720
+ }
721
+
722
+ /* Specific styles for .expected-mrr */
723
+ .expected-mrr {
724
+ background-color: #d8e8f1 !important;
725
+ }
@@ -5000,7 +5000,7 @@ body {
5000
5000
  padding-bottom: 30px;
5001
5001
 
5002
5002
  .primeng-datatable-container table thead tr th {
5003
- background-color: $form-control-color !important;
5003
+ background-color: $tabs-sub-bg !important;
5004
5004
  padding: 3px 10px;
5005
5005
  }
5006
5006
  }
@@ -4,6 +4,7 @@
4
4
  --third: rgb(255 171 0);
5
5
  --text: rgb(34 34 34);
6
6
  --tabs_bg: rgb(23 105 225);
7
+ --tabs_sub_bg: rgb(70, 136, 236);
7
8
  --tabs_text: rgb(255 255 255);
8
9
  --titles: rgb(34 34 34);
9
10
  --sidebar_bg: rgb(0, 48, 63);
@@ -83,6 +84,7 @@ $bg-color-highlight: rgb(255 171 0);
83
84
 
84
85
  /* tabs */
85
86
  $tabs-bg: var(--tabs_bg);
87
+ $tabs-sub-bg: var(--tabs_sub_bg);
86
88
  $tabs-text: var(--tabs_text);
87
89
 
88
90
  /* titles */