-
Notifications
You must be signed in to change notification settings - Fork 6.5k
Expand file tree
/
Copy pathindex.module.css
More file actions
68 lines (60 loc) · 923 Bytes
/
index.module.css
File metadata and controls
68 lines (60 loc) · 923 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
@reference "../../../../styles/index.css";
.footer {
@apply flex
justify-center
border-t
border-neutral-200
bg-neutral-100
p-4
align-baseline
lg:justify-between
lg:rounded-b-xl
dark:border-neutral-900
dark:bg-neutral-950;
}
.poweredByLink {
@apply flex
items-center
gap-2
text-sm
text-neutral-800
dark:text-neutral-600;
}
.shortcutWrapper {
@apply hidden
items-center
gap-2
lg:flex;
}
.shortcutItem {
@apply flex
items-center
gap-2
text-xs
text-neutral-800
dark:text-neutral-600;
}
.shortcutKey {
@apply font-ibm-plex-mono
rounded-md
bg-neutral-200
p-1
text-xs
dark:bg-neutral-900;
svg {
@apply size-4;
}
}
.poweredByWrapper {
@apply ml-0
flex
items-center
justify-end
lg:ml-8;
}
.oramaLogo {
@apply h-3
w-auto
text-neutral-900
dark:text-neutral-100;
}