|
|
@@ -17306,14 +17306,14 @@ html[data-bs-theme=dark] .text-bg-light {
|
|
|
}
|
|
|
|
|
|
.btn:not(.dropdown-toggle) {
|
|
|
- transform: scale(1.002);
|
|
|
- transition: all 0.125s ease-in-out;
|
|
|
+ /*transform: scale(1.002);*/
|
|
|
+ /*transition: all 0.125s ease-in-out;*/
|
|
|
}
|
|
|
|
|
|
.btn[class*=btn-]:active:not(.dropdown-toggle),
|
|
|
.btn[class*=btn-].active:not(.dropdown-toggle) {
|
|
|
- transform: scale(0.982);
|
|
|
- transition: all 0.125s ease-in-out;
|
|
|
+ /*transform: scale(0.982);*/
|
|
|
+ /*transition: all 0.125s ease-in-out;*/
|
|
|
}
|
|
|
|
|
|
.btn-icon {
|