umm
This commit is contained in:
parent
0c633cda5f
commit
fd238c5e6a
1 changed files with 3 additions and 3 deletions
|
@ -2476,9 +2476,6 @@ a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus
|
||||||
.font-italic {
|
.font-italic {
|
||||||
font-style: italic !important;
|
font-style: italic !important;
|
||||||
}
|
}
|
||||||
.text-white {
|
|
||||||
color: #fff !important;
|
|
||||||
}
|
|
||||||
.text-primary {
|
.text-primary {
|
||||||
color: var(--primary) !important;
|
color: var(--primary) !important;
|
||||||
}
|
}
|
||||||
|
@ -5007,4 +5004,7 @@ th, td {
|
||||||
|
|
||||||
.text-small-mobile {
|
.text-small-mobile {
|
||||||
font-size: min(3vw,14px) !important;
|
font-size: min(3vw,14px) !important;
|
||||||
|
}
|
||||||
|
.text-white {
|
||||||
|
color: #fff !important;
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue