Correction in core-extend.css

This commit is contained in:
Kartik Sharma 2025-12-09 17:40:21 +05:30
parent b1ae9b5b36
commit b4d115dbee

View File

@ -61,27 +61,22 @@
.table_header_border { .table_header_border {
border-bottom: 2px solid var(--bs-table-border-color); border-bottom: 2px solid var(--bs-table-border-color);
border-bottom: 2px solid var(--bs-table-border-color);
} }
.text-gary-80 { .text-gary-80 {
color: var(--bs-gray-500) color: var(--bs-gray-500)
} }
.text-royalblue {
color: #1796e3;
.text-royalblue { .text-royalblue {
color: #1796e3; color: #1796e3;
} }
.text-md { .text-md {
font-size: 2rem; font-size: 2rem;
font-size: 2rem;
} }
.text-md-b { .text-md-b {
font-weight: normal; font-weight: normal;
font-weight: normal;
} }
.stepper-container { .stepper-container {
@ -672,9 +667,6 @@
height: 100%; height: 100%;
} }
.h-screen {
height: 100vh;
}
.h-screen { .h-screen {
height: 100vh; height: 100vh;
} }
@ -770,7 +762,6 @@
Responsive Variants Responsive Variants
========================== */ ========================== */
@media (min-width: 576px) { @media (min-width: 576px) {
/* sm */ /* sm */
/* Font */ /* Font */
.text-xxs-sm { .text-xxs-sm {
@ -869,7 +860,6 @@
} }
@media (min-width: 768px) { @media (min-width: 768px) {
/* md */ /* md */
/* Font */ /* Font */
.text-xxs-md { .text-xxs-md {
@ -968,7 +958,6 @@
} }
@media (min-width: 992px) { @media (min-width: 992px) {
/* lg */ /* lg */
/* Font */ /* Font */
.text-xxs-lg { .text-xxs-lg {
@ -1067,7 +1056,6 @@
} }
@media (min-width: 1200px) { @media (min-width: 1200px) {
/* xl */ /* xl */
/* Font */ /* Font */
.text-xxs-xl { .text-xxs-xl {