File tree Expand file tree Collapse file tree 1 file changed +16
-14
lines changed Expand file tree Collapse file tree 1 file changed +16
-14
lines changed Original file line number Diff line number Diff line change 4
4
5
5
@layer {
6
6
::-webkit-scrollbar {
7
- @apply w-2
7
+ @apply w-2;
8
8
}
9
9
10
10
::-webkit-scrollbar-track {
11
- @apply bg-ng-background-300 rounded-lg
11
+ @apply bg-ng-background-300 rounded-lg;
12
12
}
13
13
14
14
::-webkit-scrollbar-thumb {
15
- @apply bg-blue-100 rounded-lg
15
+ @apply bg-blue-100 rounded-lg;
16
16
}
17
17
18
18
: root {
19
- @apply bg-ng-background-600
19
+ @apply bg-ng-background-600;
20
20
}
21
- a , span , label {
22
- @apply font-inter text-gray-5
21
+ a ,
22
+ span ,
23
+ label {
24
+ @apply font-inter text-gray-5;
23
25
}
24
26
25
27
h1 {
26
- @apply font-inter text-white
28
+ @apply font-inter text-white;
27
29
}
28
30
29
31
.page-container {
30
- @apply w-96 bg-ng-background-400 text-xl pt-3
32
+ @apply w-96 bg-ng-background-400 text-xl pt-3;
31
33
}
32
-
34
+
33
35
.no-scrollbar ::-webkit-scrollbar {
34
36
display : none;
35
37
}
36
-
38
+
37
39
.no-scrollbar {
38
- -ms-overflow-style : none;
40
+ -ms-overflow-style : none;
39
41
scrollbar-width : none;
40
42
}
41
43
42
44
.pane {
43
- @apply bg-ng-background-500 p-2 rounded-lg shadow-md border-2 border-ng-background-800
45
+ @apply bg-ng-background-500 p-2 rounded-lg shadow-md border-2 border-ng-background-800;
44
46
}
45
47
46
48
select {
47
- @apply !text- white rounded- md bg- ng- background-300 shadow-inner border-ng-background-400 border-2 !p-2 !text-sm
49
+ @apply !text- white rounded- md bg- ng- background-300 shadow-inner border-ng-background-400 border-2 !p-2 !text-sm;
48
50
}
49
- }
51
+ }
You can’t perform that action at this time.
0 commit comments