From c905717e56d39c9aeacb33017f20fe3eed537fbe Mon Sep 17 00:00:00 2001 From: Kartik Sharma Date: Tue, 9 Dec 2025 17:40:21 +0530 Subject: [PATCH] Correction in core-extend.css --- public/assets/css/core-extend.css | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/public/assets/css/core-extend.css b/public/assets/css/core-extend.css index fc394d10..f72291fd 100644 --- a/public/assets/css/core-extend.css +++ b/public/assets/css/core-extend.css @@ -61,27 +61,22 @@ .table_header_border { border-bottom: 2px solid var(--bs-table-border-color); - border-bottom: 2px solid var(--bs-table-border-color); } .text-gary-80 { color: var(--bs-gray-500) } -.text-royalblue { - color: #1796e3; .text-royalblue { color: #1796e3; } .text-md { font-size: 2rem; - font-size: 2rem; } .text-md-b { font-weight: normal; - font-weight: normal; } .stepper-container { @@ -672,9 +667,6 @@ height: 100%; } -.h-screen { - height: 100vh; -} .h-screen { height: 100vh; } @@ -770,7 +762,6 @@ Responsive Variants ========================== */ @media (min-width: 576px) { - /* sm */ /* Font */ .text-xxs-sm { @@ -869,7 +860,6 @@ } @media (min-width: 768px) { - /* md */ /* Font */ .text-xxs-md { @@ -968,7 +958,6 @@ } @media (min-width: 992px) { - /* lg */ /* Font */ .text-xxs-lg { @@ -1067,7 +1056,6 @@ } @media (min-width: 1200px) { - /* xl */ /* Font */ .text-xxs-xl {