@@ -136,6 +136,10 @@
outline: 0;
}
+ .btn:not(:disabled):not(.disabled) {
+ cursor: pointer;
+ }
+
.btn.blue {
background-color: #0d6efd;
border-color: #0d6efd;