11 lines
264 B
SCSS
11 lines
264 B
SCSS
|
|
@import "tailwindcss";
|
||
|
|
|
||
|
|
body {
|
||
|
|
@apply bg-slate-50 text-slate-900 font-sans antialiased;
|
||
|
|
-webkit-tap-highlight-color: transparent;
|
||
|
|
}
|
||
|
|
|
||
|
|
.mobile-container {
|
||
|
|
@apply max-w-md mx-auto min-h-screen flex flex-col relative bg-white shadow-2xl overflow-hidden;
|
||
|
|
}
|