|
198 | 198 | min-height: 100px; |
199 | 199 | min-width: 250px !important; |
200 | 200 | color: var(--text-header, #0F1316)!important; |
| 201 | + .plan-text{ |
| 202 | + color: var(--text-header, #0F1316)!important; |
| 203 | + } |
201 | 204 | } |
202 | 205 |
|
203 | 206 | .white-background { |
|
223 | 226 | min-height: 100px; |
224 | 227 | min-width: 250px !important; |
225 | 228 | color: var(--text-header, #0F1316)!important; |
| 229 | + .plan-text{ |
| 230 | + color: var(--text-header, #0F1316)!important; |
| 231 | + } |
226 | 232 | } |
227 | 233 |
|
228 | 234 | .green-background { |
|
246 | 252 | min-height: 100px; |
247 | 253 | min-width: 250px !important; |
248 | 254 | color: var(--text-header, #0F1316)!important; |
| 255 | + |
| 256 | + .plan-text{ |
| 257 | + color: var(--text-header, #0F1316)!important; |
| 258 | + } |
249 | 259 | } |
250 | 260 |
|
251 | 261 | .red-background { |
|
269 | 279 | min-height: 100px; |
270 | 280 | min-width: 250px !important; |
271 | 281 | color: #DB0D0D !important; |
| 282 | + .plan-text{ |
| 283 | + color: var(--text-header, #0F1316)!important; |
| 284 | + } |
272 | 285 | } |
273 | 286 |
|
274 | 287 | .device-icon { |
@@ -1228,3 +1241,14 @@ div.mat-mdc-select-panel { |
1228 | 1241 | } |
1229 | 1242 | } |
1230 | 1243 | } |
| 1244 | + |
| 1245 | +th.mat-table-sticky-right{ |
| 1246 | + border-left: 1px solid var(--border, #EBEFF2)!important; |
| 1247 | + box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05)!important; |
| 1248 | +} |
| 1249 | + |
| 1250 | +td.mat-table-sticky-right{ |
| 1251 | + border-left: 1px solid var(--border, #EBEFF2)!important; |
| 1252 | + background: var(--bg, #FFF)!important; |
| 1253 | + box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05)!important; |
| 1254 | +} |
0 commit comments