From 3f2aa0a3274ad131a6a9befc56e8c7c54009d308 Mon Sep 17 00:00:00 2001 From: Stasiek Michalski Date: Fri, 15 Jun 2018 12:54:57 +0200 Subject: [PATCH] Remove borders from profile view --- resources/assets/sass/custom.scss | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/resources/assets/sass/custom.scss b/resources/assets/sass/custom.scss index 6b04d2ba2..419787e28 100644 --- a/resources/assets/sass/custom.scss +++ b/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; -} \ No newline at end of file +}