File tree 2 files changed +3
-17
lines changed
2 files changed +3
-17
lines changed Original file line number Diff line number Diff line change 42
42
43
43
table {
44
44
thead {
45
- @apply bg-gray-100;
46
45
box-shadow : none;
47
46
border-radius : unset;
48
47
}
71
70
}
72
71
}
73
72
74
- /* button[data-cy^="toggle-columns-"] */
75
- div [role = "none" ] {
76
- svg .text-pg-primary-200 {
77
- @apply text-gray-200;
78
- }
79
-
80
- svg .text-pg-primary-500 {
81
- @apply text-gray-500;
82
- }
83
-
84
- div .bg-pg-primary-100 ,
85
- div .hover\:bg-pg-primary-100 : hover {
86
- @apply bg-gray-100;
87
- }
88
- }
89
-
90
73
nav [aria-label = "Pagination Navigation" ] {
91
74
span , a {
92
75
@apply border-border-300;
Original file line number Diff line number Diff line change 1
1
import forms from '@tailwindcss/forms' ;
2
2
import presetPowerGrid from './vendor/power-components/livewire-powergrid/tailwind.config.js' ;
3
+ import colors from 'tailwindcss/colors' ;
3
4
4
5
/** @type {import('tailwindcss').Config } */
5
6
export default {
@@ -30,6 +31,8 @@ export default {
30
31
"uh-blue" : "#3d5b99" ,
31
32
"border-200" : "#e7e5e4" ,
32
33
"border-300" : "#d6d3d1" ,
34
+ // PowerGrid
35
+ 'pg-primary' : colors . gray ,
33
36
} ,
34
37
} ,
35
38
} ,
You can’t perform that action at this time.
0 commit comments