Browse Source

Add border breakpoint

Stasiek Michalski 7 năm trước cách đây
mục cha
commit
172c0c5d66
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      resources/assets/sass/custom.scss

+ 6 - 0
resources/assets/sass/custom.scss

@@ -173,3 +173,9 @@ body, button, input, textarea {
     background-size: cover;
     background-position: 50%;
 }
+
+@media (max-width: map-get($grid-breakpoints, "md")) {
+ .border-md-left-0 {
+  border-left:0!important
+ }
+}