Correction in core-extend.css
This commit is contained in:
parent
7c8581210f
commit
dc379084f0
@ -75,7 +75,6 @@
|
||||
|
||||
.table_header_border {
|
||||
border-bottom: 2px solid var(--bs-table-border-color);
|
||||
border-bottom: 2px solid var(--bs-table-border-color);
|
||||
}
|
||||
|
||||
|
||||
@ -84,20 +83,16 @@
|
||||
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;
|
||||
}
|
||||
|
||||
|
||||
@ -1162,9 +1157,6 @@
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.h-screen {
|
||||
height: 100vh;
|
||||
}
|
||||
.h-screen {
|
||||
height: 100vh;
|
||||
}
|
||||
@ -1343,7 +1335,6 @@
|
||||
Responsive Variants
|
||||
========================== */
|
||||
@media (min-width: 576px) {
|
||||
|
||||
/* sm */
|
||||
/* Font */
|
||||
.text-xxs-sm {
|
||||
@ -1531,7 +1522,6 @@
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
|
||||
/* md */
|
||||
/* Font */
|
||||
.text-xxs-md {
|
||||
@ -1719,7 +1709,6 @@
|
||||
}
|
||||
|
||||
@media (min-width: 992px) {
|
||||
|
||||
/* lg */
|
||||
/* Font */
|
||||
.text-xxs-lg {
|
||||
@ -1907,7 +1896,6 @@
|
||||
}
|
||||
|
||||
@media (min-width: 1200px) {
|
||||
|
||||
/* xl */
|
||||
/* Font */
|
||||
.text-xxs-xl {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user