Przeglądaj źródła

disables btn box shadow

yusuketk 6 lat temu
rodzic
commit
e6ebdf13bc

+ 1 - 1
src/client/styles/scss/_override-bootstrap.scss

@@ -77,7 +77,7 @@
     background: $this-color;
     background: $this-color;
     border: 1px solid $this-color;
     border: 1px solid $this-color;
     opacity: 0.8;
     opacity: 0.8;
-    box-shadow: none;
+    box-shadow: none !important;
   }
   }
   &:active &.active {
   &:active &.active {
     box-shadow: none;
     box-shadow: none;