We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 148b273 commit 7c2ae80Copy full SHA for 7c2ae80
samples/teamspace-react/src/index.css
@@ -21,19 +21,6 @@
21
background: #94a3b8;
22
}
23
24
-/* Smooth transitions */
25
-* {
26
- transition: colors 0.15s ease-in-out;
27
-}
28
-
29
-/* Focus styles */
30
-button:focus,
31
-input:focus,
32
-textarea:focus {
33
- outline: 2px solid #3b82f6;
34
- outline-offset: 2px;
35
36
37
@theme inline {
38
--radius-sm: calc(var(--radius) - 4px);
39
--radius-md: calc(var(--radius) - 2px);
@@ -148,4 +135,4 @@ textarea:focus {
148
135
body {
149
136
@apply bg-background text-foreground;
150
137
151
138
+}
0 commit comments