Added casino interface, wallet login, sucessful npm build sucessfull container build
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
@import 'tailwindcss';
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
@source '../../vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php';
|
||||
@source '../../storage/framework/views/*.php';
|
||||
@@ -9,3 +11,7 @@
|
||||
--font-sans: 'Instrument Sans', ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
|
||||
'Segoe UI Symbol', 'Noto Color Emoji';
|
||||
}
|
||||
|
||||
.game-card:hover {
|
||||
@apply shadow-lg shadow-crypto-green/50;
|
||||
}
|
||||
Reference in New Issue
Block a user