File tree 3 files changed +15
-1
lines changed
3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 33
33
34
34
& __subtitle {
35
35
margin-left : 0.25rem ;
36
- opacity : 0.64 ;
36
+ color : $color-tarif-table-header-selected7 ;
37
37
}
38
38
39
39
& __actions {
Original file line number Diff line number Diff line change @@ -121,3 +121,5 @@ $color-alabaster: #fafafa !default;
121
121
$color-malachite : #1cc54e !default ;
122
122
$color-malachite-light : #3db899 !default ;
123
123
$color-malachite-dark : #2b8c47 !default ;
124
+ // accessible
125
+ $color-tarif-table-header-selected7 : #c1c4ff !default ;
Original file line number Diff line number Diff line change @@ -460,12 +460,24 @@ const others = [
460
460
] ,
461
461
] ;
462
462
463
+ const accessible = [
464
+ [
465
+ {
466
+ title : 'SECONDARY' ,
467
+ name : 'color-tarif-table-header-selected7' ,
468
+ hex : '#c1c4ff' ,
469
+ default : true ,
470
+ } ,
471
+ ] ,
472
+ ] ;
473
+
463
474
const colors = [ ] ;
464
475
colors . bootstrap = bootstrap ;
465
476
colors . primary = primary ;
466
477
colors . secondary = secondary ;
467
478
colors . theme = theme ;
468
479
colors . components = components ;
469
480
colors . others = others ;
481
+ colors . accessible = accessible ;
470
482
471
483
module . exports = colors ;
You can’t perform that action at this time.
0 commit comments