mirror of
https://github.com/axeloz/filesharing.git
synced 2025-05-06 10:03:55 +02:00
13 lines
349 B
CSS
13 lines
349 B
CSS
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&family=Rajdhani:wght@300;400;500;600;700&display=swap');
|
|
|
|
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
@layer utilities {
|
|
.dropzone {
|
|
@apply border-2 border-primary-light !important;
|
|
}
|
|
|
|
[x-cloak] { display: none !important; }
|
|
}
|