Correction in core-extend.css
This commit is contained in:
parent
b1ae9b5b36
commit
b4d115dbee
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user