Files
lume/src/App.css
2023-02-21 14:58:47 +07:00

26 lines
610 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
@import './assets/editor.css';
/* For Webkit-based browsers (Chrome, Safari and Opera) */
.scrollbar-hide::-webkit-scrollbar {
display: none;
}
/* For IE, Edge and Firefox */
.scrollbar-hide {
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
.bg-gradient-radial-page {
background: radial-gradient(52.56% 52.56% at 50% 117.61%, #1c1c21 0, rgba(28, 28, 33, 0) 100%),
radial-gradient(63.94% 63.94% at 50% 0, #1c1c21 0, rgba(28, 28, 33, 0) 78.13%), #07070d;
}
.border {
background-clip: padding-box;
}