File tree Expand file tree Collapse file tree 1 file changed +26
-5
lines changed Expand file tree Collapse file tree 1 file changed +26
-5
lines changed Original file line number Diff line number Diff line change @@ -12,23 +12,35 @@ body {
12
12
}
13
13
14
14
.hide-scrollbar {
15
- -ms-overflow-style : none; /* IE and Edge */
16
- scrollbar-width : none; /* Firefox */
15
+ -ms-overflow-style : none;
16
+ /* IE and Edge */
17
+ scrollbar-width : none;
18
+ /* Firefox */
19
+ }
20
+
21
+ @media screen and (max-width : 766px ) {
22
+ .bBofGr {
23
+ width : 14px !important ;
24
+ }
17
25
}
18
26
19
27
/* below css class replace bootstrap background color with daisy */
20
28
.op-bg-primary {
21
29
@apply bg-primary;
22
30
}
31
+
23
32
.op-bg-secondary {
24
33
@apply bg-secondary;
25
34
}
35
+
26
36
.op-bg-info {
27
37
@apply bg-info;
28
38
}
39
+
29
40
.op-bg-success {
30
41
@apply bg-success;
31
42
}
43
+
32
44
.op-bg-warning {
33
45
@apply bg-warning;
34
46
}
@@ -37,28 +49,37 @@ body {
37
49
.op-text-primary {
38
50
@apply text-primary;
39
51
}
52
+
40
53
.op-text-secondary {
41
54
@apply text-secondary;
42
55
}
56
+
43
57
.op-text-info {
44
58
@apply text-info;
45
59
}
60
+
46
61
.op-text-accent {
47
62
@apply text-accent;
48
63
}
64
+
49
65
.op-text-success {
50
66
@apply text-success;
51
67
}
68
+
52
69
.op-text-warning {
53
70
@apply text-warning;
54
71
}
72
+
55
73
.op-border-primary {
56
74
@apply border-primary;
57
75
}
76
+
58
77
/* CSS for scrollbar customization */
59
78
* {
60
- scrollbar-width : thin; /* For Firefox */
61
- scrollbar-color : gray; /* For Firefox */
79
+ scrollbar-width : thin;
80
+ /* For Firefox */
81
+ scrollbar-color : gray;
82
+ /* For Firefox */
62
83
}
63
84
64
85
/* For webkit-based browsers like Chrome, Safari */
73
94
* ::-webkit-scrollbar-thumb {
74
95
background-color : gray;
75
96
border-radius : 10px ;
76
- }
97
+ }
You can’t perform that action at this time.
0 commit comments