File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div class =" container table-responsive" >
3
- <table class =" table table-dark " >
3
+ <table class =" table" >
4
4
<slot />
5
5
</table >
6
6
</div >
25
25
line-height : 1.25rem ;
26
26
padding : calc ($spacer * 0.5 ) $spacer $spacer ;
27
27
background-color : transparent ;
28
- border-bottom : 4px solid #8B8B8D !important ;
28
+ border-bottom : 4px solid var ( --bs-border-color ) !important ;
29
29
border-top : none ;
30
- color : $white ;
30
+ color : var ( --bs-body-color ) ;
31
31
}
32
32
}
33
33
37
37
font-size : $font-size-sm ;
38
38
padding : calc ($spacer * 1.5 ) $spacer $spacer !important ;
39
39
font-weight : 400 ;
40
- color : $white ;
40
+ color : var ( --bs-body-color ) ;
41
41
}
42
42
}
43
43
}
44
-
45
- .table-dark {
46
- --bs-table-bg : $black-2 !important ;
47
- color : transparent !important ;
48
- outline : none !important ;
49
- }
50
44
</style >
You can’t perform that action at this time.
0 commit comments