Browse Source

add style of card-well

yusuketk 6 năm trước cách đây
mục cha
commit
e3d829128f
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      src/client/styles/scss/_override-bootstrap.scss

+ 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 {