chore(colors): adapt to Bootstrap 5.3

This commit is contained in:
Cotes Chung
2023-09-09 22:38:19 +08:00
parent 8542b57e8b
commit 75a2504fd9
3 changed files with 49 additions and 22 deletions

View File

@@ -149,7 +149,11 @@
padding-right: $val;
}
@mixin input-placeholder {
@mixin placeholder {
color: var(--text-muted-color) !important;
}
@mixin placeholder-focus {
opacity: 0.6;
}