40 lines
628 B
CSS
40 lines
628 B
CSS
.StuVe-Text-Gruen {
|
|
color: var(--StuVe-green) !important;
|
|
}
|
|
|
|
.StuVe-Text-Dark-Gruen {
|
|
color: var(--StuVe-dark-green) !important;
|
|
}
|
|
|
|
.StuVe-Text-Blau {
|
|
color: var(--StuVe-blue) !important;
|
|
}
|
|
|
|
.StuVe-Text-Dark-Blau {
|
|
color: var(--StuVe-dark-blue) !important;
|
|
}
|
|
|
|
.StuVe-Text-Grau {
|
|
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;
|
|
}
|