Jelajahi Sumber

css cho natcash

student 1 hari lalu
induk
melakukan
cc9dbc46a6

+ 0 - 1
website/Areas/LotteryV2/Views/Home/FAQ.cshtml

@@ -5,7 +5,6 @@
 }
 @using LotteryWebApp.Languages;
 
-<script src="https://cdn.tailwindcss.com"></script>
 <link rel="stylesheet" href="/LotteryV2/css/faq.css">
 
 <div class="main-container animate__animated animate__fadeIn bg-[#F5F5F5] min-h-screen relative flex flex-col pb-24 shadow-xl overflow-x-hidden">

+ 0 - 1
website/Areas/LotteryV2/Views/Home/History.cshtml

@@ -8,7 +8,6 @@
 }
 
 @section Styles {
-    <script src="https://cdn.tailwindcss.com"></script>
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
     <link rel="stylesheet" href="/LotteryV2/css/site.css" />
     <link rel="stylesheet" href="/LotteryV2/css/results.css" />

+ 0 - 1
website/Areas/LotteryV2/Views/Home/HowToPlay.cshtml

@@ -6,7 +6,6 @@
 }
 @using LotteryWebApp.Languages;
 
-<script src="https://cdn.tailwindcss.com"></script>
 <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
 <link rel="stylesheet" href="/LotteryV2/css/site.css" />
 

+ 0 - 2
website/Areas/LotteryV2/Views/Home/Index.cshtml

@@ -5,8 +5,6 @@
 @using LotteryWebApp.Controllers;
 @using LotteryWebApp.Common;
 
-<!-- Tailwind CSS isolated loaded specifically for this Page -->
-<script src="https://cdn.tailwindcss.com"></script>
 <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
 <link rel="stylesheet" href="/LotteryV2/css/site.css" />
 

+ 0 - 1
website/Areas/LotteryV2/Views/Home/More.cshtml

@@ -6,7 +6,6 @@
 }
 @using LotteryWebApp.Languages;
 
-<script src="https://cdn.tailwindcss.com"></script>
 <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
 <link rel="stylesheet" href="/LotteryV2/css/site.css" />
 <link rel="stylesheet" href="/LotteryV2/css/more.css" />

+ 0 - 1
website/Areas/LotteryV2/Views/Home/Profile.cshtml

@@ -6,7 +6,6 @@
 }
 @using LotteryWebApp.Languages;
 
-<script src="https://cdn.tailwindcss.com"></script>
 <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
 <link rel="stylesheet" href="/LotteryV2/css/site.css" />
 

+ 0 - 1
website/Areas/LotteryV2/Views/Home/Results.cshtml

@@ -17,7 +17,6 @@
 
 
 @section Styles {
-    <script src="https://cdn.tailwindcss.com"></script>
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
     <!-- Flatpickr for premium calendar -->
     <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/flatpickr/dist/flatpickr.min.css">

+ 0 - 1
website/Areas/LotteryV2/Views/Home/Rule.cshtml

@@ -6,7 +6,6 @@
 }
 @using LotteryWebApp.Languages;
 
-<script src="https://cdn.tailwindcss.com"></script>
 <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
 <link rel="stylesheet" href="/LotteryV2/css/site.css" />
 <link rel="stylesheet" href="/LotteryV2/css/rule.css" />

+ 1 - 1
website/Areas/LotteryV2/Views/Shared/_Layout.cshtml

@@ -12,7 +12,7 @@
     <!-- Isolated CSS just for LotteryV2 -->
     <link rel="stylesheet" href="/LotteryV2/css/site.css" />
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
-    <script src="https://cdn.tailwindcss.com"></script>
+    <link rel="stylesheet" href="~/css/tailwind-app.min.css" asp-append-version="true" />
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
     <link href="https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:wght@400;700;800&display=swap" rel="stylesheet">
     <style>

+ 0 - 1
website/Areas/Millions/Views/Home/FAQ.cshtml

@@ -5,7 +5,6 @@
 }
 @using LotteryWebApp.Languages;
 
-<script src="https://cdn.tailwindcss.com"></script>
 <link rel="stylesheet" href="/Millions/css/faq.css">
 
 <div class="millions-faq-page">

+ 0 - 1
website/Areas/Millions/Views/Home/History.cshtml

@@ -8,7 +8,6 @@
 }
 
 @section Styles {
-    <script src="https://cdn.tailwindcss.com"></script>
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
     <link rel="stylesheet" href="/Millions/css/site.css" />
     <link rel="stylesheet" href="/Millions/css/results.css" />

+ 0 - 1
website/Areas/Millions/Views/Home/HowToPlay.cshtml

@@ -6,7 +6,6 @@
 }
 @using LotteryWebApp.Languages;
 
-<script src="https://cdn.tailwindcss.com"></script>
 <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
 <link rel="stylesheet" href="/Millions/css/site.css" />
 

+ 0 - 1
website/Areas/Millions/Views/Home/More.cshtml

@@ -6,7 +6,6 @@
 }
 @using LotteryWebApp.Languages;
 
-<script src="https://cdn.tailwindcss.com"></script>
 <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
 <link rel="stylesheet" href="/Millions/css/site.css" />
 <link rel="stylesheet" href="/Millions/css/more.css" />

+ 0 - 1
website/Areas/Millions/Views/Home/Profile.cshtml

@@ -6,7 +6,6 @@
 }
 @using LotteryWebApp.Languages;
 
-<script src="https://cdn.tailwindcss.com"></script>
 <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
 <link rel="stylesheet" href="/Millions/css/site.css" />
 

+ 0 - 1
website/Areas/Millions/Views/Home/Results.cshtml

@@ -17,7 +17,6 @@
 
 
 @section Styles {
-    <script src="https://cdn.tailwindcss.com"></script>
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
     <!-- Flatpickr for premium calendar -->
     <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/flatpickr/dist/flatpickr.min.css">

+ 0 - 1
website/Areas/Millions/Views/Home/RewardHistory.cshtml

@@ -7,7 +7,6 @@
 }
 
 @section Styles {
-    <script src="https://cdn.tailwindcss.com"></script>
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
     <link rel="stylesheet" href="/Millions/css/site.css" />
     <link rel="stylesheet" href="/Millions/css/results.css" />

+ 1 - 1
website/Areas/Millions/Views/Shared/_Layout.cshtml

@@ -13,7 +13,7 @@
     <link rel="stylesheet" href="/Millions/css/site.css" />
     <link rel="stylesheet" href="/Millions/css/all.min.css" />
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
-    <script src="https://cdn.tailwindcss.com"></script>
+    <link rel="stylesheet" href="~/css/tailwind-app.min.css" asp-append-version="true" />
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
     <link href="https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:wght@400;700;800&display=swap" rel="stylesheet">
     <style>

+ 3 - 0
website/tools/tailwind-input.css

@@ -0,0 +1,3 @@
+@tailwind base;
+@tailwind components;
+@tailwind utilities;

File diff ditekan karena terlalu besar
+ 0 - 0
website/wwwroot/css/tailwind-app.min.css


Beberapa file tidak ditampilkan karena terlalu banyak file yang berubah dalam diff ini