Enhancement: more v3 ui tweaks (#13774)

This commit is contained in:
shamoon
2026-08-24 02:11:34 -07:00
committed by GitHub
parent 08a7f6ccc0
commit 22c57fb392
22 changed files with 409 additions and 86 deletions
@@ -4,6 +4,16 @@
.btn-outline-dark {
--bs-btn-border-color: var(--bs-border-color-translucent);
border-style: dashed;
border-width: 1px;
min-height: 5.25rem;
background: color-mix(in srgb, var(--bs-primary) 4%, var(--bs-light)) !important;
&:hover,
&:focus {
border-color: var(--bs-primary);
background: color-mix(in srgb, var(--bs-primary) 9%, var(--bs-light)) !important;
}
}
.smaller {