added classes for stuve files
This commit is contained in:
parent
a10479c9a2
commit
0afc5d2477
|
@ -0,0 +1,39 @@
|
|||
.StuVe-Text-Green {
|
||||
color: var(--StuVe-green) !important;
|
||||
}
|
||||
|
||||
.StuVe-Text-Dark-Green {
|
||||
color: var(--StuVe-dark-green) !important;
|
||||
}
|
||||
|
||||
.StuVe-Text-Blue {
|
||||
color: var(--StuVe-blue) !important;
|
||||
}
|
||||
|
||||
.StuVe-Text-Dark-Blue {
|
||||
color: var(--StuVe-dark-blue) !important;
|
||||
}
|
||||
|
||||
.StuVe-Text-Gray {
|
||||
color: var(--StuVe-gray) !important;
|
||||
}
|
||||
|
||||
.Text-Info {
|
||||
color: var(--Color-Info) !important;
|
||||
}
|
||||
|
||||
.Text-Success {
|
||||
color: var(--Color-Success) !important;
|
||||
}
|
||||
|
||||
.Text-Warning {
|
||||
color: var(--Color-Warning) !important;
|
||||
}
|
||||
|
||||
.Text-Error {
|
||||
color: var(--Color-Error) !important;
|
||||
}
|
||||
|
||||
.Text-Default {
|
||||
color: unset !important;
|
||||
}
|
Loading…
Reference in New Issue