Explorar o código

Remove borders from profile view

Stasiek Michalski %!s(int64=7) %!d(string=hai) anos
pai
achega
3f2aa0a327
Modificáronse 1 ficheiros con 8 adicións e 1 borrados
  1. 8 1
      resources/assets/sass/custom.scss

+ 8 - 1
resources/assets/sass/custom.scss

@@ -193,6 +193,13 @@ body, button, input, textarea {
   }
 }
 
+@media (max-width: map-get($grid-breakpoints, "sm")) {
+  .card-md-border-0 {
+    border-width: 0!important;
+    border-radius: 0!important;
+  }
+}
+
 @keyframes loading-bar {
   from { background-position: 0 0; }
   to { background-position: 100vw 0; }
@@ -248,4 +255,4 @@ body, button, input, textarea {
 .details-animated[open] {
   animation-name: fadeInDown;
   animation-duration: 0.5s;
-}
+}