2
0
yusuketk 6 жил өмнө
parent
commit
e3d829128f

+ 5 - 0
src/client/styles/scss/_override-bootstrap.scss

@@ -30,6 +30,11 @@
   border-radius: 0;
 }
 
+// card-well (substitute well of bootstrap3)
+.card.card-well {
+  padding: 7px 15px;
+}
+
 // Dropdowns
 .dropdown {
   .dropdown-toggle.btn.disabled {