Update button box shadow to true none.

This commit is contained in:
Leo
2024-01-26 23:46:53 -06:00
parent ebe6eaa13c
commit cdc3b17b1f

View File

@@ -49,7 +49,7 @@ $table-hover-bg-factor: .03 !default;
// Buttons + Forms // Buttons + Forms
// Buttons // Buttons
$btn-box-shadow: null; $btn-box-shadow: none;
$enable-gradients: true; $enable-gradients: true;
$btn-transition: none; $btn-transition: none;