matrix-dimension/web/style/components/bootstrap_override.scss

28 lines
484 B
SCSS

@import "../themes/themes";
@include themifyRoot() {
a {
color: themed(anchorColor);
}
table, td, th {
border-color: themed(tableBorderColor);
}
code {
background-color: themed(codeBgColor);
}
*.text-muted {
color: themed(altMutedColor) !important;
}
.form-control {
color: themed(formControlFgColor);
background-color: themed(formControlBgColor);
}
.form-control::placeholder {
color: themed(formControlPlaceholderColor);
}
}