23 lines
364 B
CSS
23 lines
364 B
CSS
:root,
|
|
[data-bs-theme="light"] {
|
|
--bs-nav-link-font-size: 0.7375rem;
|
|
--bg-border-color :#f8f6f6
|
|
}
|
|
|
|
.card-header {
|
|
padding: 0.5rem var(--bs-card-cap-padding-x);
|
|
}
|
|
.table_header_border {
|
|
border-bottom:2px solid var(--bs-table-border-color) ;
|
|
}
|
|
.text-gary-80 {
|
|
color:var(--bs-gray-500)
|
|
}
|
|
|
|
.text-royalblue{
|
|
color: #1796e3;
|
|
}
|
|
|
|
.text-md {
|
|
font-size: 2rem;
|
|
} |