We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07127b2 commit 8ac5c58Copy full SHA for 8ac5c58
1 file changed
src/styles/tailwind.css
@@ -40,25 +40,6 @@
40
@apply rounded-none border-solid border-theme-layout-accent border-y-[10px] border-x;
41
}
42
43
-/* Specific fixes needed during migration to Oasis UI Library */
44
-
45
-/* Override MUI styles that are applied globally */
46
-[class*=' text-'] {
47
- font-family: 'Inter Variable', sans-serif;
48
-}
49
50
-/* Override Tailwind's vertical-align reset for MUI SVG components */
51
-[class*='Mui'] img,
52
-[class*='Mui'] svg,
53
-[class*='Mui'] video,
54
-[class*='Mui'] canvas,
55
-[class*='Mui'] audio,
56
-[class*='Mui'] iframe,
57
-[class*='Mui'] embed,
58
-[class*='Mui'] object {
59
- vertical-align: revert;
60
61
62
/* Flash animation for table highlights */
63
@keyframes flash {
64
0% {
@@ -71,4 +52,4 @@
71
100% {
72
background-color: white;
73
74
+}
0 commit comments